You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Stop all running instances. forever stopall. Then, go to each directory one at a time and forever start main.js. Make sure you go in order of databaseServer, accountsserver then server.
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?
The text was updated successfully, but these errors were encountered: