1- .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3 .
2- .TH BITCOIN-CLI "1" "January 2018" "bitcoin-cli v0.16.99.0" "User Commands"
1+ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.6 .
2+ .TH BITCOIN-CLI "1" "July 2018" "bitcoin-cli v0.16.99.0" "User Commands"
33.SH NAME
44bitcoin-cli \- manual page for bitcoin-cli v0.16.99.0
55.SH DESCRIPTION
@@ -20,7 +20,8 @@ This help message
2020.HP
2121\fB \- conf= \fR <file>
2222.IP
23- Specify configuration file (default: bitcoin.conf)
23+ Specify configuration file. Relative paths will be prefixed by datadir
24+ location. (default: bitcoin.conf)
2425.HP
2526\fB \- datadir= \fR <dir>
2627.IP
@@ -33,47 +34,52 @@ server\-side RPC calls, the results of \fB\-getinfo\fR is the result of
3334multiple non\- atomic requests. Some entries in the result may
3435represent results from different states (e.g. wallet balance may
3536be as of a different block from the chain state reported)
36- .PP
37- Chain selection options:
38- .HP
39- \fB \- testnet \fR
40- .IP
41- Use the test chain
42- .HP
43- \fB \- regtest \fR
44- .IP
45- Enter regression test mode, which uses a special chain in which blocks
46- can be solved instantly. This is intended for regression testing
47- tools and app development.
4837.HP
4938\fB \- named \fR
5039.IP
5140Pass named instead of positional arguments (default: false)
5241.HP
42+ \fB \- rpcclienttimeout= \fR <n>
43+ .IP
44+ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
45+ 900)
46+ .HP
5347\fB \- rpcconnect= \fR <ip>
5448.IP
5549Send commands to node running on <ip> (default: 127.0.0.1)
5650.HP
57- \fB \- rpcport =\fR <port >
51+ \fB \- rpccookiefile =\fR <loc >
5852.IP
59- Connect to JSON\- RPC on <port> (default: 8332 or testnet: 18332)
53+ Location of the auth cookie. Relative paths will be prefixed by a
54+ net\- specific datadir location. (default: data dir)
6055.HP
61- \fB \- rpcwait \fR
56+ \fB \- rpcpassword= \fR <pw>
6257.IP
63- Wait for RPC server to start
58+ Password for JSON\- RPC connections
59+ .HP
60+ \fB \- rpcport= \fR <port>
61+ .IP
62+ Connect to JSON\- RPC on <port> (default: 8332 or testnet: 18332)
6463.HP
6564\fB \- rpcuser= \fR <user>
6665.IP
6766Username for JSON\- RPC connections
6867.HP
69- \fB \- rpcpassword= \fR <pw>
68+ \fB \- rpcwait \fR
7069.IP
71- Password for JSON \- RPC connections
70+ Wait for RPC server to start
7271.HP
73- \fB \- rpcclienttimeout =\fR <n >
72+ \fB \- rpcwallet =\fR <walletname >
7473.IP
75- Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
76- 900)
74+ Send RPC for non\- default wallet on RPC server (needs to exactly match
75+ corresponding \fB \- wallet \fR option passed to bitcoind)
76+ .HP
77+ \fB \- stdin \fR
78+ .IP
79+ Read extra arguments from standard input, one per line until EOF/Ctrl\- D
80+ (recommended for sensitive information such as passphrases).
81+ When combined with \fB \- stdinrpcpass \fR , the first line from standard
82+ input is used for the RPC password.
7783.HP
7884\fB \- stdinrpcpass \fR
7985.TP
@@ -83,18 +89,15 @@ When combined
8389with \fB \- stdin \fR , the first line from standard input is used for the
8490RPC password.
8591.HP
86- \fB \- stdin \fR
92+ \fB \- version \fR
8793.IP
88- Read extra arguments from standard input, one per line until EOF/Ctrl\- D
89- (recommended for sensitive information such as passphrases).
90- When combined with \fB \- stdinrpcpass \fR , the first line from standard
91- input is used for the RPC password.
94+ Print version and exit
95+ .PP
96+ Chain selection options:
9297.HP
93- \fB \- rpcwallet= \fR <walletname>
98+ \fB \- testnet \fR
9499.IP
95- Send RPC for non\- default wallet on RPC server (argument is wallet
96- filename in bitcoind directory, required if bitcoind/\- Qt runs
97- with multiple wallets)
100+ Use the test chain
98101.SH COPYRIGHT
99102Copyright (C) 2009-2018 The Bitcoin Core developers
100103
0 commit comments