opendax icon indicating copy to clipboard operation
opendax copied to clipboard

Generating deposit addresss

Open ElmiraNa opened this issue 3 years ago • 3 comments

why i could not create a user wallet address??? ps: my fullnode works correctly, and it creates deposit wallet address correctly creating

ElmiraNa avatar Dec 01 '21 09:12 ElmiraNa

Check logs in deposit_address container, probably you are running it (node) locally and docker cannot access that.

kde99 avatar Jan 23 '22 13:01 kde99

https://www.upwork.com/freelancers/~01f73a2a7ba6273473

harry-joshi avatar Jul 14 '22 18:07 harry-joshi

make sure your JSON-RPC server are accessable by docker

here is the simple way to fix the problem edit coin.conf file add this :

rpcallowip=0.0.0.0/0
rpcbind=0.0.0.0

restart your coind coin-cli stop coind

feel free to massage me on telegram @newtokiyt

MonkeyD-Core avatar Jul 30 '22 15:07 MonkeyD-Core