1
1
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2
- .TH DASH-CLI "1" "June 2023" "dash-cli v19.2 .0" "User Commands"
2
+ .TH DASH-CLI "1" "November 2023" "dash-cli v20.0 .0" "User Commands"
3
3
.SH NAME
4
- dash-cli \- manual page for dash-cli v19.2 .0
4
+ dash-cli \- manual page for dash-cli v20.0 .0
5
5
.SH SYNOPSIS
6
6
.B dash-cli
7
7
[\fI \, options \/ \fR ] \fI \, <command> \/ \fR [\fI \, params \/ \fR ] \fI \, Send command to Dash Core \/ \fR
@@ -15,7 +15,7 @@ dash-cli \- manual page for dash-cli v19.2.0
15
15
.B dash-cli
16
16
[\fI \, options \/ \fR ] \fI \, help <command> Get help for a command \/ \fR
17
17
.SH DESCRIPTION
18
- Dash Core RPC client version v19.2 .0
18
+ Dash Core RPC client version v20.0 .0
19
19
.SH OPTIONS
20
20
.HP
21
21
\- ?
@@ -31,6 +31,15 @@ location. (default: dash.conf)
31
31
.IP
32
32
Specify data directory
33
33
.HP
34
+ \fB \- generate \fR
35
+ .IP
36
+ Generate blocks immediately, equivalent to RPC generatenewaddress
37
+ followed by RPC generatetoaddress. Optional positional integer
38
+ arguments are number of blocks to generate (default: 1) and
39
+ maximum iterations to try (default: 1000000), equivalent to RPC
40
+ generatetoaddress nblocks and maxtries arguments. Example:
41
+ dash\- cli \fB \- generate \fR 4 1000
42
+ .HP
34
43
\fB \- getinfo \fR
35
44
.IP
36
45
Get general information from the remote server. Note that unlike
@@ -43,6 +52,13 @@ be as of a different block from the chain state reported)
43
52
.IP
44
53
Pass named instead of positional arguments (default: false)
45
54
.HP
55
+ \fB \- netinfo \fR
56
+ .IP
57
+ Get network peer connection information from the remote server. An
58
+ optional integer argument from 0 to 4 can be passed for different
59
+ peers listings (default: 0). Pass "help" for detailed help
60
+ documentation.
61
+ .HP
46
62
\fB \- rpcclienttimeout= \fR <n>
47
63
.IP
48
64
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
@@ -107,6 +123,11 @@ Print version and exit
107
123
.PP
108
124
Chain selection options:
109
125
.HP
126
+ \fB \- chain= \fR <chain>
127
+ .IP
128
+ Use the chain <chain> (default: main). Allowed values: main, test,
129
+ regtest
130
+ .HP
110
131
\fB \- devnet= \fR <name>
111
132
.IP
112
133
Use devnet chain with provided name
@@ -124,7 +145,8 @@ highsubsidyblocks window of a chain (default: 1, devnet\-only)
124
145
\fB \- llmqchainlocks= \fR <quorum name>
125
146
.IP
126
147
Override the default LLMQ type used for ChainLocks. Allows using
127
- ChainLocks with smaller LLMQs. (default: llmq_50_60, devnet\- only)
148
+ ChainLocks with smaller LLMQs. (default: llmq_devnet,
149
+ devnet\- only)
128
150
.HP
129
151
\fB \- llmqdevnetparams= \fR <size>:<threshold>
130
152
.IP
@@ -134,19 +156,24 @@ devnet\-only)
134
156
\fB \- llmqinstantsend= \fR <quorum name>
135
157
.IP
136
158
Override the default LLMQ type used for InstantSend. Allows using
137
- InstantSend with smaller LLMQs. (default: llmq_50_60 ,
159
+ InstantSend with smaller LLMQs. (default: llmq_devnet ,
138
160
devnet\- only)
139
161
.HP
140
162
\fB \- llmqinstantsenddip0024= \fR <quorum name>
141
163
.IP
142
164
Override the default LLMQ type used for InstantSendDIP0024. (default:
143
- llmq_60_75 , devnet\- only)
165
+ llmq_devnet_dip0024 , devnet\- only)
144
166
.HP
145
- \fB \- llmqplatform =\fR <quorum name>
167
+ \fB \- llmqmnhf =\fR <quorum name>
146
168
.IP
147
- Override the default LLMQ type used for Platform . (default: llmq_100_67 ,
169
+ Override the default LLMQ type used for EHF . (default: llmq_devnet ,
148
170
devnet\- only)
149
171
.HP
172
+ \fB \- llmqplatform= \fR <quorum name>
173
+ .IP
174
+ Override the default LLMQ type used for Platform. (default:
175
+ llmq_devnet_platform, devnet\- only)
176
+ .HP
150
177
\fB \- minimumdifficultyblocks= \fR <n>
151
178
.IP
152
179
The number of blocks that can be mined with the minimum difficulty at
@@ -159,15 +186,4 @@ minutes, devnet\-only)
159
186
.HP
160
187
\fB \- testnet \fR
161
188
.IP
162
- Use the test chain
163
- .SH COPYRIGHT
164
- Copyright (C) 2014-2023 The Dash Core developers
165
- Copyright (C) 2009-2023 The Bitcoin Core developers
166
-
167
- Please contribute if you find Dash Core useful. Visit <https://dash.org> for
168
- further information about the software.
169
- The source code is available from <https://github.com/dashpay/dash>.
170
-
171
- This is experimental software.
172
- Distributed under the MIT software license, see the accompanying file COPYING
173
- or <https://opensource.org/licenses/MIT>
189
+ Use the test chain. Equivalent to \fB \- chain \fR =\fI \, test \/ \fR
0 commit comments