Browse Source

fix per Jack's mod suggestions

pull/4/head
Paige Peterson 8 years ago
parent
commit
473389dfb4
  1. 10
      contrib/DEBIAN/examples/zcash.conf

10
contrib/DEBIAN/examples/zcash.conf

@ -60,8 +60,8 @@
# JSON-RPC options (for controlling a running Zcash/zcashd process)
#
# server=1 tells zcashd to accept JSON-RPC commands
#server=0
# server=1 tells zcashd to accept JSON-RPC commands (set as default if not specified)
#server=1
# Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6.
# This option can be specified multiple times (default: bind to all interfaces)
@ -102,7 +102,7 @@
#rpcsslcertificatechainfile=server.cert
#rpcsslprivatekeyfile=server.pem
# Transaction Fee Changes in 0.10.0
# Transaction Fee
# Send transactions as zero-fee transactions if possible (default: 0)
#sendfreetransactions=0
@ -116,8 +116,8 @@
# Enable attempt to generate zcash.
#gen=1
# Enable use of SSE instructions to try to generate zcash faster.
#4way=1
# Enable use of a different Equihash solver to try to generate zcash faster.
#equihashsolver=default
# Pre-generate this many public/private key pairs, so wallet backups will be valid for
# both prior transactions and several dozen future transactions.

Loading…
Cancel
Save