Skip to content

Commit 4571d89

Browse files
Merge dashpay#6554: docs: update man pages for 22.1
ff785ed docs: update man pages for 22.1 (Konstantin Akimov) Pull request description: ## Issue being fixed or feature implemented dashpay#6551 ## What was done? Updated man pages by new script `contrib/devtools/gen-manpages.py` see dashpay#6555 ## How Has This Been Tested? N/A ## Breaking Changes N/A ## Checklist: - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have added or updated relevant unit/integration/functional/e2e tests - [ ] I have made corresponding changes to the documentation - [x] I have assigned this pull request to a milestone _(for repository code-owners and collaborators only)_ ACKs for top commit: PastaPastaPasta: utACK ff785ed; diff looks good UdjinM6: utACK ff785ed Tree-SHA512: 60a81c880e6ff824fc661dc6c6da20d85aa662fe228f7080dcb8c47db69c88adc30a40ab84832d83994ab56a26ed1de4d800dd45cd282c61233fde2d4e2212b7
1 parent bc91a83 commit 4571d89

File tree

5 files changed

+106
-191
lines changed

5 files changed

+106
-191
lines changed

Diff for: doc/man/dash-cli.1

+17-52
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-CLI "1" "December 2024" "dash-cli v22.0.0" "User Commands"
2+
.TH DASH-CLI "1" "February 2025" "dash-cli v22.1.0" "User Commands"
33
.SH NAME
4-
dash-cli \- manual page for dash-cli v22.0.0
4+
dash-cli \- manual page for dash-cli v22.1.0
55
.SH SYNOPSIS
66
.B dash-cli
77
[\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 v22.0.0
1515
.B dash-cli
1616
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
1717
.SH DESCRIPTION
18-
Dash Core RPC client version v22.0.0
18+
Dash Core RPC client version v22.1.0
1919
.SH OPTIONS
2020
.HP
2121
\-?
@@ -24,7 +24,9 @@ Print this help message and exit
2424
.HP
2525
\fB\-addrinfo\fR
2626
.IP
27-
Get the number of addresses known to the node, per network and total.
27+
Get the number of addresses known to the node, per network and total,
28+
after filtering for quality and recency. The total number of
29+
addresses known to the node may be higher.
2830
.HP
2931
\fB\-color=\fR<when>
3032
.IP
@@ -136,8 +138,6 @@ for the wallet passphrase.
136138
.IP
137139
Print version and exit
138140
.PP
139-
Debugging/Testing options:
140-
.PP
141141
Chain selection options:
142142
.HP
143143
\fB\-chain=\fR<chain>
@@ -149,52 +149,17 @@ regtest
149149
.IP
150150
Use devnet chain with provided name
151151
.HP
152-
\fB\-highsubsidyblocks=\fR<n>
153-
.IP
154-
The number of blocks with a higher than normal subsidy to mine at the
155-
start of a chain. Block after that height will have fixed subsidy
156-
base. (default: 0, devnet\-only)
157-
.HP
158-
\fB\-highsubsidyfactor=\fR<n>
159-
.IP
160-
The factor to multiply the normal block subsidy by while in the
161-
highsubsidyblocks window of a chain (default: 1, devnet\-only)
162-
.HP
163-
\fB\-llmqchainlocks=\fR<quorum name>
164-
.IP
165-
Override the default LLMQ type used for ChainLocks. Allows using
166-
ChainLocks with smaller LLMQs. (default: llmq_devnet,
167-
devnet\-only)
168-
.HP
169-
\fB\-llmqdevnetparams=\fR<size>:<threshold>
170-
.IP
171-
Override the default LLMQ size for the LLMQ_DEVNET quorum (devnet\-only)
172-
.HP
173-
\fB\-llmqinstantsenddip0024=\fR<quorum name>
174-
.IP
175-
Override the default LLMQ type used for InstantSendDIP0024. (default:
176-
llmq_devnet_dip0024, devnet\-only)
177-
.HP
178-
\fB\-llmqmnhf=\fR<quorum name>
179-
.IP
180-
Override the default LLMQ type used for EHF. (default: llmq_devnet,
181-
devnet\-only)
182-
.HP
183-
\fB\-llmqplatform=\fR<quorum name>
184-
.IP
185-
Override the default LLMQ type used for Platform. (default:
186-
llmq_devnet_platform, devnet\-only)
187-
.HP
188-
\fB\-minimumdifficultyblocks=\fR<n>
189-
.IP
190-
The number of blocks that can be mined with the minimum difficulty at
191-
the start of a chain (default: 0, devnet\-only)
192-
.HP
193-
\fB\-powtargetspacing=\fR<n>
194-
.IP
195-
Override the default PowTargetSpacing value in seconds (default: 2.5
196-
minutes, devnet\-only)
197-
.HP
198152
\fB\-testnet\fR
199153
.IP
200154
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR
155+
.SH COPYRIGHT
156+
Copyright (C) 2014-2025 The Dash Core developers
157+
Copyright (C) 2009-2025 The Bitcoin Core developers
158+
159+
Please contribute if you find Dash Core useful. Visit <https://dash.org/> for
160+
further information about the software.
161+
The source code is available from <https://github.com/dashpay/dash>.
162+
163+
This is experimental software.
164+
Distributed under the MIT software license, see the accompanying file COPYING
165+
or <https://opensource.org/licenses/MIT>

Diff for: doc/man/dash-qt.1

+29-18
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-QT "1" "December 2024" "dash-qt v22.0.0" "User Commands"
2+
.TH DASH-QT "1" "February 2025" "dash-qt v22.1.0" "User Commands"
33
.SH NAME
4-
dash-qt \- manual page for dash-qt v22.0.0
4+
dash-qt \- manual page for dash-qt v22.1.0
55
.SH SYNOPSIS
66
.B dash-qt
77
[\fI\,command-line options\/\fR]
88
.SH DESCRIPTION
9-
Dash Core version v22.0.0
9+
Dash Core version v22.1.0
1010
.SH OPTIONS
1111
.HP
1212
\-?
@@ -282,8 +282,8 @@ Maximum per\-connection memory usage for the send buffer, <n>*1000 bytes
282282
\fB\-maxtimeadjustment\fR
283283
.IP
284284
Maximum allowed median peer time offset adjustment. Local perspective of
285-
time may be influenced by peers forward or backward by this
286-
amount. (default: 4200 seconds)
285+
time may be influenced by outbound peers forward or backward by
286+
this amount (default: 4200 seconds).
287287
.HP
288288
\fB\-maxuploadtarget=\fR<n>
289289
.IP
@@ -383,7 +383,7 @@ Use UPnP to map the listening port (default: 1 when listening and no
383383
.HP
384384
\fB\-v2transport\fR
385385
.IP
386-
Support v2 transport (default: 0)
386+
Support v2 transport (default: 1)
387387
.HP
388388
\fB\-whitebind=\fR<[permissions@]addr>
389389
.IP
@@ -856,23 +856,23 @@ Debugging/Testing options:
856856
.HP
857857
\fB\-debug=\fR<category>
858858
.IP
859-
Output debugging information (default: \fB\-nodebug\fR, supplying <category> is
860-
optional). If <category> is not supplied or if <category> = 1,
861-
output all debugging information. <category> can be: addrman,
862-
bench, chainlocks, cmpctblock, coindb, coinjoin, creditpool, ehf,
863-
estimatefee, gobject, http, i2p, instantsend, ipc, leveldb,
864-
libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool, mempoolrej,
865-
mnpayments, mnsync, net, netconn, proxy, prune, qt, rand,
866-
reindex, rpc, selectcoins, spork, tor, txreconciliation,
859+
Output debug and trace logging (default: \fB\-nodebug\fR, supplying <category>
860+
is optional). If <category> is not supplied or if <category> = 1,
861+
output all debug and trace logging. <category> can be: addrman,
862+
bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
863+
creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
864+
ipc, leveldb, libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool,
865+
mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
866+
rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
867867
validation, walletdb, zmq. This option can be specified multiple
868868
times to output multiple categories.
869869
.HP
870870
\fB\-debugexclude=\fR<category>
871871
.IP
872-
Exclude debugging information for a category. Can be used in conjunction
873-
with \fB\-debug\fR=\fI\,1\/\fR to output debug logs for all categories except the
874-
specified category. This option can be specified multiple times
875-
to exclude multiple categories.
872+
Exclude debug and trace logging for a category. Can be used in
873+
conjunction with \fB\-debug\fR=\fI\,1\/\fR to output debug and trace logging for
874+
all categories except the specified category. This option can be
875+
specified multiple times to exclude multiple categories.
876876
.HP
877877
\fB\-disablegovernance\fR
878878
.IP
@@ -1164,3 +1164,14 @@ Show splash screen on startup (default: 1)
11641164
\fB\-windowtitle=\fR<name>
11651165
.IP
11661166
Sets a window title which is appended to "Dash Core \- "
1167+
.SH COPYRIGHT
1168+
Copyright (C) 2014-2025 The Dash Core developers
1169+
Copyright (C) 2009-2025 The Bitcoin Core developers
1170+
1171+
Please contribute if you find Dash Core useful. Visit <https://dash.org/> for
1172+
further information about the software.
1173+
The source code is available from <https://github.com/dashpay/dash>.
1174+
1175+
This is experimental software.
1176+
Distributed under the MIT software license, see the accompanying file COPYING
1177+
or <https://opensource.org/licenses/MIT>

Diff for: doc/man/dash-tx.1

+14-51
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-TX "1" "December 2024" "dash-tx v22.0.0" "User Commands"
2+
.TH DASH-TX "1" "February 2025" "dash-tx v22.1.0" "User Commands"
33
.SH NAME
4-
dash-tx \- manual page for dash-tx v22.0.0
4+
dash-tx \- manual page for dash-tx v22.1.0
55
.SH SYNOPSIS
66
.B dash-tx
77
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded dash transaction\/\fR
88
.br
99
.B dash-tx
1010
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded dash transaction\/\fR
1111
.SH DESCRIPTION
12-
Dash Core dash\-tx utility version v22.0.0
12+
Dash Core dash\-tx utility version v22.1.0
1313
.SH OPTIONS
1414
.HP
1515
\-?
@@ -32,8 +32,6 @@ Output only the hex\-encoded transaction id of the resultant transaction.
3232
.IP
3333
Print version and exit
3434
.PP
35-
Debugging/Testing options:
36-
.PP
3735
Chain selection options:
3836
.HP
3937
\fB\-chain=\fR<chain>
@@ -45,52 +43,6 @@ regtest
4543
.IP
4644
Use devnet chain with provided name
4745
.HP
48-
\fB\-highsubsidyblocks=\fR<n>
49-
.IP
50-
The number of blocks with a higher than normal subsidy to mine at the
51-
start of a chain. Block after that height will have fixed subsidy
52-
base. (default: 0, devnet\-only)
53-
.HP
54-
\fB\-highsubsidyfactor=\fR<n>
55-
.IP
56-
The factor to multiply the normal block subsidy by while in the
57-
highsubsidyblocks window of a chain (default: 1, devnet\-only)
58-
.HP
59-
\fB\-llmqchainlocks=\fR<quorum name>
60-
.IP
61-
Override the default LLMQ type used for ChainLocks. Allows using
62-
ChainLocks with smaller LLMQs. (default: llmq_devnet,
63-
devnet\-only)
64-
.HP
65-
\fB\-llmqdevnetparams=\fR<size>:<threshold>
66-
.IP
67-
Override the default LLMQ size for the LLMQ_DEVNET quorum (devnet\-only)
68-
.HP
69-
\fB\-llmqinstantsenddip0024=\fR<quorum name>
70-
.IP
71-
Override the default LLMQ type used for InstantSendDIP0024. (default:
72-
llmq_devnet_dip0024, devnet\-only)
73-
.HP
74-
\fB\-llmqmnhf=\fR<quorum name>
75-
.IP
76-
Override the default LLMQ type used for EHF. (default: llmq_devnet,
77-
devnet\-only)
78-
.HP
79-
\fB\-llmqplatform=\fR<quorum name>
80-
.IP
81-
Override the default LLMQ type used for Platform. (default:
82-
llmq_devnet_platform, devnet\-only)
83-
.HP
84-
\fB\-minimumdifficultyblocks=\fR<n>
85-
.IP
86-
The number of blocks that can be mined with the minimum difficulty at
87-
the start of a chain (default: 0, devnet\-only)
88-
.HP
89-
\fB\-powtargetspacing=\fR<n>
90-
.IP
91-
Override the default PowTargetSpacing value in seconds (default: 2.5
92-
minutes, devnet\-only)
93-
.HP
9446
\fB\-testnet\fR
9547
.IP
9648
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR
@@ -157,3 +109,14 @@ Load JSON file FILENAME into register NAME
157109
set=NAME:JSON\-STRING
158110
.IP
159111
Set register NAME to given JSON\-STRING
112+
.SH COPYRIGHT
113+
Copyright (C) 2014-2025 The Dash Core developers
114+
Copyright (C) 2009-2025 The Bitcoin Core developers
115+
116+
Please contribute if you find Dash Core useful. Visit <https://dash.org/> for
117+
further information about the software.
118+
The source code is available from <https://github.com/dashpay/dash>.
119+
120+
This is experimental software.
121+
Distributed under the MIT software license, see the accompanying file COPYING
122+
or <https://opensource.org/licenses/MIT>

Diff for: doc/man/dash-wallet.1

+15-50
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2-
.TH DASH-WALLET "1" "December 2024" "dash-wallet v22.0.0" "User Commands"
2+
.TH DASH-WALLET "1" "February 2025" "dash-wallet v22.1.0" "User Commands"
33
.SH NAME
4-
dash-wallet \- manual page for dash-wallet v22.0.0
4+
dash-wallet \- manual page for dash-wallet v22.1.0
55
.SH DESCRIPTION
6-
Dash Core dash\-wallet version v22.0.0
6+
Dash Core dash\-wallet version v22.1.0
77
.PP
88
dash\-wallet is an offline tool for creating and interacting with Dash Core wallet files.
99
By default dash\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
10-
To change the target wallet, use the \fB\-datadir\fR, \fB\-wallet\fR and \fB\-testnet\fR/\-regtest arguments.
10+
To change the target wallet, use the \fB\-datadir\fR, \fB\-wallet\fR and \fB\-regtest\fR/\-testnet arguments.
1111
.SS "Usage:"
1212
.IP
1313
dash\-wallet [options] <command>
@@ -69,52 +69,6 @@ regtest
6969
.IP
7070
Use devnet chain with provided name
7171
.HP
72-
\fB\-highsubsidyblocks=\fR<n>
73-
.IP
74-
The number of blocks with a higher than normal subsidy to mine at the
75-
start of a chain. Block after that height will have fixed subsidy
76-
base. (default: 0, devnet\-only)
77-
.HP
78-
\fB\-highsubsidyfactor=\fR<n>
79-
.IP
80-
The factor to multiply the normal block subsidy by while in the
81-
highsubsidyblocks window of a chain (default: 1, devnet\-only)
82-
.HP
83-
\fB\-llmqchainlocks=\fR<quorum name>
84-
.IP
85-
Override the default LLMQ type used for ChainLocks. Allows using
86-
ChainLocks with smaller LLMQs. (default: llmq_devnet,
87-
devnet\-only)
88-
.HP
89-
\fB\-llmqdevnetparams=\fR<size>:<threshold>
90-
.IP
91-
Override the default LLMQ size for the LLMQ_DEVNET quorum (devnet\-only)
92-
.HP
93-
\fB\-llmqinstantsenddip0024=\fR<quorum name>
94-
.IP
95-
Override the default LLMQ type used for InstantSendDIP0024. (default:
96-
llmq_devnet_dip0024, devnet\-only)
97-
.HP
98-
\fB\-llmqmnhf=\fR<quorum name>
99-
.IP
100-
Override the default LLMQ type used for EHF. (default: llmq_devnet,
101-
devnet\-only)
102-
.HP
103-
\fB\-llmqplatform=\fR<quorum name>
104-
.IP
105-
Override the default LLMQ type used for Platform. (default:
106-
llmq_devnet_platform, devnet\-only)
107-
.HP
108-
\fB\-minimumdifficultyblocks=\fR<n>
109-
.IP
110-
The number of blocks that can be mined with the minimum difficulty at
111-
the start of a chain (default: 0, devnet\-only)
112-
.HP
113-
\fB\-powtargetspacing=\fR<n>
114-
.IP
115-
Override the default PowTargetSpacing value in seconds (default: 2.5
116-
minutes, devnet\-only)
117-
.HP
11872
\fB\-testnet\fR
11973
.IP
12074
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR
@@ -145,3 +99,14 @@ Attempt to recover private keys from a corrupt wallet. Warning:
14599
wipetxes
146100
.IP
147101
Wipe all transactions from a wallet
102+
.SH COPYRIGHT
103+
Copyright (C) 2014-2025 The Dash Core developers
104+
Copyright (C) 2009-2025 The Bitcoin Core developers
105+
106+
Please contribute if you find Dash Core useful. Visit <https://dash.org/> for
107+
further information about the software.
108+
The source code is available from <https://github.com/dashpay/dash>.
109+
110+
This is experimental software.
111+
Distributed under the MIT software license, see the accompanying file COPYING
112+
or <https://opensource.org/licenses/MIT>

0 commit comments

Comments
 (0)