We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
why i could not create a user wallet address??? ps: my fullnode works correctly, and it creates deposit wallet address correctly
The text was updated successfully, but these errors were encountered:
Check logs in deposit_address container, probably you are running it (node) locally and docker cannot access that.
Sorry, something went wrong.
https://www.upwork.com/freelancers/~01f73a2a7ba6273473
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
coin-cli stop
coind
feel free to massage me on telegram @newtokiyt
No branches or pull requests
why i could not create a user wallet address???
ps: my fullnode works correctly, and it creates deposit wallet address correctly
The text was updated successfully, but these errors were encountered: