Skip to content
New issue

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

Generating deposit addresss #371

Open
ElmiraNa opened this issue Dec 1, 2021 · 3 comments
Open

Generating deposit addresss #371

ElmiraNa opened this issue Dec 1, 2021 · 3 comments

Comments

@ElmiraNa
Copy link

ElmiraNa commented Dec 1, 2021

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

@kde99
Copy link

kde99 commented Jan 23, 2022

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

@harry-joshi
Copy link

@MonkeyD-Core
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

4 participants