Tried to get this software working for days now and i'm stuck on this one.
All logs are not giving any error, besides the error: coin RPC is not returned data
A simple curl request like:
curl --user xxxxx --data-binary '{"jsonrpc": "2.0", "id":"curltest", "method": "getbalance", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:7332
does work and give me a response with json.
What could be the problem?
Does someone have a answer for this?
Tried to get this software working for days now and i'm stuck on this one.
All logs are not giving any error, besides the error: coin RPC is not returned data
A simple curl request like:
curl --user xxxxx --data-binary '{"jsonrpc": "2.0", "id":"curltest", "method": "getbalance", "params": [] }' -H 'content-type: text/plain;' http://127.0.0.1:7332
does work and give me a response with json.
What could be the problem?
Does someone have a answer for this?