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
Describe the issue Hello, I try to send a small amount to generated ecash address, but can't receive any amount.
How reliably can you reproduce the issue, what are the steps to do so?
./bitcoin-cli createwallet "hexoder"
wallet info
{ "walletname": "hexoder", "walletversion": 200300, "balance": 0.00, "unconfirmed_balance": 0.00, "immature_balance": 0.00, "txcount": 0, "keypoololdest": 1636655632, "keypoolsize": 999, "hdseedid": "feb138cfda7c1527c32d5fccd21495c263df5ce5", "keypoolsize_hd_internal": 1000, "paytxfee": 0.00, "private_keys_enabled": true, "scanning": false, "avoid_reuse": false, "descriptors": false }
./bitcoin-cli getnewaddress // output ecash:qrglz69lczydcxx0r95nrxvjcpup6n2kng7mwcs8gm
My wallet balance still zero so I try send a small amount 10XEC by using cashtab to its address and the history is sent, here is the tx: https://explorer.bitcoinabc.org/tx/12666cff5310480d2e648e941921e75a8963c8fc2993c6057b2c5dc24988e2bb
Then I try to check my wallet balance
./bitcoin-cli getbalance //output 0.00
How to send an amount to my wallet? using getnewaddress is not working.
Am I miss something? Please help.
Thanks
What version of Bitcoin ABC are you using, where did you get it (website, self-compiled, etc)? Bitcoin ABC v 0.24.5 Downloaded from https://download.bitcoinabc.org/0.24.5/linux/bitcoin-abc-0.24.5-x86_64-linux-gnu.tar.gz
OS: Ubuntu 18.04 Bionic
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the issue
Hello, I try to send a small amount to generated ecash address, but can't receive any amount.
How reliably can you reproduce the issue, what are the steps to do so?
wallet info
My wallet balance still zero so I try send a small amount 10XEC by using cashtab to its address and the history is sent, here is the tx:
https://explorer.bitcoinabc.org/tx/12666cff5310480d2e648e941921e75a8963c8fc2993c6057b2c5dc24988e2bb
Then I try to check my wallet balance
How to send an amount to my wallet? using getnewaddress is not working.
Am I miss something? Please help.
Thanks
What version of Bitcoin ABC are you using, where did you get it (website, self-compiled, etc)?
Bitcoin ABC v 0.24.5
Downloaded from https://download.bitcoinabc.org/0.24.5/linux/bitcoin-abc-0.24.5-x86_64-linux-gnu.tar.gz
OS: Ubuntu 18.04 Bionic
The text was updated successfully, but these errors were encountered: