2 t-addr but balance shows zero in wallet

Hi,
I have started mining recently and my taddr has 0.08 ZEC on it, but my wallet shows zero balance.
Any idea what might be wrong? How can I access that balance?

I have 2 t-addresses. The first one is used for mining and :
$ ./src/zcash-cli getaddressesbyaccount “”
[
“t1N3X8D14YdvdtJZcvSkTVb8o27B5cdM5Pz”,
“t1R8qWDMvVGF1tfkisNjfyLQZJ1FsWL54ew”
]

Walletinfo shows zero balance:
$ ./src/zcash-cli getwalletinfo
{
“walletversion”: 60000,
“balance”: 0.00000000,
“unconfirmed_balance”: 0.00000000,
“immature_balance”: 0.00000000,
“txcount”: 0,
“keypoololdest”: 1500848532,
“keypoolsize”: 101,
“paytxfee”: 0.00000000
}

Maybe the zcashd blockchain is not fully synched?
It is at 146k now and it is going very slow. How high should it go?

./src/zcash-cli getinfo
{
“version”: 1001051,
“protocolversion”: 170002,
“walletversion”: 60000,
“balance”: 0.00000000,
“blocks”: 146049,
“timeoffset”: 0,
“connections”: 8,
“proxy”: “”,
“difficulty”: 4730189.676483858,
“testnet”: false,
“keypoololdest”: 1500848532,
“keypoolsize”: 101,
“paytxfee”: 0.00000000,
“relayfee”: 0.00000100,
“errors”: “”
}

You can check the block height here at any time: https://explorer.zcha.in/

It looks like you’re still not fully synced.

Thanks, you are right. The current block height is at 159 and I am only at 151k at the moment.
Thanks again!

1 Like