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