1
1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2
- .TH BITCOIN-CLI "1" "September 2025" "bitcoin-cli v29.1.0" "User Commands"
2
+ .TH BITCOIN-CLI "1" "September 2025" "bitcoin-cli v29.1.0.knots20250903 " "User Commands"
3
3
.SH NAME
4
- bitcoin-cli \- manual page for bitcoin-cli v29.1.0
4
+ bitcoin-cli \- manual page for bitcoin-cli v29.1.0.knots20250903
5
5
.SH SYNOPSIS
6
6
.B bitcoin-cli
7
7
[\fI \, options \/ \fR ] \fI \, <command> \/ \fR [\fI \, params \/ \fR ]
@@ -15,11 +15,11 @@ bitcoin-cli \- manual page for bitcoin-cli v29.1.0
15
15
.B bitcoin-cli
16
16
[\fI \, options \/ \fR ] \fI \, help <command> \/ \fR
17
17
.SH DESCRIPTION
18
- Bitcoin Core RPC client version v29.1.0
18
+ Bitcoin Knots RPC client version v29.1.0.knots20250903
19
19
.PP
20
- The bitcoin\- cli utility provides a command line interface to interact with a Bitcoin Core RPC server.
20
+ The bitcoin\- cli utility provides a command line interface to interact with a Bitcoin Knots RPC server.
21
21
.PP
22
- It can be used to query network information, manage wallets, create or broadcast transactions, and control the Bitcoin Core server.
22
+ It can be used to query network information, manage wallets, create or broadcast transactions, and control the Bitcoin Knots server.
23
23
.PP
24
24
Use the "help" command to list all commands. Use "help <command>" to show help for that command.
25
25
The \fB \- named \fR option allows you to specify parameters using the key=value format, eliminating the need to pass unused positional parameters.
@@ -37,6 +37,12 @@ and OS is not WIN32), never. Only applies to the output of
37
37
Specify configuration file. Relative paths will be prefixed by datadir
38
38
location. (default: bitcoin.conf)
39
39
.HP
40
+ \fB \- confrw= \fR <file>
41
+ .IP
42
+ Specify read/write configuration file. Relative paths will be prefixed
43
+ by the network\- specific datadir location. (default:
44
+ bitcoin_rw.conf)
45
+ .HP
40
46
\fB \- datadir= \fR <dir>
41
47
.IP
42
48
Specify data directory
@@ -131,6 +137,12 @@ testnet4, signet, regtest
131
137
Use the signet chain. Equivalent to \fB \- chain \fR =\fI \, signet \/ \fR . Note that the network
132
138
is defined by the \fB \- signetchallenge \fR parameter
133
139
.HP
140
+ \fB \- signetblocktime \fR
141
+ .IP
142
+ Difficulty adjustment will target a block time of the given amount in
143
+ seconds (only for custom signet networks, must have
144
+ \fB \- signetchallenge \fR set; defaults to 10 minutes)
145
+ .HP
134
146
\fB \- signetchallenge \fR
135
147
.IP
136
148
Blocks must satisfy the given script to be considered valid (only for
@@ -173,11 +185,12 @@ nblocks and maxtries arguments. Example: bitcoin\-cli \fB\-generate\fR 4
173
185
.HP
174
186
\fB \- getinfo \fR
175
187
.IP
176
- Get general information from the remote server. Note that unlike
177
- server\- side RPC calls, the output of \fB \- getinfo \fR is the result of
178
- multiple non\- atomic requests. Some entries in the output may
179
- represent results from different states (e.g. wallet balance may
180
- be as of a different block from the chain state reported)
188
+ Get general information from the remote server, including the total
189
+ balance and the balances of each loaded wallet when in
190
+ multiwallet mode. Note that \fB \- getinfo \fR is the combined result of
191
+ several RPCs (getnetworkinfo, getblockchaininfo, getwalletinfo,
192
+ getbalances, and in multiwallet mode, listwallets), each with
193
+ potentially different state.
181
194
.HP
182
195
\fB \- netinfo \fR
183
196
.IP
@@ -188,14 +201,15 @@ additional "outonly" (or "o") argument can be passed to see
188
201
outbound peers only. Pass "help" (or "h") for detailed help
189
202
documentation.
190
203
.SH COPYRIGHT
204
+ Copyright (C) 2009-2025 The Bitcoin Knots developers
191
205
Copyright (C) 2009-2025 The Bitcoin Core developers
192
206
193
- Please contribute if you find Bitcoin Core useful. Visit
194
- <https://bitcoincore .org/> for further information about the software.
195
- The source code is available from <https://github.com/bitcoin /bitcoin>.
207
+ Please contribute if you find Bitcoin Knots useful. Visit
208
+ <https://bitcoinknots .org/> for further information about the software.
209
+ The source code is available from <https://github.com/bitcoinknots /bitcoin>.
196
210
197
211
This is experimental software.
198
212
Distributed under the MIT software license, see the accompanying file COPYING
199
213
or <https://opensource.org/licenses/MIT>
200
214
.SH "SEE ALSO"
201
- bitcoind(1), bitcoin-cli(1), bitcoin- tx(1), bitcoin-wallet(1), bitcoin-util(1), bitcoin-qt(1)
215
+ bitcoind(1), bitcoin-tx(1), bitcoin-wallet(1), bitcoin-util(1), bitcoin-qt(1)
0 commit comments