Can't find wallet balance

Hello all,

I decided to start experimental mining and have been going at it for a few days now, wanted to check everything before going in deeper. The problem however is that I can’t find my balance… this sounds ridiculous but it’s true. I am supposed to have like 0.05 zcash at this account:

https://explorer.zcha.in/accounts/t1ekLsHXjdPmud3cpaxJms2k7M3i7gASWRe

However each time I check it - it’s nothing:

sandro@sandro-VirtualBox:~/zcash$ ./src/zcash-cli getaddressesbyaccount “”
[
“t1ekLsHXjdPmud3cpaxJms2k7M3i7gASWRe”,
“t1gRQsCHQQPup7EpEQ27bSxB89XBHaq5Hos”
]
sandro@sandro-VirtualBox:~/zcash$ ./src/zcash-cli z_gettotalbalance
{
“transparent”: “0.00”,
“private”: “0.00”,
“total”: “0.00”
}
sandro@sandro-VirtualBox:~/zcash$ ./src/zcash-cli getbalance
0.00000000

Can you please tell me what I am doing wrong as I have been unable to check this balance myself… I am mining on Windows, but using Ubuntu vbox for wallet as I’ve read a lot of negative opinions regarding the Windows zcash wallet.

Thanks in advance for any help :slight_smile:

is the zcashd blockchain fully synced?

Nope, just realized that shortly after posting this :)) I am at ~20k blocks and just checked that I need to be at almost 130k :slight_smile: Thanks a lot of showing me the thruth :stuck_out_tongue: