mirror of
https://github.com/bitcoinj/bitcoinj.git
synced 2025-03-10 17:26:28 +01:00
wallet-tool-help.txt: Move description of fee options to general options section.
This commit is contained in:
parent
f2e59611f1
commit
f83f8187d6
1 changed files with 6 additions and 4 deletions
|
@ -51,7 +51,7 @@ Usage: wallet-tool --flags action-name
|
||||||
--payment-request=http://merchant.com/pay.php?123
|
--payment-request=http://merchant.com/pay.php?123
|
||||||
|
|
||||||
Other options include:
|
Other options include:
|
||||||
--fee-per-kb=0.0005 or --fee-sat-per-byte=50 sets the network fee
|
--fee-per-kb or --fee-sat-per-byte sets the network fee, see below
|
||||||
--locktime=1234 sets the lock time to block 1234
|
--locktime=1234 sets the lock time to block 1234
|
||||||
--locktime=2013/01/01 sets the lock time to 1st Jan 2013
|
--locktime=2013/01/01 sets the lock time to 1st Jan 2013
|
||||||
--allow-unconfirmed will let you create spends of pending non-change outputs.
|
--allow-unconfirmed will let you create spends of pending non-change outputs.
|
||||||
|
@ -77,14 +77,14 @@ Usage: wallet-tool --flags action-name
|
||||||
Options:
|
Options:
|
||||||
--output=pubkey:value sets the amount to lock and the recipient
|
--output=pubkey:value sets the amount to lock and the recipient
|
||||||
--refund-to=pubkey sets "our" public key
|
--refund-to=pubkey sets "our" public key
|
||||||
--fee-per-kb=0.0005 or --fee-sat-per-byte=50 sets the network fee
|
--fee-per-kb or --fee-sat-per-byte sets the network fee, see below
|
||||||
--locktime=YYYY/MM/DD sets the expiry time for the channel
|
--locktime=YYYY/MM/DD sets the expiry time for the channel
|
||||||
settle-cltvpaymentchannel
|
settle-cltvpaymentchannel
|
||||||
Creates and broadcasts a transaction settling a previous micropayment channel.
|
Creates and broadcasts a transaction settling a previous micropayment channel.
|
||||||
This tool, for testing, requires the presence of both private keys.
|
This tool, for testing, requires the presence of both private keys.
|
||||||
Options:
|
Options:
|
||||||
--output=pubkey:value sets the destination for the money
|
--output=pubkey:value sets the destination for the money
|
||||||
--fee-per-kb=0.0005 or --fee-sat-per-byte=50 sets the network fee
|
--fee-per-kb or --fee-sat-per-byte sets the network fee, see below
|
||||||
--txhash=hash sets the transaction to spend
|
--txhash=hash sets the transaction to spend
|
||||||
refund-cltvpaymentchannel
|
refund-cltvpaymentchannel
|
||||||
Creates and broadcasts a transaction refunding a previous micropayment channel.
|
Creates and broadcasts a transaction refunding a previous micropayment channel.
|
||||||
|
@ -92,7 +92,7 @@ Usage: wallet-tool --flags action-name
|
||||||
the created transaction won't be accepted into the mempool until that point.
|
the created transaction won't be accepted into the mempool until that point.
|
||||||
Options:
|
Options:
|
||||||
--output=pubkey:value sets the destination for the money
|
--output=pubkey:value sets the destination for the money
|
||||||
--fee-per-kb=0.0005 or --fee-sat-per-byte=50 sets the network fee
|
--fee-per-kb or --fee-sat-per-byte sets the network fee, see below
|
||||||
--txhash=hash sets the transaction to spend
|
--txhash=hash sets the transaction to spend
|
||||||
|
|
||||||
>>> GENERAL OPTIONS
|
>>> GENERAL OPTIONS
|
||||||
|
@ -103,6 +103,8 @@ Usage: wallet-tool --flags action-name
|
||||||
--chain=<file> Specifies the name of the file that stores the block chain.
|
--chain=<file> Specifies the name of the file that stores the block chain.
|
||||||
--force Overrides any safety checks on the requested action.
|
--force Overrides any safety checks on the requested action.
|
||||||
--date Provide a date in form YYYY/MM/DD to any action that requires one.
|
--date Provide a date in form YYYY/MM/DD to any action that requires one.
|
||||||
|
--fee-per-kb Sets the network fee in Bitcoin per kilobyte when sending, e.g. --fee-per-kb=0.0005
|
||||||
|
--fee-sat-per-byte Sets the network fee in satoshi per byte when sending, e.g. --fee-sat-per-byte=50
|
||||||
--output-script-type Provide an output script type to any action that requires one. May be P2PKH or P2WPKH.
|
--output-script-type Provide an output script type to any action that requires one. May be P2PKH or P2WPKH.
|
||||||
--peers=1.2.3.4 Comma separated IP addresses/domain names for connections instead of peer discovery.
|
--peers=1.2.3.4 Comma separated IP addresses/domain names for connections instead of peer discovery.
|
||||||
--offline If specified when sending, don't try and connect, just write the tx to the wallet.
|
--offline If specified when sending, don't try and connect, just write the tx to the wallet.
|
||||||
|
|
Loading…
Add table
Reference in a new issue