|
| 1 | +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5. |
| 2 | +.TH BITCOIN-TX "1" "September 2016" "bitcoin-tx v0.13.0.0" "User Commands" |
| 3 | +.SH NAME |
| 4 | +bitcoin-tx \- manual page for bitcoin-tx v0.13.0.0 |
| 5 | +.SH DESCRIPTION |
| 6 | +Bitcoin Core bitcoin\-tx utility version v0.13.0.0 |
| 7 | +.SS "Usage:" |
| 8 | +.TP |
| 9 | +bitcoin\-tx [options] <hex\-tx> [commands] |
| 10 | +Update hex\-encoded bitcoin transaction |
| 11 | +.TP |
| 12 | +bitcoin\-tx [options] \fB\-create\fR [commands] |
| 13 | +Create hex\-encoded bitcoin transaction |
| 14 | +.SH OPTIONS |
| 15 | +.HP |
| 16 | +\-? |
| 17 | +.IP |
| 18 | +This help message |
| 19 | +.HP |
| 20 | +\fB\-create\fR |
| 21 | +.IP |
| 22 | +Create new, empty TX. |
| 23 | +.HP |
| 24 | +\fB\-json\fR |
| 25 | +.IP |
| 26 | +Select JSON output |
| 27 | +.HP |
| 28 | +\fB\-txid\fR |
| 29 | +.IP |
| 30 | +Output only the hex\-encoded transaction id of the resultant transaction. |
| 31 | +.PP |
| 32 | +Chain selection options: |
| 33 | +.HP |
| 34 | +\fB\-testnet\fR |
| 35 | +.IP |
| 36 | +Use the test chain |
| 37 | +.HP |
| 38 | +\fB\-regtest\fR |
| 39 | +.IP |
| 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. |
| 43 | +.PP |
| 44 | +Commands: |
| 45 | +.IP |
| 46 | +delin=N |
| 47 | +.IP |
| 48 | +Delete input N from TX |
| 49 | +.IP |
| 50 | +delout=N |
| 51 | +.IP |
| 52 | +Delete output N from TX |
| 53 | +.IP |
| 54 | +in=TXID:VOUT(:SEQUENCE_NUMBER) |
| 55 | +.IP |
| 56 | +Add input to TX |
| 57 | +.IP |
| 58 | +locktime=N |
| 59 | +.IP |
| 60 | +Set TX lock time to N |
| 61 | +.IP |
| 62 | +nversion=N |
| 63 | +.IP |
| 64 | +Set TX version to N |
| 65 | +.IP |
| 66 | +outaddr=VALUE:ADDRESS |
| 67 | +.IP |
| 68 | +Add address\-based output to TX |
| 69 | +.IP |
| 70 | +outdata=[VALUE:]DATA |
| 71 | +.IP |
| 72 | +Add data\-based output to TX |
| 73 | +.IP |
| 74 | +outscript=VALUE:SCRIPT |
| 75 | +.IP |
| 76 | +Add raw script output to TX |
| 77 | +.IP |
| 78 | +sign=SIGHASH\-FLAGS |
| 79 | +.IP |
| 80 | +Add zero or more signatures to transaction. This command requires JSON |
| 81 | +registers:prevtxs=JSON object, privatekeys=JSON object. See |
| 82 | +signrawtransaction docs for format of sighash flags, JSON |
| 83 | +objects. |
| 84 | +.PP |
| 85 | +Register Commands: |
| 86 | +.IP |
| 87 | +load=NAME:FILENAME |
| 88 | +.IP |
| 89 | +Load JSON file FILENAME into register NAME |
| 90 | +.IP |
| 91 | +set=NAME:JSON\-STRING |
| 92 | +.IP |
| 93 | +Set register NAME to given JSON\-STRING |
| 94 | +.SH COPYRIGHT |
| 95 | +Copyright (C) 2009-2016 The Bitcoin Core developers |
| 96 | + |
| 97 | +Please contribute if you find Bitcoin Core useful. Visit |
| 98 | +<https://bitcoincore.org> for further information about the software. |
| 99 | +The source code is available from <https://github.com/bitcoin/bitcoin>. |
| 100 | + |
| 101 | +This is experimental software. |
| 102 | +Distributed under the MIT software license, see the accompanying file COPYING |
| 103 | +or <http://www.opensource.org/licenses/mit-license.php>. |
| 104 | + |
| 105 | +This product includes software developed by the OpenSSL Project for use in the |
| 106 | +OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written |
| 107 | +by Eric Young and UPnP software written by Thomas Bernard. |
0 commit comments