2018-11-03 13:45:28 Error with transfer RPC request to wallet daemon {"bytesParsed":0,"code":"HPE_INVALID_CONSTANT"}
2018-11-03 13:45:28 Payments failed to send to {"amount":15586000000000,"address":"myaddress}
I know this issue is posted in the trouble shooting page but I am sure my aeon-wallet-rpc is accepting requests on localhost : 11182. I am completely at a loss after a day. I am now building aeon from source to see if it makes any difference.
At present I am attempting to using a single miner (xmr-stak-2.5.1) connected to you pool . I have aeon synced and the version of software I am using is 0.12.6
The config.json I am using is below .you can see I have daemon set correctly and I have check I can access localhost:11182 …..Thanks for any help
{
"poolHost": "192.168.0.19",
The pool is continually producing this error …
2018-11-03 13:45:28 Error with transfer RPC request to wallet daemon {"bytesParsed":0,"code":"HPE_INVALID_CONSTANT"} 2018-11-03 13:45:28 Payments failed to send to {"amount":15586000000000,"address":"myaddress}
I know this issue is posted in the trouble shooting page but I am sure my aeon-wallet-rpc is accepting requests on localhost : 11182. I am completely at a loss after a day. I am now building aeon from source to see if it makes any difference.
At present I am attempting to using a single miner (xmr-stak-2.5.1) connected to you pool . I have aeon synced and the version of software I am using is 0.12.6
I launch aeond using
.\aeond --data-dir=H:\aeon --rpc-bind-ip 0.0.0.0 --confirm-external-bind
and aeon-wallet-rpc using
.\aeon-wallet-rpc --daemon-address localhost:11181 --rpc-bind-ip 0.0.0.0 --rpc-bind-port 11182 --wallet-file nameofwallet --prompt-for-password --confirm-external-bind --trusted-daemon --log-file rpc.log --log-level 4
The config.json I am using is below .you can see I have daemon set correctly and I have check I can access localhost:11182 …..Thanks for any help { "poolHost": "192.168.0.19",
}