Sent some testnet Bitcoin to Bitcoin Core wallet but balance is still zero

0

I got the testnet Bitcoin address with this command:

bitcoin-cli -testnet getnewaddress

And here is the Bitcoin address: 2NDtNjDbEiNiKDuAnwyKBmRPQ49NNpesdhE

As you can see in blockchain there was a confirmed transaction.

I checked my balance with this command:

bitcoin-cli -testnet getbalance

but the balance is 0.00000000

What is wrong here and how to fix this problem?

user8481790

Posted 2019-11-05T09:46:08.007

Reputation: 13

Is your node synced?Raghav Sood 2019-11-05T09:52:40.940

@RaghavSood I just checked that with bitcoin-cli -testnet getblockchaininfo and verificationprogress field shows it is 0.232278556934958.user8481790 2019-11-05T10:13:57.883

1So no, it is not synced. Wait until it is, and then your balance should reflect this transaction.Nate Eldredge 2019-11-05T15:30:49.533

No answers