Hi,
I have a software wallet on my linux machnine. I had mined some ZEC with my 1060 which I would like to send to my Kraken account. I used that command for that:
export TADDR=‘t1PfKXcSA6iEKgJyPF7prkbeKyoksPaZK7s’
export DEPO=‘t1gpkTghbwvsYNxoDi7yZ4jjBywt7y9gH1A’
zcash-cli z_sendmany “$TADDR” “[{"address": "$DEPO", "amount": 0.01}]”
I can see that 0.01 ZEC arrived to my Kraken account but my balance get lowered by 0.02 ZEC!
Here are the logs:
async rpc opid-02995e6b-f586-4957-a24c-811ff99a01be finished (status=success, tx=CTransaction(hash=90c94964db, ver=1, vin.size=2, v
CTxIn(COutPoint(7487714e3b, 89), scriptSig=)
CTxIn(COutPoint(ae88feba08, 111), scriptSig=)
CTxOut(nValue=0.01000000, scriptPubKey=OP_DUP OP_HASH160 fbc0b3d32227)
CTxOut(nValue=0.00990000, scriptPubKey=OP_DUP OP_HASH160 afc1551eaf52)
I tried it again with the same result.
If I check it on the explorer website:
https://explorer.zcha.in/accounts/t1PfKXcSA6iEKgJyPF7prkbeKyoksPaZK7s
I see that I send 0.04 ZEC instead of 0.02. Why?
Thanks.