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.
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
TADDR=âINSERT YOUR T ADDâ
DEPO=âINSERT RECIEVER T ADDâ
./zcash/src/zcash-cli z_sendmany â$TADDRâ â[{âaddressâ: â$DEPOâ, âamountâ: XXXX}]â
(XXXX = amount)
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 (https://github.com/adityapk00/zec-qt-wallet) which makes sending these transactions easier.
Thereâs also WinZEC (https://winzec.com/) and ZECMate(https://swing.zecmate.com/)