Browse Source

Update unix man pages

pull/97/head
Duke Leto 4 years ago
parent
commit
5870f6f059
  1. 8
      doc/man/hush-cli.1
  2. 8
      doc/man/hush-tx.1
  3. 40
      doc/man/hushd.1

8
doc/man/hush-cli.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH HUSH-CLI "1" "January 2020" "hush-cli v3.3.1" "User Commands"
.TH HUSH-CLI "1" "March 2020" "hush-cli v3.3.2" "User Commands"
.SH NAME
hush-cli \- manual page for hush-cli v3.3.1
hush-cli \- manual page for hush-cli v3.3.2
.SH DESCRIPTION
Komodo RPC client version v3.3.1\-d4ac8162f
Komodo RPC client version v3.3.2\-699b59037
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://myhush.org/security/>.
@ -71,7 +71,7 @@ Timeout in seconds during HTTP requests, or 0 for no timeout. (default:
Read extra arguments from standard input, one per line until EOF/Ctrl\-D
(recommended for sensitive information such as passphrases)
.SH COPYRIGHT
Hush Daemon version v3.3.1-d4ac8162f
Hush Daemon version v3.3.2-699b59037
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://myhush.org/security/>.

8
doc/man/hush-tx.1

@ -1,9 +1,9 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH HUSH-TX "1" "January 2020" "hush-tx v3.3.1" "User Commands"
.TH HUSH-TX "1" "March 2020" "hush-tx v3.3.2" "User Commands"
.SH NAME
hush-tx \- manual page for hush-tx v3.3.1
hush-tx \- manual page for hush-tx v3.3.2
.SH DESCRIPTION
Hush komodo\-tx utility version v3.3.1\-d4ac8162f
Hush komodo\-tx utility version v3.3.2\-699b59037
.SS "Usage:"
.TP
komodo\-tx [options] <hex\-tx> [commands]
@ -84,7 +84,7 @@ set=NAME:JSON\-STRING
.IP
Set register NAME to given JSON\-STRING
.SH COPYRIGHT
Hush Daemon version v3.3.1-d4ac8162f
Hush Daemon version v3.3.2-699b59037
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://myhush.org/security/>.

40
doc/man/hushd.1

@ -1,10 +1,10 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.10.
.TH HUSHD "1" "January 2020" "hushd v3.3.1" "User Commands"
.TH HUSHD "1" "March 2020" "hushd v3.3.2" "User Commands"
.SH NAME
hushd \- manual page for hushd v3.3.1
hushd \- manual page for hushd v3.3.2
.SH DESCRIPTION
Found binary: ./komodod
Hush Daemon version v3.3.1\-d4ac8162f
Hush Daemon version v3.3.2\-699b59037
.PP
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://myhush.org/security/>.
@ -265,6 +265,36 @@ Do not load the wallet and disable wallet RPC calls
.IP
Set key pool size to <n> (default: 100)
.HP
\fB\-consolidation\fR
.IP
Enable auto Sapling note consolidation (default: false)
.HP
\fB\-consolidatesaplingaddress=\fR<zaddr>
.IP
Specify Sapling Address to Consolidate. (default: all)
.HP
\fB\-consolidationtxfee\fR
.IP
Fee amount in Puposhis used send consolidation transactions. (default
10000)
.HP
\fB\-deletetx\fR
.IP
Enable Old Transaction Deletion
.HP
\fB\-deleteinterval\fR
.IP
Delete transaction every <n> blocks during inital block download
(default: 1000)
.HP
\fB\-keeptxnum\fR
.IP
Keep the last <n> transactions (default: 200)
.HP
\fB\-keeptxfornblocks\fR
.IP
Keep transactions for at least <n> blocks (default: 10000)
.HP
\fB\-paytxfee=\fR<amt>
.IP
Fee (in KMD/kB) to add to transactions you send (default: 0.00)
@ -358,7 +388,7 @@ Debugging/Testing options:
Output debugging information (default: 0, supplying <category> is
optional). If <category> is not supplied or if <category> = 1, output
all debugging information. <category> can be: addrman, alert, bench,
coindb, db, estimatefee, http, libevent, lock, mempool, net,
coindb, db, deletetx, estimatefee, http, libevent, lock, mempool, net,
partitioncheck, pow, proxy, prune, rand, reindex, rpc, selectcoins, tor,
zmq, zrpc, zrpcunsafe (implies zrpc).
.HP
@ -599,7 +629,7 @@ Starting supply, default is 0
.IP
Enforce transaction\-rate limit, default 0
.SH COPYRIGHT
Hush Daemon version v3.3.1-d4ac8162f
Hush Daemon version v3.3.2-699b59037
In order to ensure you are adequately protecting your privacy when using Hush,
please see <https://myhush.org/security/>.

Loading…
Cancel
Save