3s3s / opentrade

OpenTrade - Open Source Cryptocurrency Exchange
MIT License
396 stars 401 forks source link

coin RPC is not returned data #370

Open joujou333 opened 3 years ago

joujou333 commented 3 years ago

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?

freakcoderz commented 3 years ago

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.