diff options
| author | Patrick Lodder <[email protected]> | 2021-08-20 06:17:28 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-08-20 06:17:28 +0200 |
| commit | 3bd16e09b919df096e754e8f331f009b94485c0c (patch) | |
| tree | 7b6b2ac76655ad8efd3f7d999c50164e40aed250 | |
| parent | Merge pull request #2467 from patricklodder/1.14.4-copying (diff) | |
| parent | update manpages (diff) | |
| download | discoin-3bd16e09b919df096e754e8f331f009b94485c0c.tar.xz discoin-3bd16e09b919df096e754e8f331f009b94485c0c.zip | |
Merge pull request #2468 from patricklodder/1.14.4-manpages
Update manpages for release
| -rw-r--r-- | doc/man/dogecoin-cli.1 | 8 | ||||
| -rw-r--r-- | doc/man/dogecoin-qt.1 | 43 | ||||
| -rw-r--r-- | doc/man/dogecoin-tx.1 | 8 | ||||
| -rw-r--r-- | doc/man/dogecoind.1 | 43 |
4 files changed, 78 insertions, 24 deletions
diff --git a/doc/man/dogecoin-cli.1 b/doc/man/dogecoin-cli.1 index b6d7f4500..b4066a887 100644 --- a/doc/man/dogecoin-cli.1 +++ b/doc/man/dogecoin-cli.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH DOGECOIN-CLI "1" "February 2021" "dogecoin-cli v1.14.3.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. +.TH DOGECOIN-CLI "1" "August 2021" "dogecoin-cli v1.14.4.0" "User Commands" .SH NAME -dogecoin-cli \- manual page for dogecoin-cli v1.14.3.0 +dogecoin-cli \- manual page for dogecoin-cli v1.14.4.0 .SH DESCRIPTION -Dogecoin Core RPC client version v1.14.3.0 +Dogecoin Core RPC client version v1.14.4.0 .SS "Usage:" .TP dogecoin\-cli [options] <command> [params] 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 diff --git a/doc/man/dogecoin-tx.1 b/doc/man/dogecoin-tx.1 index 7e96b2b8f..55326aeb2 100644 --- a/doc/man/dogecoin-tx.1 +++ b/doc/man/dogecoin-tx.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH DOGECOIN-TX "1" "February 2021" "dogecoin-tx v1.14.3.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. +.TH DOGECOIN-TX "1" "August 2021" "dogecoin-tx v1.14.4.0" "User Commands" .SH NAME -dogecoin-tx \- manual page for dogecoin-tx v1.14.3.0 +dogecoin-tx \- manual page for dogecoin-tx v1.14.4.0 .SH DESCRIPTION -Dogecoin Core dogecoin\-tx utility version v1.14.3.0 +Dogecoin Core dogecoin\-tx utility version v1.14.4.0 .SS "Usage:" .TP dogecoin\-tx [options] <hex\-tx> [commands] diff --git a/doc/man/dogecoind.1 b/doc/man/dogecoind.1 index 183b1b55b..6d1f016ff 100644 --- a/doc/man/dogecoind.1 +++ b/doc/man/dogecoind.1 @@ -1,9 +1,9 @@ -.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.13. -.TH DOGECOIND "1" "February 2021" "dogecoind v1.14.3.0" "User Commands" +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. +.TH DOGECOIND "1" "August 2021" "dogecoind v1.14.4.0" "User Commands" .SH NAME -dogecoind \- manual page for dogecoind v1.14.3.0 +dogecoind \- manual page for dogecoind v1.14.4.0 .SH DESCRIPTION -Dogecoin Core Daemon version v1.14.3.0 +Dogecoin Core Daemon version v1.14.4.0 .SS "Usage:" .TP dogecoind [options] @@ -81,7 +81,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> @@ -245,6 +245,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 @@ -295,7 +299,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 @@ -347,6 +351,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> @@ -377,7 +399,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 @@ -401,6 +423,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 @@ -437,7 +464,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 |