The -rpcport help string in bitcoin-cli.cpp hardcoded hush's 18030; the actual default (BaseParams().RPCPort()) is DragonX's 21769, so this was misleading help text only (the CLI already connects to 21769). Set to 21769 and regenerated doc/man/dragonx-cli.1 from the rebuilt binary. NOTE: a separate hush 18030 leftover remains in src/rpc/net.cpp:357 (getpeerinfo help example address) - daemon RPC help, out of scope here. Staged on 176; not pushed. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
95 lines
2.3 KiB
Groff
95 lines
2.3 KiB
Groff
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.1.
|
|
.TH DRAGONX "1" "July 2026" "DragonX RPC client version v1.0.3-95aeaed0c-dirty" "User Commands"
|
|
.SH NAME
|
|
DragonX \- manual page for DragonX RPC client version v1.0.3-95aeaed0c-dirty
|
|
.SH DESCRIPTION
|
|
DragonX RPC client version v1.0.3\-95aeaed0c\-dirty
|
|
.PP
|
|
In order to ensure you are adequately protecting your privacy when using
|
|
DragonX, please see <https://dragonx.is/security/>.
|
|
.SS "Usage:"
|
|
.TP
|
|
dragonx\-cli [options] <command> [params]
|
|
Send command to DragonX
|
|
.TP
|
|
dragonx\-cli [options] help
|
|
List commands
|
|
.TP
|
|
dragonx\-cli [options] help <command>
|
|
Get help for a command
|
|
.SH OPTIONS
|
|
.HP
|
|
\-?
|
|
.IP
|
|
This help message
|
|
.HP
|
|
\fB\-conf=\fR<file>
|
|
.IP
|
|
Specify configuration file (default: DRAGONX.conf)
|
|
.HP
|
|
\fB\-datadir=\fR<dir>
|
|
.IP
|
|
Specify data directory (this path cannot use '~')
|
|
.HP
|
|
\fB\-testnet\fR
|
|
.IP
|
|
Use the test network
|
|
.HP
|
|
\fB\-regtest\fR
|
|
.IP
|
|
Enter regression test mode, which uses a special chain in which blocks
|
|
can be solved instantly. This is intended for regression testing
|
|
tools and app development.
|
|
.HP
|
|
\fB\-rpcconnect=\fR<ip>
|
|
.IP
|
|
Send commands to node running on <ip> (default: 127.0.0.1)
|
|
.HP
|
|
\fB\-rpcport=\fR<port>
|
|
.IP
|
|
Connect to JSON\-RPC on <port> (default: 21769 )
|
|
.HP
|
|
\fB\-rpcwait\fR
|
|
.IP
|
|
Wait for RPC server to start
|
|
.HP
|
|
\fB\-rpcuser=\fR<user>
|
|
.IP
|
|
Username for JSON\-RPC connections
|
|
.HP
|
|
\fB\-rpcpassword=\fR<pw>
|
|
.IP
|
|
Password for JSON\-RPC connections
|
|
.HP
|
|
\fB\-rpcclienttimeout=\fR<n>
|
|
.IP
|
|
Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
|
|
900)
|
|
.HP
|
|
\fB\-stdin\fR
|
|
.IP
|
|
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
|
|
(recommended for sensitive information such as passphrases)
|
|
.PP
|
|
In order to ensure you are adequately protecting your privacy when using
|
|
DragonX, please see <https://dragonx.is/security/>.
|
|
.SH COPYRIGHT
|
|
Copyright \(co 2024\-2026 The DragonX Developers
|
|
.PP
|
|
.br
|
|
Copyright \(co 2016\-2024 Duke Leto and The Hush Developers
|
|
.PP
|
|
.br
|
|
Copyright \(co 2016\-2020 jl777 and SuperNET developers
|
|
.PP
|
|
.br
|
|
Copyright \(co 2016\-2018 The Zcash developers
|
|
.PP
|
|
.br
|
|
Copyright \(co 2009\-2014 The Bitcoin Core developers
|
|
.PP
|
|
This is experimental Free Software! Fuck Yeah!!!!!
|
|
.PP
|
|
Distributed under the GPLv3 software license, see the accompanying file COPYING
|
|
or <https://www.gnu.org/licenses/gpl\-3.0.en.html>.
|