1 .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
2 .TH BITCOIN-TX "1" "September 2017" "bitcoin-tx v0.15.99.0" "User Commands"
4 bitcoin-tx \- manual page for bitcoin-tx v0.15.99.0
6 Bitcoin Core bitcoin\-tx utility version v0.15.99.0
9 bitcoin\-tx [options] <hex\-tx> [commands]
10 Update hex\-encoded bitcoin transaction
12 bitcoin\-tx [options] \fB\-create\fR [commands]
13 Create hex\-encoded bitcoin transaction
30 Output only the hex\-encoded transaction id of the resultant transaction.
32 Chain selection options:
40 Enter regression test mode, which uses a special chain in which blocks
41 can be solved instantly. This is intended for regression testing
42 tools and app development.
48 Delete input N from TX
52 Delete output N from TX
54 in=TXID:VOUT(:SEQUENCE_NUMBER)
68 Set RBF opt\-in sequence number for input N (if not provided, opt\-in all
73 Add address\-based output to TX
75 outpubkey=VALUE:PUBKEY[:FLAGS]
77 Add pay\-to\-pubkey output to TX. Optionally add the "W" flag to produce a
78 pay\-to\-witness\-pubkey\-hash output. Optionally add the "S" flag to
79 wrap the output in a pay\-to\-script\-hash.
83 Add data\-based output to TX
85 outscript=VALUE:SCRIPT[:FLAGS]
87 Add raw script output to TX. Optionally add the "W" flag to produce a
88 pay\-to\-witness\-script\-hash output. Optionally add the "S" flag to
89 wrap the output in a pay\-to\-script\-hash.
91 outmultisig=VALUE:REQUIRED:PUBKEYS:PUBKEY1:PUBKEY2:....[:FLAGS]
93 Add Pay To n\-of\-m Multi\-sig output to TX. n = REQUIRED, m = PUBKEYS.
94 Optionally add the "W" flag to produce a
95 pay\-to\-witness\-script\-hash output. Optionally add the "S" flag to
96 wrap the output in a pay\-to\-script\-hash.
100 Add zero or more signatures to transaction. This command requires JSON
101 registers:prevtxs=JSON object, privatekeys=JSON object. See
102 signrawtransaction docs for format of sighash flags, JSON
109 Load JSON file FILENAME into register NAME
111 set=NAME:JSON\-STRING
113 Set register NAME to given JSON\-STRING
115 Copyright (C) 2009-2017 The Bitcoin Core developers
117 Please contribute if you find Bitcoin Core useful. Visit
118 <https://bitcoincore.org> for further information about the software.
119 The source code is available from <https://github.com/bitcoin/bitcoin>.
121 This is experimental software.
122 Distributed under the MIT software license, see the accompanying file COPYING
123 or <https://opensource.org/licenses/MIT>
125 This product includes software developed by the OpenSSL Project for use in the
126 OpenSSL Toolkit <https://www.openssl.org> and cryptographic software written by
127 Eric Young and UPnP software written by Thomas Bernard.