Hello all,
I want to tell something happened yesterday: I tried to shield some zec, and have 2 bad experiences:
This is command I ran:
zcash-cli z_sendmany "MYTADDR" '[{"address": "MYZADDR" , "amount": MYAMOUNT}]'
1. In first attempt, my computer freezes when I hit enter. So I can’t get the operationid
. When I rebooted, wallet seems to be exactly as before, without spent or moving from t to z address.
2. Then, I tried again and I have a “success” with z_getoperationresult
command, and got an id. I ran getbalance
and saw the “total minus MYAMOUNT” (amount I was shielnding wasn’t in my transparent balance).
2.1 But when I checked MYZADRR address, I realize it has 0 zec. So I think: “I will wait until all blockchain be synchronized”. And wait. After some hours I got 100% synch.
2.2 Then, I checked MYZADDRR again and still in 0. So I ran getbalance
again and realized the original amount is there again. So nothing happened. When I ran z_gettotalbalance
all is transparent.
2.3 Finally, I checked z_getoperationresult
and z_getoperationstatus
and nothing there.
What happened?
How can I shield my t zec?
Note: Zcash Daemon version v2.0.0
thanks in advance!
have a nice day!