Skip to content

Commit

Permalink
Merge branch 'develop' into v19-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
PastaPastaPasta committed Jan 10, 2023
2 parents 8b64c0f + 78593c7 commit 25d248e
Show file tree
Hide file tree
Showing 48 changed files with 706 additions and 442 deletions.
8 changes: 4 additions & 4 deletions doc/man/dash-cli.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH DASH-CLI "1" "August 2022" "dash-cli v18.0.1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH DASH-CLI "1" "December 2022" "dash-cli v18.2.0" "User Commands"
.SH NAME
dash-cli \- manual page for dash-cli v18.0.1
dash-cli \- manual page for dash-cli v18.2.0
.SH SYNOPSIS
.B dash-cli
[\fI\,options\/\fR] \fI\,<command> \/\fR[\fI\,params\/\fR] \fI\,Send command to Dash Core\/\fR
Expand All @@ -15,7 +15,7 @@ dash-cli \- manual page for dash-cli v18.0.1
.B dash-cli
[\fI\,options\/\fR] \fI\,help <command> Get help for a command\/\fR
.SH DESCRIPTION
Dash Core RPC client version v18.0.1
Dash Core RPC client version v18.2.0
.SH OPTIONS
.HP
\-?
Expand Down
89 changes: 56 additions & 33 deletions doc/man/dash-qt.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH DASH-QT "1" "August 2022" "dash-qt v18.0.1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH DASH-QT "1" "December 2022" "dash-qt v18.2.0" "User Commands"
.SH NAME
dash-qt \- manual page for dash-qt v18.0.1
dash-qt \- manual page for dash-qt v18.2.0
.SH SYNOPSIS
.B dash-qt
[\fI\,command-line options\/\fR]
.SH DESCRIPTION
Dash Core version v18.0.1
Dash Core version v18.2.0
.SH OPTIONS
.HP
\-?
Expand All @@ -15,17 +15,17 @@ Print this help message and exit
.HP
\fB\-alertnotify=\fR<cmd>
.IP
Execute command when a relevant alert is received or we see a really
long fork (%s in cmd is replaced by message)
Execute command when an alert is raised (%s in cmd is replaced by
message)
.HP
\fB\-assumevalid=\fR<hex>
.IP
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,
default:
00000000000000105cfae44a995332d8ec256850ea33a1f7b700474e3dad82bc,
000000000000001d531f36005159f19351bd49ca676398a561e55dcccb84eacd,
testnet:
0000009303aeadf8cf3812f5c869691dbd4cb118ad20e9bf553be434bafe6a52)
00000104cb60a2b5e00a8a4259582756e5bf0dca201c0993c63f0e54971ea91a)
.HP
\fB\-blockfilterindex=\fR<type>
.IP
Expand Down Expand Up @@ -58,8 +58,8 @@ are not affected. (default: 0)
.HP
\fB\-conf=\fR<file>
.IP
Specify configuration file. Relative paths will be prefixed by datadir
location. (default: dash.conf)
Specify path to read\-only configuration file. Relative paths will be
prefixed by datadir location. (default: dash.conf)
.HP
\fB\-daemon\fR
.IP
Expand Down Expand Up @@ -88,7 +88,7 @@ Specify additional configuration file, relative to the \fB\-datadir\fR path
.HP
\fB\-loadblock=\fR<file>
.IP
Imports blocks from external blk000??.dat file on startup
Imports blocks from external file on startup
.HP
\fB\-maxmempool=\fR<n>
.IP
Expand Down Expand Up @@ -133,6 +133,14 @@ entire blockchain. (default: 0 = disable pruning blocks, 1 =
allow manual pruning via RPC, >945 = automatically prune block
files to stay under the specified target size in MiB)
.HP
\fB\-settings=\fR<file>
.IP
Specify path to dynamic settings data file. Can be disabled with
\fB\-nosettings\fR. File is written at runtime and not meant to be
edited by users (use dash.conf instead for custom settings).
Relative paths will be prefixed by datadir location. (default:
settings.json)
.HP
\fB\-syncmempool\fR
.IP
Sync mempool from other nodes on start (default: 1)
Expand Down Expand Up @@ -166,11 +174,12 @@ datadir location.
.HP
\fB\-banscore=\fR<n>
.IP
Threshold for disconnecting misbehaving peers (default: 100)
Threshold for disconnecting and discouraging misbehaving peers (default:
100)
.HP
\fB\-bantime=\fR<n>
.IP
Number of seconds to keep misbehaving peers from reconnecting (default:
Default duration (in seconds) of manually configured bans (default:
86400)
.HP
\fB\-bind=\fR<addr>
Expand Down Expand Up @@ -324,10 +333,11 @@ Bind to given address and whitelist peers connecting to it. Use
[host]:port notation for IPv6. Allowed permissions are
bloomfilter (allow requesting BIP37 filtered blocks and
transactions), noban (do not ban for misbehavior), forcerelay
(relay even non\-standard transactions), relay (relay even in
\fB\-blocksonly\fR mode), and mempool (allow requesting BIP35 mempool
contents). Specify multiple permissions separated by commas
(default: noban,mempool,relay). Can be specified multiple times.
(relay transactions that are already in the mempool; implies
relay), relay (relay even in \fB\-blocksonly\fR mode), and mempool
(allow requesting BIP35 mempool contents). Specify multiple
permissions separated by commas (default: noban,mempool,relay).
Can be specified multiple times.
.HP
\fB\-whitelist=\fR<[permissions@]IP address or network>
.IP
Expand Down Expand Up @@ -426,7 +436,8 @@ Group outputs by address, selecting all or none, instead of selecting on
a per\-output basis. Privacy is improved as an address is only
used once (unless someone sends to it after spending from it),
but may result in slightly higher fees as suboptimal coin
selection may result due to the added limitation (default: 0)
selection may result due to the added limitation (default: 0
(always enabled for wallets with "avoid_reuse" enabled))
.HP
\fB\-createwalletbackups=\fR<n>
.IP
Expand All @@ -443,7 +454,10 @@ locked (%s in cmd is replaced by TxID)
.HP
\fB\-keypool=\fR<n>
.IP
Set key pool size to <n> (default: 1000)
Set key pool size to <n> (default: 1000). Warning: Smaller sizes may
increase the risk of losing funds when restoring from an old
backup, if none of the addresses in the original keypool have
been used.
.HP
\fB\-rescan=\fR<mode>
.IP
Expand Down Expand Up @@ -482,14 +496,11 @@ exists, otherwise <datadir>)
.HP
\fB\-walletnotify=\fR<cmd>
.IP
Execute command when a wallet transaction changes (%s in cmd is replaced
by TxID)
.HP
\fB\-zapwallettxes=\fR<mode>
.IP
Delete all wallet transactions and only recover those parts of the
blockchain through \fB\-rescan\fR on startup (1 = keep tx meta data e.g.
payment request information, 2 = drop tx meta data)
Execute command when a wallet transaction changes. %s in cmd is replaced
by TxID and %w is replaced by wallet name. %w is not currently
implemented on windows. On systems where %w is supported, it
should NOT be quoted because this would break shell escaping used
to invoke the command.
.PP
Wallet fee options:
.HP
Expand Down Expand Up @@ -896,8 +907,7 @@ relaying, mining and transaction creation (default: 0.00001)
.IP
Add 'forcerelay' permission to whitelisted inbound peers with default
permissions. This will relay transactions even if the
transactions were already in the mempool or violate local relay
policy. (default: 0)
transactions were already in the mempool. (default: 0)
.HP
\fB\-whitelistrelay\fR
.IP
Expand Down Expand Up @@ -970,6 +980,23 @@ Set the number of threads to service RPC calls (default: 4)
.IP
Username for JSON\-RPC connections
.HP
\fB\-rpcwhitelist=\fR<whitelist>
.IP
Set a whitelist to filter incoming RPC calls for a specific user. The
field <whitelist> comes in the format: <USERNAME>:<rpc 1>,<rpc
2>,...,<rpc n>. If multiple whitelists are set for a given user,
they are set\-intersected. See \fB\-rpcwhitelistdefault\fR documentation
for information on default whitelist behavior.
.HP
\fB\-rpcwhitelistdefault\fR
.IP
Sets default behavior for rpc whitelisting. Unless rpcwhitelistdefault
is set to 0, if any \fB\-rpcwhitelist\fR is set, the rpc server acts as
if all rpc users are subject to empty\-unless\-otherwise\-specified
whitelists. If rpcwhitelistdefault is set to 1 and no
\fB\-rpcwhitelist\fR is set, rpc server acts as if all rpc users are
subject to empty whitelists.
.HP
\fB\-server\fR
.IP
Accept command line and JSON\-RPC commands
Expand Down Expand Up @@ -1015,10 +1042,6 @@ Start minimized
.IP
Reset all settings changed in the GUI
.HP
\fB\-rootcertificates=\fR<file>
.IP
Set SSL root certificates for payment request (default: \fB\-system\-\fR)
.HP
\fB\-splash\fR
.IP
Show splash screen on startup (default: 1)
Expand Down
8 changes: 4 additions & 4 deletions doc/man/dash-tx.1
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH DASH-TX "1" "August 2022" "dash-tx v18.0.1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH DASH-TX "1" "December 2022" "dash-tx v18.2.0" "User Commands"
.SH NAME
dash-tx \- manual page for dash-tx v18.0.1
dash-tx \- manual page for dash-tx v18.2.0
.SH SYNOPSIS
.B dash-tx
[\fI\,options\/\fR] \fI\,<hex-tx> \/\fR[\fI\,commands\/\fR] \fI\,Update hex-encoded dash transaction\/\fR
.br
.B dash-tx
[\fI\,options\/\fR] \fI\,-create \/\fR[\fI\,commands\/\fR] \fI\,Create hex-encoded dash transaction\/\fR
.SH DESCRIPTION
Dash Core dash\-tx utility version v18.0.1
Dash Core dash\-tx utility version v18.2.0
.SH OPTIONS
.HP
\-?
Expand Down
12 changes: 6 additions & 6 deletions doc/man/dash-wallet.1
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2.
.TH DASH-WALLET "1" "August 2022" "dash-wallet v18.0.1" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH DASH-WALLET "1" "December 2022" "dash-wallet v18.2.0" "User Commands"
.SH NAME
dash-wallet \- manual page for dash-wallet v18.0.1
dash-wallet \- manual page for dash-wallet v18.2.0
.SH DESCRIPTION
Dash Core dash\-wallet version v18.0.1
Dash Core dash\-wallet version v18.2.0
.PP
wallet\-tool is an offline tool for creating and interacting with Dash Core wallet files.
By default wallet\-tool will act on wallets in the default mainnet wallet directory in the datadir.
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.
To change the target wallet, use the \fB\-datadir\fR, \fB\-wallet\fR and \fB\-testnet\fR/\-regtest arguments.
.SS "Usage:"
.IP
Expand Down

0 comments on commit 25d248e

Please sign in to comment.