Skip to content

Commit 09546ca

Browse files
committed
regenerated all manpages with commit tag stripped, also add bitcoin-tx
1 parent ae6e754 commit 09546ca

File tree

5 files changed

+117
-10
lines changed

5 files changed

+117
-10
lines changed

doc/man/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dist_man1_MANS=bitcoind.1 bitcoin-qt.1 bitcoin-cli.1
1+
dist_man1_MANS=bitcoind.1 bitcoin-qt.1 bitcoin-cli.1 bitcoin-tx.1

doc/man/bitcoin-cli.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
2-
.TH BITCOIN-CLI "1" "August 2016" "bitcoin-cli 0.13.0.0" "User Commands"
2+
.TH BITCOIN-CLI "1" "September 2016" "bitcoin-cli v0.13.0.0" "User Commands"
33
.SH NAME
4-
bitcoin-cli \- manual page for bitcoin-cli 0.13.0.0
4+
bitcoin-cli \- manual page for bitcoin-cli v0.13.0.0
55
.SH DESCRIPTION
6-
Bitcoin Core RPC client version v0.13.0.0\-ga402396
6+
Bitcoin Core RPC client version v0.13.0.0
77
.SS "Usage:"
88
.TP
99
bitcoin\-cli [options] <command> [params]

doc/man/bitcoin-qt.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
2-
.TH BITCOIN-QT "1" "August 2016" "bitcoin-qt 0.13.0.0" "User Commands"
2+
.TH BITCOIN-QT "1" "September 2016" "bitcoin-qt v0.13.0.0" "User Commands"
33
.SH NAME
4-
bitcoin-qt \- manual page for bitcoin-qt 0.13.0.0
4+
bitcoin-qt \- manual page for bitcoin-qt v0.13.0.0
55
.SH DESCRIPTION
6-
Bitcoin Core version v0.13.0.0\-ga402396 (64\-bit)
6+
Bitcoin Core version v0.13.0.0 (64\-bit)
77
Usage:
88
.IP
99
bitcoin\-qt [command\-line options]

doc/man/bitcoin-tx.1

Lines changed: 107 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,107 @@
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.

doc/man/bitcoind.1

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.46.5.
2-
.TH BITCOIND "1" "August 2016" "bitcoind 0.13.0.0" "User Commands"
2+
.TH BITCOIND "1" "September 2016" "bitcoind v0.13.0.0" "User Commands"
33
.SH NAME
4-
bitcoind \- manual page for bitcoind 0.13.0.0
4+
bitcoind \- manual page for bitcoind v0.13.0.0
55
.SH DESCRIPTION
6-
Bitcoin Core Daemon version v0.13.0.0\-ga402396
6+
Bitcoin Core Daemon version v0.13.0.0
77
.SS "Usage:"
88
.TP
99
bitcoind [options]

0 commit comments

Comments
 (0)