mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 20:12:57 +01:00
148 lines
3.5 KiB
Groff
148 lines
3.5 KiB
Groff
.\" 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"
|
|
.SH NAME
|
|
dash-wallet \- manual page for dash-wallet v21.1.0
|
|
.SH DESCRIPTION
|
|
Dash Core dash\-wallet version v21.1.0
|
|
.PP
|
|
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
|
|
dash\-wallet [options] <command>
|
|
.SH OPTIONS
|
|
.HP
|
|
\-?
|
|
.IP
|
|
Print this help message and exit
|
|
.HP
|
|
\fB\-datadir=\fR<dir>
|
|
.IP
|
|
Specify data directory
|
|
.HP
|
|
\fB\-descriptors\fR
|
|
.IP
|
|
Create descriptors wallet. Only for 'create'
|
|
.HP
|
|
\fB\-dumpfile=\fR<file name>
|
|
.IP
|
|
When used with 'dump', writes out the records to this file. When used
|
|
with 'createfromdump', loads the records into a new wallet.
|
|
.HP
|
|
\fB\-format=\fR<format>
|
|
.IP
|
|
The format of the wallet file to create. Either "bdb" or "sqlite". Only
|
|
used with 'createfromdump'
|
|
.HP
|
|
\fB\-usehd\fR
|
|
.IP
|
|
Create HD (hierarchical deterministic) wallet (default: 1)
|
|
.HP
|
|
\fB\-version\fR
|
|
.IP
|
|
Print version and exit
|
|
.HP
|
|
\fB\-wallet=\fR<wallet\-name>
|
|
.IP
|
|
Specify wallet name
|
|
.PP
|
|
Debugging/Testing options:
|
|
.HP
|
|
\fB\-debug=\fR<category>
|
|
.IP
|
|
Output debugging information (default: 0).
|
|
.HP
|
|
\fB\-printtoconsole\fR
|
|
.IP
|
|
Send trace/debug info to console (default: 1 when no \fB\-debug\fR is true, 0
|
|
otherwise).
|
|
.PP
|
|
Chain selection options:
|
|
.HP
|
|
\fB\-chain=\fR<chain>
|
|
.IP
|
|
Use the chain <chain> (default: main). Allowed values: main, test,
|
|
regtest
|
|
.HP
|
|
\fB\-devnet=\fR<name>
|
|
.IP
|
|
Use devnet chain with provided name
|
|
.HP
|
|
\fB\-highsubsidyblocks=\fR<n>
|
|
.IP
|
|
The number of blocks with a higher than normal subsidy to mine at the
|
|
start of a chain. Block after that height will have fixed subsidy
|
|
base. (default: 0, devnet\-only)
|
|
.HP
|
|
\fB\-highsubsidyfactor=\fR<n>
|
|
.IP
|
|
The factor to multiply the normal block subsidy by while in the
|
|
highsubsidyblocks window of a chain (default: 1, devnet\-only)
|
|
.HP
|
|
\fB\-llmqchainlocks=\fR<quorum name>
|
|
.IP
|
|
Override the default LLMQ type used for ChainLocks. Allows using
|
|
ChainLocks with smaller LLMQs. (default: llmq_devnet,
|
|
devnet\-only)
|
|
.HP
|
|
\fB\-llmqdevnetparams=\fR<size>:<threshold>
|
|
.IP
|
|
Override the default LLMQ size for the LLMQ_DEVNET quorum (devnet\-only)
|
|
.HP
|
|
\fB\-llmqinstantsenddip0024=\fR<quorum name>
|
|
.IP
|
|
Override the default LLMQ type used for InstantSendDIP0024. (default:
|
|
llmq_devnet_dip0024, devnet\-only)
|
|
.HP
|
|
\fB\-llmqmnhf=\fR<quorum name>
|
|
.IP
|
|
Override the default LLMQ type used for EHF. (default: llmq_devnet,
|
|
devnet\-only)
|
|
.HP
|
|
\fB\-llmqplatform=\fR<quorum name>
|
|
.IP
|
|
Override the default LLMQ type used for Platform. (default:
|
|
llmq_devnet_platform, devnet\-only)
|
|
.HP
|
|
\fB\-minimumdifficultyblocks=\fR<n>
|
|
.IP
|
|
The number of blocks that can be mined with the minimum difficulty at
|
|
the start of a chain (default: 0, devnet\-only)
|
|
.HP
|
|
\fB\-powtargetspacing=\fR<n>
|
|
.IP
|
|
Override the default PowTargetSpacing value in seconds (default: 2.5
|
|
minutes, devnet\-only)
|
|
.HP
|
|
\fB\-testnet\fR
|
|
.IP
|
|
Use the test chain. Equivalent to \fB\-chain\fR=\fI\,test\/\fR
|
|
.PP
|
|
Commands:
|
|
.IP
|
|
create
|
|
.IP
|
|
Create new wallet file
|
|
.IP
|
|
createfromdump
|
|
.IP
|
|
Create new wallet file from dumped records
|
|
.IP
|
|
dump
|
|
.IP
|
|
Print out all of the wallet key\-value records
|
|
.IP
|
|
info
|
|
.IP
|
|
Get wallet info
|
|
.IP
|
|
salvage
|
|
.IP
|
|
Attempt to recover private keys from a corrupt wallet. Warning:
|
|
\&'salvage' is experimental.
|
|
.IP
|
|
wipetxes
|
|
.IP
|
|
Wipe all transactions from a wallet
|