mirror of
https://github.com/dashpay/dash.git
synced 2024-12-24 03:22:47 +01:00
chore: update man pages for v22
This commit is contained in:
parent
7c00c868d8
commit
2dabd78956
@ -1,7 +1,7 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
||||||
.TH DASH-CLI "1" "August 2024" "dash-cli v21.1.0" "User Commands"
|
.TH DASH-CLI "1" "December 2024" "dash-cli v22.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dash-cli \- manual page for dash-cli v21.1.0
|
dash-cli \- manual page for dash-cli v22.0.0
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B dash-cli
|
.B dash-cli
|
||||||
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Dash Core\/\fR
|
[\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 v21.1.0
|
|||||||
.B dash-cli
|
.B dash-cli
|
||||||
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
|
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Dash Core RPC client version v21.1.0
|
Dash Core RPC client version v22.0.0
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
@ -136,6 +136,8 @@ for the wallet passphrase.
|
|||||||
.IP
|
.IP
|
||||||
Print version and exit
|
Print version and exit
|
||||||
.PP
|
.PP
|
||||||
|
Debugging/Testing options:
|
||||||
|
.PP
|
||||||
Chain selection options:
|
Chain selection options:
|
||||||
.HP
|
.HP
|
||||||
\fB\-chain=\fR<chain>
|
\fB\-chain=\fR<chain>
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
||||||
.TH DASH-QT "1" "August 2024" "dash-qt v21.1.0" "User Commands"
|
.TH DASH-QT "1" "December 2024" "dash-qt v22.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dash-qt \- manual page for dash-qt v21.1.0
|
dash-qt \- manual page for dash-qt v22.0.0
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B dash-qt
|
.B dash-qt
|
||||||
[\fI\,command-line options\/\fR]
|
[\fI\,command-line options\/\fR]
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Dash Core version v21.1.0
|
Dash Core version v22.0.0
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
@ -23,9 +23,9 @@ message)
|
|||||||
If this block is in the chain assume that it and its ancestors are valid
|
If this block is in the chain assume that it and its ancestors are valid
|
||||||
and potentially skip their script verification (0 to verify all,
|
and potentially skip their script verification (0 to verify all,
|
||||||
default:
|
default:
|
||||||
000000000000001889bd33ef019065e250d32bd46911f4003d3fdd8128b5358d,
|
000000000000001cf26547602d982dcaa909231bbcd1e70c0eb3c65de25473ba,
|
||||||
testnet:
|
testnet:
|
||||||
00000034bfeb926662ba547c0b8dd4ba8cbb6e0c581f4e7d1bddce8f9ca3a608)
|
000000eef20eb0062abd4e799967e98bdebb165dd1c567ab4118c1c86c6e948f)
|
||||||
.HP
|
.HP
|
||||||
\fB\-blockfilterindex=\fR<type>
|
\fB\-blockfilterindex=\fR<type>
|
||||||
.IP
|
.IP
|
||||||
@ -140,12 +140,11 @@ Reduce storage requirements by enabling pruning (deleting) of old
|
|||||||
blocks. This allows the pruneblockchain RPC to be called to
|
blocks. This allows the pruneblockchain RPC to be called to
|
||||||
delete specific blocks, and enables automatic pruning of old
|
delete specific blocks, and enables automatic pruning of old
|
||||||
blocks if a target size in MiB is provided. This mode is
|
blocks if a target size in MiB is provided. This mode is
|
||||||
incompatible with \fB\-txindex\fR, \fB\-coinstatsindex\fR, \fB\-rescan\fR and
|
incompatible with \fB\-txindex\fR, \fB\-rescan\fR and \fB\-disablegovernance\fR=\fI\,false\/\fR.
|
||||||
\fB\-disablegovernance\fR=\fI\,false\/\fR. Warning: Reverting this setting
|
Warning: Reverting this setting requires re\-downloading the
|
||||||
requires re\-downloading the entire blockchain. (default: 0 =
|
entire blockchain. (default: 0 = disable pruning blocks, 1 =
|
||||||
disable pruning blocks, 1 = allow manual pruning via RPC, >945 =
|
allow manual pruning via RPC, >945 = automatically prune block
|
||||||
automatically prune block files to stay under the specified
|
files to stay under the specified target size in MiB)
|
||||||
target size in MiB)
|
|
||||||
.HP
|
.HP
|
||||||
\fB\-settings=\fR<file>
|
\fB\-settings=\fR<file>
|
||||||
.IP
|
.IP
|
||||||
@ -277,7 +276,8 @@ Maximum per\-connection receive buffer, <n>*1000 bytes (default: 5000)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-maxsendbuffer=\fR<n>
|
\fB\-maxsendbuffer=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Maximum per\-connection send buffer, <n>*1000 bytes (default: 1000)
|
Maximum per\-connection memory usage for the send buffer, <n>*1000 bytes
|
||||||
|
(default: 1000)
|
||||||
.HP
|
.HP
|
||||||
\fB\-maxtimeadjustment\fR
|
\fB\-maxtimeadjustment\fR
|
||||||
.IP
|
.IP
|
||||||
@ -287,9 +287,11 @@ amount. (default: 4200 seconds)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-maxuploadtarget=\fR<n>
|
\fB\-maxuploadtarget=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Tries to keep outbound traffic under the given target (in MiB per 24h).
|
Tries to keep outbound traffic under the given target per 24h. Limit
|
||||||
Limit does not apply to peers with 'download' permission. 0 = no
|
does not apply to peers with 'download' permission or blocks
|
||||||
limit (default: 0)
|
created within past week. 0 = no limit (default: 0M). Optional
|
||||||
|
suffix units [k|K|m|M|g|G|t|T] (default: M). Lowercase is 1000
|
||||||
|
base while uppercase is 1024 base
|
||||||
.HP
|
.HP
|
||||||
\fB\-natpmp\fR
|
\fB\-natpmp\fR
|
||||||
.IP
|
.IP
|
||||||
@ -379,6 +381,10 @@ Tor control port password (default: empty)
|
|||||||
Use UPnP to map the listening port (default: 1 when listening and no
|
Use UPnP to map the listening port (default: 1 when listening and no
|
||||||
\fB\-proxy\fR)
|
\fB\-proxy\fR)
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-v2transport\fR
|
||||||
|
.IP
|
||||||
|
Support v2 transport (default: 0)
|
||||||
|
.HP
|
||||||
\fB\-whitebind=\fR<[permissions@]addr>
|
\fB\-whitebind=\fR<[permissions@]addr>
|
||||||
.IP
|
.IP
|
||||||
Bind to the given address and add permission flags to the peers
|
Bind to the given address and add permission flags to the peers
|
||||||
@ -410,13 +416,14 @@ unspent outputs for addresses (default: 0)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-reindex\fR
|
\fB\-reindex\fR
|
||||||
.IP
|
.IP
|
||||||
Rebuild chain state and block index from the blk*.dat files on disk
|
Rebuild chain state and block index from the blk*.dat files on disk.
|
||||||
|
This will also rebuild active optional indexes.
|
||||||
.HP
|
.HP
|
||||||
\fB\-reindex\-chainstate\fR
|
\fB\-reindex\-chainstate\fR
|
||||||
.IP
|
.IP
|
||||||
Rebuild chain state from the currently indexed blocks. When in pruning
|
Rebuild chain state from the currently indexed blocks. When in pruning
|
||||||
mode or if blocks on disk might be corrupted, use full \fB\-reindex\fR
|
mode or if blocks on disk might be corrupted, use full \fB\-reindex\fR
|
||||||
instead.
|
instead. Deactivate all optional indexes before running this.
|
||||||
.HP
|
.HP
|
||||||
\fB\-spentindex\fR
|
\fB\-spentindex\fR
|
||||||
.IP
|
.IP
|
||||||
@ -435,6 +442,11 @@ call (default: 1)
|
|||||||
.PP
|
.PP
|
||||||
Masternode options:
|
Masternode options:
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-deprecated\-platform\-user=\fR<user>
|
||||||
|
.IP
|
||||||
|
Set the username for the "platform user", a restricted user intended to
|
||||||
|
be used by Dash Platform, to the specified username.
|
||||||
|
.HP
|
||||||
\fB\-llmq\-data\-recovery=\fR<n>
|
\fB\-llmq\-data\-recovery=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Enable automated quorum data recovery (default: 1)
|
Enable automated quorum data recovery (default: 1)
|
||||||
@ -451,29 +463,21 @@ defined by <quorum_name> if a member of any of the quorums)
|
|||||||
.IP
|
.IP
|
||||||
Set the masternode BLS private key and enable the client to act as a
|
Set the masternode BLS private key and enable the client to act as a
|
||||||
masternode
|
masternode
|
||||||
.HP
|
|
||||||
\fB\-platform\-user=\fR<user>
|
|
||||||
.IP
|
|
||||||
Set the username for the "platform user", a restricted user intended to
|
|
||||||
be used by Dash Platform, to the specified username.
|
|
||||||
.PP
|
.PP
|
||||||
Statsd options:
|
Statsd options:
|
||||||
.HP
|
.HP
|
||||||
\fB\-statsenabled\fR
|
\fB\-statsbatchsize=\fR<bytes>
|
||||||
.IP
|
.IP
|
||||||
Publish internal stats to statsd (default: 0)
|
Specify the size of each batch of stats messages (default: 1024)
|
||||||
|
.HP
|
||||||
|
\fB\-statsduration=\fR<ms>
|
||||||
|
.IP
|
||||||
|
Specify the number of milliseconds between stats messages (default:
|
||||||
|
1000)
|
||||||
.HP
|
.HP
|
||||||
\fB\-statshost=\fR<ip>
|
\fB\-statshost=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
Specify statsd host (default: 127.0.0.1)
|
Specify statsd host (default: )
|
||||||
.HP
|
|
||||||
\fB\-statshostname=\fR<ip>
|
|
||||||
.IP
|
|
||||||
Specify statsd host name (default: )
|
|
||||||
.HP
|
|
||||||
\fB\-statsns=\fR<ns>
|
|
||||||
.IP
|
|
||||||
Specify additional namespace prefix (default: )
|
|
||||||
.HP
|
.HP
|
||||||
\fB\-statsperiod=\fR<seconds>
|
\fB\-statsperiod=\fR<seconds>
|
||||||
.IP
|
.IP
|
||||||
@ -483,6 +487,14 @@ Specify the number of seconds between periodic measurements (default:
|
|||||||
\fB\-statsport=\fR<port>
|
\fB\-statsport=\fR<port>
|
||||||
.IP
|
.IP
|
||||||
Specify statsd port (default: 8125)
|
Specify statsd port (default: 8125)
|
||||||
|
.HP
|
||||||
|
\fB\-statsprefix=\fR<string>
|
||||||
|
.IP
|
||||||
|
Specify an optional string prepended to every stats key (default: )
|
||||||
|
.HP
|
||||||
|
\fB\-statssuffix=\fR<string>
|
||||||
|
.IP
|
||||||
|
Specify an optional string appended to every stats key (default: )
|
||||||
.PP
|
.PP
|
||||||
Wallet options:
|
Wallet options:
|
||||||
.HP
|
.HP
|
||||||
@ -831,6 +843,14 @@ Enable publish raw transaction (locked via InstantSend) and ISLOCK in
|
|||||||
.IP
|
.IP
|
||||||
Set publish raw transaction lock signature outbound message high water
|
Set publish raw transaction lock signature outbound message high water
|
||||||
mark (default: 1000)
|
mark (default: 1000)
|
||||||
|
.HP
|
||||||
|
\fB\-zmqpubsequence=\fR<address>
|
||||||
|
.IP
|
||||||
|
Enable publish hash block and tx sequence in <address>
|
||||||
|
.HP
|
||||||
|
\fB\-zmqpubsequencehwm=\fR<n>
|
||||||
|
.IP
|
||||||
|
Set publish hash sequence message high water mark (default: 1000)
|
||||||
.PP
|
.PP
|
||||||
Debugging/Testing options:
|
Debugging/Testing options:
|
||||||
.HP
|
.HP
|
||||||
@ -840,11 +860,12 @@ Output debugging information (default: \fB\-nodebug\fR, supplying <category> is
|
|||||||
optional). If <category> is not supplied or if <category> = 1,
|
optional). If <category> is not supplied or if <category> = 1,
|
||||||
output all debugging information. <category> can be: addrman,
|
output all debugging information. <category> can be: addrman,
|
||||||
bench, chainlocks, cmpctblock, coindb, coinjoin, creditpool, ehf,
|
bench, chainlocks, cmpctblock, coindb, coinjoin, creditpool, ehf,
|
||||||
estimatefee, gobject, http, i2p, instantsend, leveldb, libevent,
|
estimatefee, gobject, http, i2p, instantsend, ipc, leveldb,
|
||||||
llmq, llmq\-dkg, llmq\-sigs, lock, mempool, mempoolrej, mnpayments,
|
libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool, mempoolrej,
|
||||||
mnsync, net, netconn, proxy, prune, qt, rand, reindex, rpc,
|
mnpayments, mnsync, net, netconn, proxy, prune, qt, rand,
|
||||||
selectcoins, spork, tor, validation, walletdb, zmq. This option
|
reindex, rpc, selectcoins, spork, tor, txreconciliation,
|
||||||
can be specified multiple times to output multiple categories.
|
validation, walletdb, zmq. This option can be specified multiple
|
||||||
|
times to output multiple categories.
|
||||||
.HP
|
.HP
|
||||||
\fB\-debugexclude=\fR<category>
|
\fB\-debugexclude=\fR<category>
|
||||||
.IP
|
.IP
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
||||||
.TH DASH-TX "1" "August 2024" "dash-tx v21.1.0" "User Commands"
|
.TH DASH-TX "1" "December 2024" "dash-tx v22.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dash-tx \- manual page for dash-tx v21.1.0
|
dash-tx \- manual page for dash-tx v22.0.0
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B dash-tx
|
.B dash-tx
|
||||||
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded dash transaction\/\fR
|
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded dash transaction\/\fR
|
||||||
@ -9,7 +9,7 @@ dash-tx \- manual page for dash-tx v21.1.0
|
|||||||
.B dash-tx
|
.B dash-tx
|
||||||
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded dash transaction\/\fR
|
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded dash transaction\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Dash Core dash\-tx utility version v21.1.0
|
Dash Core dash\-tx utility version v22.0.0
|
||||||
.SH OPTIONS
|
.SH OPTIONS
|
||||||
.HP
|
.HP
|
||||||
\-?
|
\-?
|
||||||
@ -32,6 +32,8 @@ Output only the hex\-encoded transaction id of the resultant transaction.
|
|||||||
.IP
|
.IP
|
||||||
Print version and exit
|
Print version and exit
|
||||||
.PP
|
.PP
|
||||||
|
Debugging/Testing options:
|
||||||
|
.PP
|
||||||
Chain selection options:
|
Chain selection options:
|
||||||
.HP
|
.HP
|
||||||
\fB\-chain=\fR<chain>
|
\fB\-chain=\fR<chain>
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
||||||
.TH DASH-WALLET "1" "August 2024" "dash-wallet v21.1.0" "User Commands"
|
.TH DASH-WALLET "1" "December 2024" "dash-wallet v22.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dash-wallet \- manual page for dash-wallet v21.1.0
|
dash-wallet \- manual page for dash-wallet v22.0.0
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Dash Core dash\-wallet version v21.1.0
|
Dash Core dash\-wallet version v22.0.0
|
||||||
.PP
|
.PP
|
||||||
dash\-wallet is an offline tool for creating and interacting with Dash Core wallet files.
|
dash\-wallet is an offline tool for creating and interacting with Dash Core wallet files.
|
||||||
By default dash\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
|
By default dash\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
|
||||||
.TH DASHD "1" "August 2024" "dashd v21.1.0" "User Commands"
|
.TH DASHD "1" "December 2024" "dashd v22.0.0" "User Commands"
|
||||||
.SH NAME
|
.SH NAME
|
||||||
dashd \- manual page for dashd v21.1.0
|
dashd \- manual page for dashd v22.0.0
|
||||||
.SH SYNOPSIS
|
.SH SYNOPSIS
|
||||||
.B dashd
|
.B dashd
|
||||||
[\fI\,options\/\fR] \fI\,Start Dash Core\/\fR
|
[\fI\,options\/\fR] \fI\,Start Dash Core\/\fR
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
Dash Core version v21.1.0
|
Dash Core version v22.0.0
|
||||||
Copyright \(co 2014\-2024 The Dash Core developers
|
Copyright \(co 2014\-2024 The Dash Core developers
|
||||||
Copyright \(co 2009\-2024 The Bitcoin Core developers
|
Copyright \(co 2009\-2024 The Bitcoin Core developers
|
||||||
.PP
|
.PP
|
||||||
@ -33,9 +33,9 @@ message)
|
|||||||
If this block is in the chain assume that it and its ancestors are valid
|
If this block is in the chain assume that it and its ancestors are valid
|
||||||
and potentially skip their script verification (0 to verify all,
|
and potentially skip their script verification (0 to verify all,
|
||||||
default:
|
default:
|
||||||
000000000000001889bd33ef019065e250d32bd46911f4003d3fdd8128b5358d,
|
000000000000001cf26547602d982dcaa909231bbcd1e70c0eb3c65de25473ba,
|
||||||
testnet:
|
testnet:
|
||||||
00000034bfeb926662ba547c0b8dd4ba8cbb6e0c581f4e7d1bddce8f9ca3a608)
|
000000eef20eb0062abd4e799967e98bdebb165dd1c567ab4118c1c86c6e948f)
|
||||||
.HP
|
.HP
|
||||||
\fB\-blockfilterindex=\fR<type>
|
\fB\-blockfilterindex=\fR<type>
|
||||||
.IP
|
.IP
|
||||||
@ -150,12 +150,11 @@ Reduce storage requirements by enabling pruning (deleting) of old
|
|||||||
blocks. This allows the pruneblockchain RPC to be called to
|
blocks. This allows the pruneblockchain RPC to be called to
|
||||||
delete specific blocks, and enables automatic pruning of old
|
delete specific blocks, and enables automatic pruning of old
|
||||||
blocks if a target size in MiB is provided. This mode is
|
blocks if a target size in MiB is provided. This mode is
|
||||||
incompatible with \fB\-txindex\fR, \fB\-coinstatsindex\fR, \fB\-rescan\fR and
|
incompatible with \fB\-txindex\fR, \fB\-rescan\fR and \fB\-disablegovernance\fR=\fI\,false\/\fR.
|
||||||
\fB\-disablegovernance\fR=\fI\,false\/\fR. Warning: Reverting this setting
|
Warning: Reverting this setting requires re\-downloading the
|
||||||
requires re\-downloading the entire blockchain. (default: 0 =
|
entire blockchain. (default: 0 = disable pruning blocks, 1 =
|
||||||
disable pruning blocks, 1 = allow manual pruning via RPC, >945 =
|
allow manual pruning via RPC, >945 = automatically prune block
|
||||||
automatically prune block files to stay under the specified
|
files to stay under the specified target size in MiB)
|
||||||
target size in MiB)
|
|
||||||
.HP
|
.HP
|
||||||
\fB\-settings=\fR<file>
|
\fB\-settings=\fR<file>
|
||||||
.IP
|
.IP
|
||||||
@ -287,7 +286,8 @@ Maximum per\-connection receive buffer, <n>*1000 bytes (default: 5000)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-maxsendbuffer=\fR<n>
|
\fB\-maxsendbuffer=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Maximum per\-connection send buffer, <n>*1000 bytes (default: 1000)
|
Maximum per\-connection memory usage for the send buffer, <n>*1000 bytes
|
||||||
|
(default: 1000)
|
||||||
.HP
|
.HP
|
||||||
\fB\-maxtimeadjustment\fR
|
\fB\-maxtimeadjustment\fR
|
||||||
.IP
|
.IP
|
||||||
@ -297,9 +297,11 @@ amount. (default: 4200 seconds)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-maxuploadtarget=\fR<n>
|
\fB\-maxuploadtarget=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Tries to keep outbound traffic under the given target (in MiB per 24h).
|
Tries to keep outbound traffic under the given target per 24h. Limit
|
||||||
Limit does not apply to peers with 'download' permission. 0 = no
|
does not apply to peers with 'download' permission or blocks
|
||||||
limit (default: 0)
|
created within past week. 0 = no limit (default: 0M). Optional
|
||||||
|
suffix units [k|K|m|M|g|G|t|T] (default: M). Lowercase is 1000
|
||||||
|
base while uppercase is 1024 base
|
||||||
.HP
|
.HP
|
||||||
\fB\-natpmp\fR
|
\fB\-natpmp\fR
|
||||||
.IP
|
.IP
|
||||||
@ -389,6 +391,10 @@ Tor control port password (default: empty)
|
|||||||
Use UPnP to map the listening port (default: 1 when listening and no
|
Use UPnP to map the listening port (default: 1 when listening and no
|
||||||
\fB\-proxy\fR)
|
\fB\-proxy\fR)
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-v2transport\fR
|
||||||
|
.IP
|
||||||
|
Support v2 transport (default: 0)
|
||||||
|
.HP
|
||||||
\fB\-whitebind=\fR<[permissions@]addr>
|
\fB\-whitebind=\fR<[permissions@]addr>
|
||||||
.IP
|
.IP
|
||||||
Bind to the given address and add permission flags to the peers
|
Bind to the given address and add permission flags to the peers
|
||||||
@ -420,13 +426,14 @@ unspent outputs for addresses (default: 0)
|
|||||||
.HP
|
.HP
|
||||||
\fB\-reindex\fR
|
\fB\-reindex\fR
|
||||||
.IP
|
.IP
|
||||||
Rebuild chain state and block index from the blk*.dat files on disk
|
Rebuild chain state and block index from the blk*.dat files on disk.
|
||||||
|
This will also rebuild active optional indexes.
|
||||||
.HP
|
.HP
|
||||||
\fB\-reindex\-chainstate\fR
|
\fB\-reindex\-chainstate\fR
|
||||||
.IP
|
.IP
|
||||||
Rebuild chain state from the currently indexed blocks. When in pruning
|
Rebuild chain state from the currently indexed blocks. When in pruning
|
||||||
mode or if blocks on disk might be corrupted, use full \fB\-reindex\fR
|
mode or if blocks on disk might be corrupted, use full \fB\-reindex\fR
|
||||||
instead.
|
instead. Deactivate all optional indexes before running this.
|
||||||
.HP
|
.HP
|
||||||
\fB\-spentindex\fR
|
\fB\-spentindex\fR
|
||||||
.IP
|
.IP
|
||||||
@ -445,6 +452,11 @@ call (default: 1)
|
|||||||
.PP
|
.PP
|
||||||
Masternode options:
|
Masternode options:
|
||||||
.HP
|
.HP
|
||||||
|
\fB\-deprecated\-platform\-user=\fR<user>
|
||||||
|
.IP
|
||||||
|
Set the username for the "platform user", a restricted user intended to
|
||||||
|
be used by Dash Platform, to the specified username.
|
||||||
|
.HP
|
||||||
\fB\-llmq\-data\-recovery=\fR<n>
|
\fB\-llmq\-data\-recovery=\fR<n>
|
||||||
.IP
|
.IP
|
||||||
Enable automated quorum data recovery (default: 1)
|
Enable automated quorum data recovery (default: 1)
|
||||||
@ -461,29 +473,21 @@ defined by <quorum_name> if a member of any of the quorums)
|
|||||||
.IP
|
.IP
|
||||||
Set the masternode BLS private key and enable the client to act as a
|
Set the masternode BLS private key and enable the client to act as a
|
||||||
masternode
|
masternode
|
||||||
.HP
|
|
||||||
\fB\-platform\-user=\fR<user>
|
|
||||||
.IP
|
|
||||||
Set the username for the "platform user", a restricted user intended to
|
|
||||||
be used by Dash Platform, to the specified username.
|
|
||||||
.PP
|
.PP
|
||||||
Statsd options:
|
Statsd options:
|
||||||
.HP
|
.HP
|
||||||
\fB\-statsenabled\fR
|
\fB\-statsbatchsize=\fR<bytes>
|
||||||
.IP
|
.IP
|
||||||
Publish internal stats to statsd (default: 0)
|
Specify the size of each batch of stats messages (default: 1024)
|
||||||
|
.HP
|
||||||
|
\fB\-statsduration=\fR<ms>
|
||||||
|
.IP
|
||||||
|
Specify the number of milliseconds between stats messages (default:
|
||||||
|
1000)
|
||||||
.HP
|
.HP
|
||||||
\fB\-statshost=\fR<ip>
|
\fB\-statshost=\fR<ip>
|
||||||
.IP
|
.IP
|
||||||
Specify statsd host (default: 127.0.0.1)
|
Specify statsd host (default: )
|
||||||
.HP
|
|
||||||
\fB\-statshostname=\fR<ip>
|
|
||||||
.IP
|
|
||||||
Specify statsd host name (default: )
|
|
||||||
.HP
|
|
||||||
\fB\-statsns=\fR<ns>
|
|
||||||
.IP
|
|
||||||
Specify additional namespace prefix (default: )
|
|
||||||
.HP
|
.HP
|
||||||
\fB\-statsperiod=\fR<seconds>
|
\fB\-statsperiod=\fR<seconds>
|
||||||
.IP
|
.IP
|
||||||
@ -493,6 +497,14 @@ Specify the number of seconds between periodic measurements (default:
|
|||||||
\fB\-statsport=\fR<port>
|
\fB\-statsport=\fR<port>
|
||||||
.IP
|
.IP
|
||||||
Specify statsd port (default: 8125)
|
Specify statsd port (default: 8125)
|
||||||
|
.HP
|
||||||
|
\fB\-statsprefix=\fR<string>
|
||||||
|
.IP
|
||||||
|
Specify an optional string prepended to every stats key (default: )
|
||||||
|
.HP
|
||||||
|
\fB\-statssuffix=\fR<string>
|
||||||
|
.IP
|
||||||
|
Specify an optional string appended to every stats key (default: )
|
||||||
.PP
|
.PP
|
||||||
Wallet options:
|
Wallet options:
|
||||||
.HP
|
.HP
|
||||||
@ -841,6 +853,14 @@ Enable publish raw transaction (locked via InstantSend) and ISLOCK in
|
|||||||
.IP
|
.IP
|
||||||
Set publish raw transaction lock signature outbound message high water
|
Set publish raw transaction lock signature outbound message high water
|
||||||
mark (default: 1000)
|
mark (default: 1000)
|
||||||
|
.HP
|
||||||
|
\fB\-zmqpubsequence=\fR<address>
|
||||||
|
.IP
|
||||||
|
Enable publish hash block and tx sequence in <address>
|
||||||
|
.HP
|
||||||
|
\fB\-zmqpubsequencehwm=\fR<n>
|
||||||
|
.IP
|
||||||
|
Set publish hash sequence message high water mark (default: 1000)
|
||||||
.PP
|
.PP
|
||||||
Debugging/Testing options:
|
Debugging/Testing options:
|
||||||
.HP
|
.HP
|
||||||
@ -850,11 +870,12 @@ Output debugging information (default: \fB\-nodebug\fR, supplying <category> is
|
|||||||
optional). If <category> is not supplied or if <category> = 1,
|
optional). If <category> is not supplied or if <category> = 1,
|
||||||
output all debugging information. <category> can be: addrman,
|
output all debugging information. <category> can be: addrman,
|
||||||
bench, chainlocks, cmpctblock, coindb, coinjoin, creditpool, ehf,
|
bench, chainlocks, cmpctblock, coindb, coinjoin, creditpool, ehf,
|
||||||
estimatefee, gobject, http, i2p, instantsend, leveldb, libevent,
|
estimatefee, gobject, http, i2p, instantsend, ipc, leveldb,
|
||||||
llmq, llmq\-dkg, llmq\-sigs, lock, mempool, mempoolrej, mnpayments,
|
libevent, llmq, llmq\-dkg, llmq\-sigs, lock, mempool, mempoolrej,
|
||||||
mnsync, net, netconn, proxy, prune, qt, rand, reindex, rpc,
|
mnpayments, mnsync, net, netconn, proxy, prune, qt, rand,
|
||||||
selectcoins, spork, tor, validation, walletdb, zmq. This option
|
reindex, rpc, selectcoins, spork, tor, txreconciliation,
|
||||||
can be specified multiple times to output multiple categories.
|
validation, walletdb, zmq. This option can be specified multiple
|
||||||
|
times to output multiple categories.
|
||||||
.HP
|
.HP
|
||||||
\fB\-debugexclude=\fR<category>
|
\fB\-debugexclude=\fR<category>
|
||||||
.IP
|
.IP
|
||||||
|
Loading…
Reference in New Issue
Block a user