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

Getnewaddress can't receive any amount #450

Open
aalfiann opened this issue Nov 11, 2021 · 0 comments
Open

Getnewaddress can't receive any amount #450

aalfiann opened this issue Nov 11, 2021 · 0 comments

Comments

@aalfiann
Copy link

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?

  1. I was generate to created new wallet by run this command
./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
}
  1. Then I generate new address
./bitcoin-cli getnewaddress

// output
ecash:qrglz69lczydcxx0r95nrxvjcpup6n2kng7mwcs8gm
  1. 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

  2. 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

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

2 participants
@aalfiann and others