diff options
Diffstat (limited to 'doc/man/bitcoin-tx.1')
-rw-r--r-- | doc/man/bitcoin-tx.1 | 62 |
1 files changed, 31 insertions, 31 deletions
diff --git a/doc/man/bitcoin-tx.1 b/doc/man/bitcoin-tx.1 index b088f98893..3ce95963e5 100644 --- a/doc/man/bitcoin-tx.1 +++ b/doc/man/bitcoin-tx.1 @@ -1,7 +1,7 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH BITCOIN-TX "1" "August 2021" "bitcoin-tx v22.0rc2" "User Commands" +.TH BITCOIN-TX "1" "August 2021" "bitcoin-tx v22.0.0rc3" "User Commands" .SH NAME -bitcoin-tx manual page for bitcoin-tx v22.0rc2 +bitcoin-tx \- manual page for bitcoin-tx v22.0.0rc3 .SH SYNOPSIS .B bitcoin-tx [\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded bitcoin transaction\/\fR @@ -9,26 +9,26 @@ bitcoin-tx manual page for bitcoin-tx v22.0rc2 .B bitcoin-tx [\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded bitcoin transaction\/\fR .SH DESCRIPTION -Bitcoin Core bitcointx utility version v22.0rc2 +Bitcoin Core bitcoin\-tx utility version v22.0.0rc3 .SH OPTIONS .HP -? +\-? .IP Print this help message and exit .HP -\fBcreate\fR +\fB\-create\fR .IP Create new, empty TX. .HP -\fBjson\fR +\fB\-json\fR .IP Select JSON output .HP -\fBtxid\fR +\fB\-txid\fR .IP -Output only the hexencoded transaction id of the resultant transaction. +Output only the hex\-encoded transaction id of the resultant transaction. .HP -\fBversion\fR +\fB\-version\fR .IP Print version and exit .PP @@ -36,32 +36,32 @@ Debugging/Testing options: .PP Chain selection options: .HP -\fBchain=\fR<chain> +\fB\-chain=\fR<chain> .IP Use the chain <chain> (default: main). Allowed values: main, test, signet, regtest .HP -\fBsignet\fR +\fB\-signet\fR .IP -Use the signet chain. Equivalent to \fBchain\fR=\fI\,signet\/\fR. Note that the network -is defined by the \fBsignetchallenge\fR parameter +Use the signet chain. Equivalent to \fB\-chain\fR=\fI\,signet\/\fR. Note that the network +is defined by the \fB\-signetchallenge\fR parameter .HP -\fBsignetchallenge\fR +\fB\-signetchallenge\fR .IP Blocks must satisfy the given script to be considered valid (only for signet networks; defaults to the global default signet test network challenge) .HP -\fBsignetseednode\fR +\fB\-signetseednode\fR .IP Specify a seed node for the signet network, in the hostname[:port] format, e.g. sig.net:1234 (may be used multiple times to specify multiple seed nodes; defaults to the global default signet test network seed node(s)) .HP -\fBtestnet\fR +\fB\-testnet\fR .IP -Use the test chain. Equivalent to \fBchain\fR=\fI\,test\/\fR. +Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR. .PP Commands: .IP @@ -87,37 +87,37 @@ Set TX version to N .IP outaddr=VALUE:ADDRESS .IP -Add addressbased output to TX +Add address\-based output to TX .IP outdata=[VALUE:]DATA .IP -Add databased output to TX +Add data\-based output to TX .IP outmultisig=VALUE:REQUIRED:PUBKEYS:PUBKEY1:PUBKEY2:....[:FLAGS] .IP -Add Pay To nofm Multisig output to TX. n = REQUIRED, m = PUBKEYS. +Add Pay To n\-of\-m Multi\-sig output to TX. n = REQUIRED, m = PUBKEYS. Optionally add the "W" flag to produce a -paytowitnessscripthash output. Optionally add the "S" flag to -wrap the output in a paytoscripthash. +pay\-to\-witness\-script\-hash output. Optionally add the "S" flag to +wrap the output in a pay\-to\-script\-hash. .IP outpubkey=VALUE:PUBKEY[:FLAGS] .IP -Add paytopubkey output to TX. Optionally add the "W" flag to produce a -paytowitnesspubkeyhash output. Optionally add the "S" flag to -wrap the output in a paytoscripthash. +Add pay\-to\-pubkey output to TX. Optionally add the "W" flag to produce a +pay\-to\-witness\-pubkey\-hash output. Optionally add the "S" flag to +wrap the output in a pay\-to\-script\-hash. .IP outscript=VALUE:SCRIPT[:FLAGS] .IP Add raw script output to TX. Optionally add the "W" flag to produce a -paytowitnessscripthash output. Optionally add the "S" flag to -wrap the output in a paytoscripthash. +pay\-to\-witness\-script\-hash output. Optionally add the "S" flag to +wrap the output in a pay\-to\-script\-hash. .IP replaceable(=N) .IP -Set RBF optin sequence number for input N (if not provided, optin all +Set RBF opt\-in sequence number for input N (if not provided, opt\-in all available inputs) .IP -sign=SIGHASHFLAGS +sign=SIGHASH\-FLAGS .IP Add zero or more signatures to transaction. This command requires JSON registers:prevtxs=JSON object, privatekeys=JSON object. See @@ -130,6 +130,6 @@ load=NAME:FILENAME .IP Load JSON file FILENAME into register NAME .IP -set=NAME:JSONSTRING +set=NAME:JSON\-STRING .IP -Set register NAME to given JSONSTRING +Set register NAME to given JSON\-STRING |