From 196df30d72a6ec959ff156221f36fc2edb3023f0 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 15 Dec 2016 16:45:18 +1300 Subject: [PATCH] Update man pages --- contrib/DEBIAN/manpages/zcash-cli.1 | 4 +-- contrib/DEBIAN/manpages/zcashd.1 | 40 +++++++++++++++++++---------- 2 files changed, 28 insertions(+), 16 deletions(-) diff --git a/contrib/DEBIAN/manpages/zcash-cli.1 b/contrib/DEBIAN/manpages/zcash-cli.1 index 01e778a80..e5b47babd 100644 --- a/contrib/DEBIAN/manpages/zcash-cli.1 +++ b/contrib/DEBIAN/manpages/zcash-cli.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. -.TH ZCASH-CLI "1" "November 2016" "Zcash RPC client version v1.0.3" "User Commands" +.TH ZCASH-CLI "1" "December 2016" "Zcash RPC client version v1.0.4" "User Commands" .SH NAME zcash-cli \- RPC client for the Zcash daemon .SH DESCRIPTION -Zcash RPC client version v1.0.3 +Zcash RPC client version v1.0.4 .SS "Usage:" .TP zcash\-cli [options] [params] diff --git a/contrib/DEBIAN/manpages/zcashd.1 b/contrib/DEBIAN/manpages/zcashd.1 index 9a0362630..a110108be 100644 --- a/contrib/DEBIAN/manpages/zcashd.1 +++ b/contrib/DEBIAN/manpages/zcashd.1 @@ -1,9 +1,9 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.3. -.TH ZCASHD "1" "November 2016" "Zcash Daemon version v1.0.3" "User Commands" +.TH ZCASHD "1" "December 2016" "Zcash Daemon version v1.0.4" "User Commands" .SH NAME zcashd \- Network daemon for interacting with the Zcash blockchain .SH DESCRIPTION -Zcash Daemon version v1.0.3 +Zcash Daemon version v1.0.4 .SS "Usage:" .TP zcashd [options] @@ -62,7 +62,7 @@ Keep at most unconnectable transactions in memory (default: 100) .HP \fB\-par=\fR .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 @@ -219,7 +219,7 @@ Fee (in BTC/kB) to add to transactions you send (default: 0.00) .HP \fB\-rescan\fR .IP -Rescan the block chain for missing wallet transactions on startup +Rescan the blockchain for missing wallet transactions on startup .HP \fB\-salvagewallet\fR .IP @@ -271,9 +271,9 @@ Debugging/Testing options: \fB\-debug=\fR .IP Output debugging information (default: 0, supplying is -optional). If is not supplied, output all debugging -information. can be: addrman, alert, bench, coindb, db, lock, -rand, rpc, selectcoins, mempool, net, proxy, prune. +optional). If is not supplied or if = 1, output +all debugging information. can be: addrman, alert, bench, +coindb, db, lock, rand, rpc, selectcoins, mempool, net, proxy, prune. .HP \fB\-gen\fR .IP @@ -303,7 +303,7 @@ Prepend debug output with timestamp (default: 1) \fB\-minrelaytxfee=\fR .IP Fees (in BTC/Kb) smaller than this are considered zero fee for relaying -(default: 0.00005) +(default: 0.00001) .HP \fB\-printtoconsole\fR .IP @@ -336,12 +336,12 @@ Set minimum block size in bytes (default: 0) .HP \fB\-blockmaxsize=\fR .IP -Set maximum block size in bytes (default: 750000) +Set maximum block size in bytes (default: 2000000) .HP \fB\-blockprioritysize=\fR .IP Set maximum size of high\-priority/low\-fee transactions in bytes -(default: 50000) +(default: 1000000) .PP RPC server options: .HP @@ -382,10 +382,6 @@ multiple times \fB\-rpcthreads=\fR .IP Set the number of threads to service RPC calls (default: 4) -.HP -\fB\-rpckeepalive\fR -.IP -RPC support for HTTP persistent connections (default: 1) .PP RPC SSL options: (see the Bitcoin Wiki for SSL setup instructions) .HP @@ -405,6 +401,22 @@ Server private key (default: server.pem) .IP Acceptable ciphers (default: TLSv1.2+HIGH:TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!3DES:@STRENGTH) +.PP +Metrics Options (only if \fB\-daemon\fR and \fB\-printtoconsole\fR are not set): +.HP +\fB\-showmetrics\fR +.IP +Show metrics on stdout (default: 1 if running in a console, 0 otherwise) +.HP +\fB\-metricsui\fR +.IP +Set to 1 for a persistent metrics screen, 0 for sequential metrics +output (default: 1 if running in a console, 0 otherwise) +.HP +\fB\-metricsrefreshtime\fR +.IP +Number of seconds between metrics refreshes (default: 1 if running in a +console, 600 otherwise) .SH COPYRIGHT Copyright \(co 2009\-2016 The Bitcoin Core Developers .br