Hello!
I don’t understand why my balance at the wallet and at the blockchein are differ.
command “$zcash-cli getinfo” returns “balance 0.0000000” but if one go to blockchein, one can see that balance is not a zero. Why?
Help me, please.
Hello!
I don’t understand why my balance at the wallet and at the blockchein are differ.
command “$zcash-cli getinfo” returns “balance 0.0000000” but if one go to blockchein, one can see that balance is not a zero. Why?
Help me, please.
In Zcash getinfo is depreciated, you should use ./src/zcash-cli z_gettotalbalance
to check the balance of both Z and T addresses.