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!
Thank you.
However it’s not the case here.
In my case i tried two types of transactions: taddr=>zaddr, and taddr=>taddr. Both 0 confirms.
It seems I cannot send any transactions from my node.
By the way, all zec’s are received by withdrawing from exchanges.
the details are as follows:
[
{
“account” : “”,
“address” : “t1eSGr9rndozd8NGEhGNdbDRgfGah6qAYbM”,
“category” : “send”,
“amount” : -0.03106619,
“vout” : 0,
“fee” : -0.00001865,
“confirmations” : 0,
“txid” : “35b120068d08a5380ae239a2fb35d2824ce9b591a04361ca800fa1654ea47409”,
“walletconflicts” : [
],
“time” : 1477853577,
“timereceived” : 1477853577,
“vjoinsplit” : [
]
}
]
I can download blocks and have 8 connections with peers, therefore I think it’s not a network issue.
it’s back to normal now. seems like the first zaddr transaction has blocked any transactions afterwards.