From 473389dfb470c8fd4eae5290018b5df34366dc49 Mon Sep 17 00:00:00 2001 From: Paige Peterson Date: Tue, 25 Oct 2016 20:35:59 -0400 Subject: [PATCH] fix per Jack's mod suggestions --- contrib/DEBIAN/examples/zcash.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/contrib/DEBIAN/examples/zcash.conf b/contrib/DEBIAN/examples/zcash.conf index b0c5be104..d85c016cd 100644 --- a/contrib/DEBIAN/examples/zcash.conf +++ b/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.