-
Notifications
You must be signed in to change notification settings - Fork 204
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
BTC Deposit Address is not showing and cannot be created #20
Comments
If you can't create a bitcoin address then it's one of 3 things: - Your daemons are not running. You should be able to figure out which the problem is by tailing log/production.log |
I did:
start all daemons
or start daemon one by one
in currencies.yml I changed: bitcoin.conf
what I am doing wrong? |
the wallet it is running as you can see bitcoin-cli getblockchaininfo "chain": "main",
|
@openbooknoobdeveloper |
@pankaj9310 useful command bro, I wondering is the wallet need to be fully sync to generate the address? tail -f log/peatio:amqp:deposit_coin.output
the command : tail -f log/hot_wallets.rb.output just show me this:
|
@openbooknoobdeveloper test rpc connection using curl command |
@pankaj9310 thanks a lot man, everything it is working now. cheers. |
in: /funds#/deposits/btc , I can't see my btc address and I can't generate a new one.
why the address it is empty? any idea what it is going on?
I started : bitcoind and still downloading the blockchain is there is the reason?
when I click in : generate a new deposit address and confirm I get this message bellow.
it can't generate new address if it hasn't been used.
thank you.
The text was updated successfully, but these errors were encountered: