Browse Source

Debian man pages updated as part of release process

metaverse
Simon 7 years ago
parent
commit
31a4f0d5c9
  1. 21
      contrib/debian/manpages/zcash-cli.1
  2. 79
      contrib/debian/manpages/zcashd.1

21
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" "January 2017" "Zcash RPC client version v1.0.5" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASH "1" "February 2017" "Zcash RPC client version v1.0.6" "User Commands"
.SH NAME
zcash-cli \- RPC client for the Zcash daemon
Zcash \- RPC client for the Zcash daemon
.SH DESCRIPTION
Zcash RPC client version v1.0.5
Zcash RPC client version v1.0.6
.SS "Usage:"
.TP
zcash\-cli [options] <command> [params]
@ -63,6 +63,19 @@ SSL options: (see the Bitcoin Wiki for SSL setup instructions)
\fB\-rpcssl\fR
.IP
Use OpenSSL (https) for JSON\-RPC connections
.SH COPYRIGHT
Copyright \(co 2009\-2017 The Bitcoin Core Developers
.br
Copyright \(co 2015\-2017 The Zcash Developers
.PP
This is experimental software.
.PP
Distributed under the MIT software license, see the accompanying file COPYING
or <http://www.opensource.org/licenses/mit\-license.php>.
.PP
This product includes software developed by the OpenSSL Project for use in the
OpenSSL Toolkit <https://www.openssl.org/> and cryptographic software written
by Eric Young and UPnP software written by Thomas Bernard.
.SH "SEE ALSO"
The full documentation for
.B Zcash

79
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" "January 2017" "Zcash Daemon version v1.0.5" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH ZCASH "1" "February 2017" "Zcash Daemon version v1.0.6" "User Commands"
.SH NAME
zcashd \- Network daemon for interacting with the Zcash blockchain
Zcash \- Network daemon for interacting with the Zcash blockchain
.SH DESCRIPTION
Zcash Daemon version v1.0.5
Zcash Daemon version v1.0.6
.SS "Usage:"
.TP
zcashd [options]
@ -48,6 +48,10 @@ Run in the background as a daemon and accept commands
.IP
Specify data directory
.HP
\fB\-exportdir=\fR<dir>
.IP
Specify directory to be used when exporting data
.HP
\fB\-dbcache=\fR<n>
.IP
Set database cache size in megabytes (4 to 16384, default: 100)
@ -62,7 +66,7 @@ Keep at most <n> unconnectable transactions in memory (default: 100)
.HP
\fB\-par=\fR<n>
.IP
Set the number of script verification threads (\fB\-4\fR to 16, 0 = auto, <0 =
Set the number of script verification threads (\fB\-8\fR to 16, 0 = auto, <0 =
leave that many cores free, default: 0)
.HP
\fB\-pid=\fR<file>
@ -266,27 +270,38 @@ Delete all wallet transactions and only recover those parts of the
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
Debugging/Testing options:
ZeroMQ notification options:
.HP
\fB\-debug=\fR<category>
\fB\-zmqpubhashblock=\fR<address>
.IP
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, lock, rand, rpc, selectcoins, mempool, net, proxy, prune.
Enable publish hash block in <address>
.HP
\fB\-gen\fR
\fB\-zmqpubhashtx=\fR<address>
.IP
Generate coins (default: 0)
Enable publish hash transaction in <address>
.HP
\fB\-genproclimit=\fR<n>
\fB\-zmqpubrawblock=\fR<address>
.IP
Set the number of threads for coin generation if enabled (\fB\-1\fR = all
cores, default: 1)
Enable publish raw block in <address>
.HP
\fB\-equihashsolver=\fR<name>
\fB\-zmqpubrawtx=\fR<address>
.IP
Specify the Equihash solver to be used if enabled (default: "default")
Enable publish raw transaction in <address>
.PP
Debugging/Testing options:
.HP
\fB\-debug=\fR<category>
.IP
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, lock, mempool, net, partitioncheck, pow, proxy,
prune, rand, reindex, rpc, selectcoins, zmq, zrpc, zrpcunsafe (implies
zrpc).
.HP
\fB\-experimentalfeatures\fR
.IP
Enable use of experimental features
.HP
\fB\-help\-debug\fR
.IP
@ -343,6 +358,30 @@ Set maximum block size in bytes (default: 2000000)
Set maximum size of high\-priority/low\-fee transactions in bytes
(default: 1000000)
.PP
Mining options:
.HP
\fB\-gen\fR
.IP
Generate coins (default: 0)
.HP
\fB\-genproclimit=\fR<n>
.IP
Set the number of threads for coin generation if enabled (\fB\-1\fR = all
cores, default: 1)
.HP
\fB\-equihashsolver=\fR<name>
.IP
Specify the Equihash solver to be used if enabled (default: "default")
.HP
\fB\-mineraddress=\fR<addr>
.IP
Send mined coins to a specific single address
.HP
\fB\-minetolocalwallet\fR
.IP
Require that mined blocks use a coinbase address in the local wallet
(default: 1)
.PP
RPC server options:
.HP
\fB\-server\fR
@ -418,9 +457,9 @@ output (default: 1 if running in a console, 0 otherwise)
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
Copyright \(co 2009\-2017 The Bitcoin Core Developers
.br
Copyright \(co 2015\-2016 The Zcash Developers
Copyright \(co 2015\-2017 The Zcash Developers
.PP
This is experimental software.
.PP

Loading…
Cancel
Save