Correctly sending ZEC from T address to another T address

Can someone paste the correct command to send zec from T address to another T address, i really don’t want to fuck up this.

$ ./src/zcash-cli z_sendmany …

Thanks.

Here is the proper command. I’ve done this 2 times now :slight_smile:

TADDR=‘INSERT YOUR T ADD’
DEPO=‘INSERT RECIEVER T ADD’

./zcash/src/zcash-cli z_sendmany “$TADDR” “[{"address": "$DEPO", "amount": XXXX}]”
(XXXX = amount)

2 Likes

Muchas gracias, super util!

Sorry to resurrect this. I’ve just tried it and I get a "message": "16: bad-txns-oversize"

The same command worked fine for HUSH and Zencash (both forks of Zcash).

Any clues?

Replying to my own question: I had to decrease the amount I was sending. Apparently this is still a bug in zcash … grrr

stupid question…where do you enter that command?

that gives rpc error, like non-coinbase utxo’s error, although i have enough balance to pay miner fee

You can also use a UI to send these Txs, which make it easier. I maintain zec-qt-wallet (GitHub - ZcashFoundation/zecwallet: A z-address first full node and UI wallet for zcash) which makes sending these transactions easier.

There’s also WinZEC (https://winzec.com/) and ZECMate(https://swing.zecmate.com/)

1 Like