diff options
Diffstat (limited to 'doc/man/dogecoin-qt.1')
| -rw-r--r-- | doc/man/dogecoin-qt.1 | 43 |
1 files changed, 35 insertions, 8 deletions
diff --git a/doc/man/dogecoin-qt.1 b/doc/man/dogecoin-qt.1 index d97f0fe96..457ea18fc 100644 --- a/doc/man/dogecoin-qt.1 +++ b/doc/man/dogecoin-qt.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH DOGECOIN-QT "1" "February 2021" "dogecoin-qt v1.14.3.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. +.TH DOGECOIN-QT "1" "August 2021" "dogecoin-qt v1.14.4.0" "User Commands" .SH NAME -dogecoin-qt \- manual page for dogecoin-qt v1.14.3.0 +dogecoin-qt \- manual page for dogecoin-qt v1.14.4.0 .SH DESCRIPTION -Dogecoin Core version v1.14.3.0 (64\-bit) +Dogecoin Core version v1.14.4.0 (64\-bit) Usage: .IP dogecoin\-qt [command\-line options] @@ -76,7 +76,7 @@ Extra transactions to keep in memory for compact block reconstructions .HP \fB\-par=\fR<n> .IP -Set the number of script verification threads (\fB\-8\fR to 16, 0 = auto, <0 = +Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 = leave that many cores free, default: 0) .HP \fB\-pid=\fR<file> @@ -240,6 +240,10 @@ Tor control port to use if onion listening enabled (default: .IP Tor control port password (default: empty) .HP +\fB\-upnp\fR +.IP +Use UPnP to map the listening port (default: 0) +.HP \fB\-whitebind=\fR<addr> .IP Bind to given address and whitelist peers connecting to it. Use @@ -290,7 +294,7 @@ transaction creation (default: 1.00) .HP \fB\-paytxfee=\fR<amt> .IP -Fee (in DOGE/kB) to add to transactions you send (default: 0.00) +Fee (in DOGE/kB) to add to transactions you send (default: 1.00) .HP \fB\-rescan\fR .IP @@ -342,6 +346,24 @@ blockchain through \fB\-rescan\fR on startup (1 = keep tx meta data e.g. account owner and payment request information, 2 = drop tx meta data) .PP +ZeroMQ notification options: +.HP +\fB\-zmqpubhashblock=\fR<address> +.IP +Enable publish hash block in <address> +.HP +\fB\-zmqpubhashtx=\fR<address> +.IP +Enable publish hash transaction in <address> +.HP +\fB\-zmqpubrawblock=\fR<address> +.IP +Enable publish raw block in <address> +.HP +\fB\-zmqpubrawtx=\fR<address> +.IP +Enable publish raw transaction in <address> +.PP Debugging/Testing options: .HP \fB\-uacomment=\fR<cmt> @@ -372,7 +394,7 @@ Prepend debug output with timestamp (default: 1) \fB\-minrelaytxfee=\fR<amt> .IP Fees (in DOGE/kB) smaller than this are considered zero fee for -relaying, mining and transaction creation (default: 1.00) +relaying, mining and transaction creation (default: 0.001) .HP \fB\-maxtxfee=\fR<amt> .IP @@ -396,6 +418,11 @@ Use the test chain .PP Node relay options: .HP +\fB\-dustlimit=\fR<amt> +.IP +Amount under which a transaction output is considered dust, in DOGE +(default: 1.00) +.HP \fB\-bytespersigop\fR .IP Equivalent bytes per sigop in transactions for relay and mining @@ -432,7 +459,7 @@ Set maximum size of high\-priority/low\-fee transactions in bytes \fB\-blockmintxfee=\fR<amt> .IP Set lowest fee rate (in DOGE/kB) for transactions to be included in -block creation. (default: 0.00001) +block creation. (default: 0.01) .PP RPC server options: .HP |