mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-04 02:00:59 +00:00
encourage use of variables and copy/paste of command
This commit is contained in:
parent
832892cbf7
commit
4f04521fe5
@ -39,9 +39,12 @@ Send the Donation
|
||||
|
||||
First, select a donation amount.
|
||||
Next, use a Zcash wallet to send the selected amount to the donation address.
|
||||
Using the Zcash cli wallet, this can be done with a command like::
|
||||
Using the Zcash cli wallet, this can be done with commands like::
|
||||
|
||||
$ zcash-cli z_sendmany $YOUR_ADDRESS '[{"address": "$DONATION_ADDRESS", "amount": $AMOUNT}]'
|
||||
$ DONATION_ADDRESS="..."
|
||||
$ AMOUNT="..."
|
||||
$ YOUR_ADDRESS="..."
|
||||
$ zcash-cli z_sendmany $YOUR_ADDRESS "[{\"address\": \"$DONATION_ADDRESS\", \"amount\": $AMOUNT}]"
|
||||
|
||||
Remember that you must also have funds to pay the transaction fee
|
||||
(which defaults to 0.0001 ZEC in mid-2018).
|
||||
|
Loading…
x
Reference in New Issue
Block a user