Bitcoin-ABC / bitcoin-abc

Bitcoin ABC develops node software and infrastructure for the eCash project. This a mirror of the official Bitcoin-ABC repository. Please see README.md

Home Page:https://reviews.bitcoinabc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Getnewaddress can't receive any amount

aalfiann opened this issue · comments

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