Ran the following commands in this sequence (confirmed ZADDR
was an address that belonged to me):
./src/zcash-cli z_sendmany "$TADDR" "[{\"address\": \"$ZADDR\", \"amount\": 0.33150000}]"
./src/zcash-cli z_getoperationstatus
Returned:
[
{
"id" : "opid-383e91fb-8571-48a4-b202-8a92e47be1f8",
"status" : "success",
"creation_time" : 1477768631,
"result" : {
"txid" : "ef89bc8b63904bb38369621749248ca045233c09c8d26313281e5776672cd282"
},
"execution_secs" : 91.46389134
}
]
Ran:
./src/zcash-cli z_getbalance "$ZADDR"
and ./src/zcash-cli z_getbalance "$TADDR"
And got 0 for both.
When I run: ./src/zcash-cli getwalletinfo
I now get:
{
"walletversion" : 60000,
"balance" : 0.00000000,
"unconfirmed_balance" : 0.00000000,
"immature_balance" : 0.00000000,
"txcount" : 2,
"keypoololdest" : 1477674461,
"keypoolsize" : 99938
}