11.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
2- .TH DASH-QT "1" "December 2025 " "dash-qt v23.0.2 " "User Commands"
2+ .TH DASH-QT "1" "February 2026 " "dash-qt v23.1.0 " "User Commands"
33.SH NAME
4- dash-qt \- manual page for dash-qt v23.0.2
4+ dash-qt \- manual page for dash-qt v23.1.0
55.SH SYNOPSIS
66.B dash-qt
77[\fI \, command-line options \/ \fR ] [\fI \, URI \/ \fR ]
88.SH DESCRIPTION
9- Dash Core version v23.0.2
9+ Dash Core version v23.1.0
1010.PP
1111Optional URI is a Dash address in BIP21 URI format.
1212.SH OPTIONS
@@ -25,9 +25,11 @@ message)
2525If this block is in the chain assume that it and its ancestors are valid
2626and potentially skip their script verification (0 to verify all,
2727default:
28- 00000000000000149d207073b6959004cb457df98e111981c9bf0e4e5190c5db ,
28+ 000000000000000718ed026ebd644a8b70b42d4cbd7b25304c066c9bf15f85b7 ,
2929testnet:
30- 000000598ffa45083b795d85a1e40f13da68b2c6c81e232cb990108f0515f88e)
30+ 000000a98084beaf77ed26a905a7d59979009e23367a55b5d634962d7d65a1f9,
31+ devnet:
32+ 0000000000000000000000000000000000000000000000000000000000000000)
3133.HP
3234\fB \- blockfilterindex= \fR <type>
3335.IP
@@ -70,7 +72,8 @@ Maintain coinstats index used by the gettxoutsetinfo RPC (default: 0)
7072\fB \- conf= \fR <file>
7173.IP
7274Specify path to read\- only configuration file. Relative paths will be
73- prefixed by datadir location. (default: dash.conf)
75+ prefixed by datadir location (only useable from command line, not
76+ configuration file) (default: dash.conf)
7477.HP
7578\fB \- daemon \fR
7679.IP
@@ -162,6 +165,13 @@ edited by users (use dash.conf instead for custom settings).
162165Relative paths will be prefixed by datadir location. (default:
163166settings.json)
164167.HP
168+ \fB \- shutdownnotify= \fR <cmd>
169+ .IP
170+ Execute command immediately before beginning shutdown. The need for
171+ shutdown may be urgent, so be careful not to delay it long (if
172+ the command doesn't require interaction with the server, consider
173+ having it fork into the background).
174+ .HP
165175\fB \- startupnotify= \fR <cmd>
166176.IP
167177Execute command on startup.
@@ -170,11 +180,6 @@ Execute command on startup.
170180.IP
171181Sync mempool from other nodes on start (default: 1)
172182.HP
173- \fB \- sysperms \fR
174- .IP
175- Create new files with system default permissions, instead of umask 077
176- (only effective with disabled wallet functionality)
177- .HP
178183\fB \- version \fR
179184.IP
180185Print version and exit
@@ -210,7 +215,7 @@ Bind to given address and always listen on it (default: 0.0.0.0). Use
210215[host]:port notation for IPv6. Append =onion to tag any incoming
211216connections to that address and port as incoming Tor connections
212217(default: 127.0.0.1:9996=onion, testnet: 127.0.0.1:19996=onion,
213- regtest: 127.0.0.1:19896=onion)
218+ devnet: 127.0.0.1:19796=onion, regtest: 127.0.0.1:19896=onion)
214219.HP
215220\fB \- cjdnsreachable \fR
216221.IP
@@ -343,8 +348,9 @@ based on inactivity (minimum: 1, default: 60)
343348\fB \- port= \fR <port>
344349.IP
345350Listen for connections on <port>. Nodes not using the default ports
346- (default: 9999, testnet: 19999, regtest: 19899) are unlikely to
347- get incoming connections. Not relevant for I2P (see doc/i2p.md).
351+ (default: 9999, testnet: 19999, devnet: 19799, regtest: 19899)
352+ are unlikely to get incoming connections. Not relevant for I2P
353+ (see doc/i2p.md).
348354.HP
349355\fB \- proxy= \fR <ip:port|path>
350356.IP
@@ -377,8 +383,9 @@ to connect is unsuccessful after this amount of time, drop it
377383.HP
378384\fB \- torcontrol= \fR <ip>:<port>
379385.IP
380- Tor control port to use if onion listening enabled (default:
381- 127.0.0.1:9051)
386+ Tor control host and port to use if onion listening enabled (default:
387+ 127.0.0.1:9051). If no port is specified, the default port of
388+ 9051 will be used.
382389.HP
383390\fB \- torpassword= \fR <pass>
384391.IP
@@ -551,6 +558,10 @@ allows the use of partial spend avoidance (default: 0.00)
551558Rescan the block chain for missing wallet transactions on startup (1 =
552559start from wallet creation time, 2 = start from genesis block)
553560.HP
561+ \fB \- signer= \fR <cmd>
562+ .IP
563+ External signing tool, see doc/external\- signer.md
564+ .HP
554565\fB \- spendzeroconfchange \fR
555566.IP
556567Spend unconfirmed change when sending transactions (default: 1)
@@ -870,7 +881,7 @@ is optional). If <category> is not supplied or if <category> = 1,
870881output all debug and trace logging. <category> can be: addrman,
871882bench, blockstorage, chainlocks, cmpctblock, coindb, coinjoin,
872883creditpool, ehf, estimatefee, gobject, http, i2p, instantsend,
873- ipc, leveldb, libevent, llmq, llmq\- dkg, llmq\- sigs, mempool,
884+ ipc, leveldb, libevent, llmq, llmq\- dkg, llmq\- sigs, lock, mempool,
874885mempoolrej, mnpayments, mnsync, net, netconn, proxy, prune, qt,
875886rand, reindex, rpc, selectcoins, spork, tor, txreconciliation,
876887validation, walletdb, zmq. This option can be specified multiple
@@ -895,6 +906,10 @@ Print help message with debugging options and exit
895906.IP
896907Include IP addresses in debug output (default: 0)
897908.HP
909+ \fB \- loglevelalways \fR
910+ .IP
911+ Always prepend a category and level (default: 0)
912+ .HP
898913\fB \- logsourcelocations \fR
899914.IP
900915Prepend debug output with name of the originating source location
@@ -946,7 +961,7 @@ Chain selection options:
946961\fB \- chain= \fR <chain>
947962.IP
948963Use the chain <chain> (default: main). Allowed values: main, test,
949- regtest
964+ devnet, regtest
950965.HP
951966\fB \- devnet= \fR <name>
952967.IP
@@ -1099,7 +1114,7 @@ Password for JSON\-RPC connections
10991114\fB \- rpcport= \fR <port>
11001115.IP
11011116Listen for JSON\- RPC connections on <port> (default: 9998, testnet:
1102- 19998, regtest: 19898)
1117+ 19998, devnet: 19798, regtest: 19898)
11031118.HP
11041119\fB \- rpcthreads= \fR <n>
11051120.IP
@@ -1143,7 +1158,7 @@ stylesheets for the UI.
11431158.HP
11441159\fB \- font \- family \fR
11451160.IP
1146- Set the font family. Possible values: SystemDefault, Montserrat .
1161+ Set the font family. Possible values: Montserrat, SystemDefault .
11471162(default: SystemDefault)
11481163.HP
11491164\fB \- font \- scale \fR
@@ -1179,13 +1194,13 @@ Show splash screen on startup (default: 1)
11791194.IP
11801195Sets a window title which is appended to "Dash Core \- "
11811196.SH COPYRIGHT
1182- Copyright (C) 2014-2025 The Dash Core developers
1183- Copyright (C) 2009-2025 The Bitcoin Core developers
1197+ Copyright (C) 2014-2026 The Dash Core developers
1198+ Copyright (C) 2009-2026 The Bitcoin Core developers
11841199
11851200Please contribute if you find Dash Core useful. Visit <https://dash.org/> for
11861201further information about the software.
11871202The source code is available from <https://github.com/dashpay/dash>.
11881203
11891204This is experimental software.
11901205Distributed under the MIT software license, see the accompanying file COPYING
1191- or <https://opensource.org/licenses/MIT>
1206+ or <https://opensource.org/licenses/MIT>
0 commit comments