Skip to content

Commit eb5643b

Browse files
committed
add autogenerated manpages by help2man
1 parent 6edf2fd commit eb5643b

File tree

3 files changed

+1089
-0
lines changed

3 files changed

+1089
-0
lines changed

doc/man/bitcoin-cli.1

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
.\" 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"
3+
.SH NAME
4+
bitcoin-cli \- manual page for bitcoin-cli 0.13.0.0
5+
.SH DESCRIPTION
6+
Bitcoin Core RPC client version v0.13.0.0\-ga402396
7+
.SS "Usage:"
8+
.TP
9+
bitcoin\-cli [options] <command> [params]
10+
Send command to Bitcoin Core
11+
.TP
12+
bitcoin\-cli [options] help
13+
List commands
14+
.TP
15+
bitcoin\-cli [options] help <command>
16+
Get help for a command
17+
.SH OPTIONS
18+
.HP
19+
\-?
20+
.IP
21+
This help message
22+
.HP
23+
\fB\-conf=\fR<file>
24+
.IP
25+
Specify configuration file (default: bitcoin.conf)
26+
.HP
27+
\fB\-datadir=\fR<dir>
28+
.IP
29+
Specify data directory
30+
.PP
31+
Chain selection options:
32+
.HP
33+
\fB\-testnet\fR
34+
.IP
35+
Use the test chain
36+
.HP
37+
\fB\-regtest\fR
38+
.IP
39+
Enter regression test mode, which uses a special chain in which blocks
40+
can be solved instantly. This is intended for regression testing
41+
tools and app development.
42+
.HP
43+
\fB\-rpcconnect=\fR<ip>
44+
.IP
45+
Send commands to node running on <ip> (default: 127.0.0.1)
46+
.HP
47+
\fB\-rpcport=\fR<port>
48+
.IP
49+
Connect to JSON\-RPC on <port> (default: 8332 or testnet: 18332)
50+
.HP
51+
\fB\-rpcwait\fR
52+
.IP
53+
Wait for RPC server to start
54+
.HP
55+
\fB\-rpcuser=\fR<user>
56+
.IP
57+
Username for JSON\-RPC connections
58+
.HP
59+
\fB\-rpcpassword=\fR<pw>
60+
.IP
61+
Password for JSON\-RPC connections
62+
.HP
63+
\fB\-rpcclienttimeout=\fR<n>
64+
.IP
65+
Timeout during HTTP requests (default: 900)
66+
.HP
67+
\fB\-stdin\fR
68+
.IP
69+
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
70+
(recommended for sensitive information such as passphrases)
71+
.SH COPYRIGHT
72+
Copyright (C) 2009-2016 The Bitcoin Core developers
73+
74+
Please contribute if you find Bitcoin Core useful. Visit
75+
<https://bitcoincore.org> for further information about the software.
76+
The source code is available from <https://github.com/bitcoin/bitcoin>.
77+
78+
This is experimental software.
79+
Distributed under the MIT software license, see the accompanying file COPYING
80+
or <http://www.opensource.org/licenses/mit-license.php>.
81+
82+
This product includes software developed by the OpenSSL Project for use in the
83+
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
84+
by Eric Young and UPnP software written by Thomas Bernard.

0 commit comments

Comments
 (0)