You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Get general information from the remote server. Note that unlike
58
-
server\-side RPC calls, the results of \fB\-getinfo\fR is the result of
59
-
multiple non\-atomic requests. Some entries in the result may
58
+
server\-side RPC calls, the output of \fB\-getinfo\fR is the result of
59
+
multiple non\-atomic requests. Some entries in the output may
60
60
represent results from different states (e.g. wallet balance may
61
61
be as of a different block from the chain state reported)
62
62
.HP
@@ -162,4 +162,4 @@ The source code is available from <https://github.com/dashpay/dash>.
162
162
163
163
This is experimental software.
164
164
Distributed under the MIT software license, see the accompanying file COPYING
165
-
or <https://opensource.org/licenses/MIT>
165
+
or <https://opensource.org/licenses/MIT>
Specify the number of seconds between periodic measurements (default:
485
492
60)
486
493
.HP
487
-
\fB\-statsport=\fR<port>
488
-
.IP
489
-
Specify statsd port (default: 8125)
490
-
.HP
491
494
\fB\-statsprefix=\fR<string>
492
495
.IP
493
496
Specify an optional string prepended to every stats key (default: )
@@ -509,6 +512,12 @@ limitation and possibly a larger\-than\-necessary number of inputs
509
512
being used. Always enabled for wallets with "avoid_reuse"
510
513
enabled, otherwise default: 0.
511
514
.HP
515
+
\fB\-consolidatefeerate=\fR<amt>
516
+
.IP
517
+
The maximum feerate (in DASH/kvB) at which transaction building may use
518
+
more inputs than strictly necessary so that the wallet's UTXO
519
+
pool can be reduced (default: 0.00001).
520
+
.HP
512
521
\fB\-createwalletbackups=\fR<n>
513
522
.IP
514
523
Number of automatic wallet backups (default: 10)
@@ -1014,6 +1023,10 @@ Maximum size of data in data carrier transactions we relay and mine
1014
1023
Fees (in DASH/kB) smaller than this are considered zero fee for
1015
1024
relaying, mining and transaction creation (default: 0.00001)
1016
1025
.HP
1026
+
\fB\-permitbaremultisig\fR
1027
+
.IP
1028
+
Relay non\-P2SH multisig (default: 1)
1029
+
.HP
1017
1030
\fB\-whitelistforcerelay\fR
1018
1031
.IP
1019
1032
Add 'forcerelay' permission to whitelisted inbound peers with default
@@ -1045,10 +1058,11 @@ Accept public REST requests (default: 0)
1045
1058
.HP
1046
1059
\fB\-rpcallowip=\fR<ip>
1047
1060
.IP
1048
-
Allow JSON\-RPC connections from specified source. Valid for <ip> are a
1049
-
single IP (e.g. 1.2.3.4), a network/netmask (e.g.
1050
-
1.2.3.4/255.255.255.0) or a network/CIDR (e.g. 1.2.3.4/24). This
1051
-
option can be specified multiple times
1061
+
Allow JSON\-RPC connections from specified source. Valid values for <ip>
1062
+
are a single IP (e.g. 1.2.3.4), a network/netmask (e.g.
1063
+
1.2.3.4/255.255.255.0), a network/CIDR (e.g. 1.2.3.4/24), all
1064
+
ipv4 (0.0.0.0/0), or all ipv6 (::/0). This option can be
1065
+
specified multiple times
1052
1066
.HP
1053
1067
\fB\-rpcauth=\fR<userpw>
1054
1068
.IP
@@ -1174,4 +1188,4 @@ The source code is available from <https://github.com/dashpay/dash>.
1174
1188
1175
1189
This is experimental software.
1176
1190
Distributed under the MIT software license, see the accompanying file COPYING
1177
-
or <https://opensource.org/licenses/MIT>
1191
+
or <https://opensource.org/licenses/MIT>
@@ -119,4 +119,4 @@ The source code is available from <https://github.com/dashpay/dash>.
119
119
120
120
This is experimental software.
121
121
Distributed under the MIT software license, see the accompanying file COPYING
122
-
or <https://opensource.org/licenses/MIT>
122
+
or <https://opensource.org/licenses/MIT>
dash-wallet \- manual page for dash-wallet v22.1.0
4
+
dash-wallet \- manual page for dash-wallet v23.0.0
5
5
.SH DESCRIPTION
6
-
Dash Core dash\-wallet version v22.1.0
6
+
Dash Core dash\-wallet version v23.0.0
7
7
.PP
8
8
dash\-wallet is an offline tool for creating and interacting with Dash Core wallet files.
9
9
By default dash\-wallet will act on wallets in the default mainnet wallet directory in the datadir.
@@ -109,4 +109,4 @@ The source code is available from <https://github.com/dashpay/dash>.
109
109
110
110
This is experimental software.
111
111
Distributed under the MIT software license, see the accompanying file COPYING
112
-
or <https://opensource.org/licenses/MIT>
112
+
or <https://opensource.org/licenses/MIT>
0 commit comments