Update example config

This commit is contained in:
Duke Leto
2020-12-05 08:06:12 -05:00
parent 6e547b9f1b
commit 109abc19b1

View File

@@ -52,10 +52,10 @@
#maxconnections=
#
# JSON-RPC options (for controlling a running Komodo/komodod process)
# JSON-RPC options (for controlling a running hushd process)
#
# server=1 tells komodod to accept JSON-RPC commands (set as default if not specified)
# server=1 tells node 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.
@@ -66,7 +66,7 @@
#rpcuser=Ulysses
#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
# How many seconds komodo will wait for a complete RPC HTTP request.
# How many seconds node will wait for a complete RPC HTTP request.
# after the HTTP connection is established.
#rpcclienttimeout=30
@@ -76,8 +76,7 @@
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
# because the rpcpassword is transmitted over the network unencrypted and also because anyone
# that can authenticate on the RPC port can steal your keys + take over the account running komodod
# For more information see https://github.com/zcash/zcash/issues/1497
# that can authenticate on the RPC port can steal your keys + take over the account running hushd
#rpcallowip=10.1.1.34/255.255.255.0
#rpcallowip=1.2.3.4/24
@@ -86,7 +85,7 @@
# Listen for RPC connections on this TCP port:
#rpcport=8232
# You can use Komodo or komodod to send commands to Komodo/komodod
# You can use hushd to send commands to hushd
# running on another host using this option:
#rpcconnect=127.0.0.1
@@ -101,13 +100,13 @@
# Miscellaneous options
# Enable attempt to mine komodo.
# Enable attempt to mine HUSH
#gen=0
# Set the number of threads to be used for mining komodo (-1 = all cores).
# Set the number of threads to be used for mining (-1 = all cores).
#genproclimit=1
# Specify a different Equihash solver (e.g. "tromp") to try to mine komodo
# Specify a different Equihash solver (e.g. "tromp") to try to mine
# faster when gen=1.
#equihashsolver=default
@@ -115,7 +114,7 @@
# both prior transactions and several dozen future transactions.
#keypool=100
# Pay an optional transaction fee every time you send komodo. Transactions with fees
# Pay an optional transaction fee every time you send a tx. Transactions with fees
# are more likely than free transactions to be included in generated blocks, so may
# be validated sooner. This setting does not affect private transactions created with
# 'z_sendmany'.