anyone has encountered similar problem? i followed the instructions exactly and z_gettotalbalance still gives zero.
my steps:
TADDR=‘INSERT YOUR T ADD’
DEPO=‘INSERT RECIEVER T ADD’
./zcash/src/zcash-cli z_sendmany “$TADDR” “[{“address”: “$DEPO”, “amount”: XXXX}]”
(XXXX = amount)
the timestamp for this transaction is 1477843521, which is almost two hours ago. I send ~0.03 ZEC, paying 0.0001 fee. All is normal.
Any one help? Thanks!