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?
Is your node synced? – Raghav Sood – 2019-11-05T09:52:40.940
@RaghavSood I just checked that with
bitcoin-cli -testnet getblockchaininfoandverificationprogressfield shows it is0.232278556934958. – user8481790 – 2019-11-05T10:13:57.8831So 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