Update example config
This commit is contained in:
@@ -52,10 +52,10 @@
|
|||||||
#maxconnections=
|
#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
|
#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.
|
||||||
@@ -66,7 +66,7 @@
|
|||||||
#rpcuser=Ulysses
|
#rpcuser=Ulysses
|
||||||
#rpcpassword=YourSuperGreatPasswordNumber_DO_NOT_USE_THIS_OR_YOU_WILL_GET_ROBBED_385593
|
#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.
|
# after the HTTP connection is established.
|
||||||
#rpcclienttimeout=30
|
#rpcclienttimeout=30
|
||||||
|
|
||||||
@@ -76,8 +76,7 @@
|
|||||||
|
|
||||||
# NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED,
|
# 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
|
# 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
|
# that can authenticate on the RPC port can steal your keys + take over the account running hushd
|
||||||
# For more information see https://github.com/zcash/zcash/issues/1497
|
|
||||||
|
|
||||||
#rpcallowip=10.1.1.34/255.255.255.0
|
#rpcallowip=10.1.1.34/255.255.255.0
|
||||||
#rpcallowip=1.2.3.4/24
|
#rpcallowip=1.2.3.4/24
|
||||||
@@ -86,7 +85,7 @@
|
|||||||
# Listen for RPC connections on this TCP port:
|
# Listen for RPC connections on this TCP port:
|
||||||
#rpcport=8232
|
#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:
|
# running on another host using this option:
|
||||||
#rpcconnect=127.0.0.1
|
#rpcconnect=127.0.0.1
|
||||||
|
|
||||||
@@ -101,13 +100,13 @@
|
|||||||
|
|
||||||
# Miscellaneous options
|
# Miscellaneous options
|
||||||
|
|
||||||
# Enable attempt to mine komodo.
|
# Enable attempt to mine HUSH
|
||||||
#gen=0
|
#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
|
#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.
|
# faster when gen=1.
|
||||||
#equihashsolver=default
|
#equihashsolver=default
|
||||||
|
|
||||||
@@ -115,7 +114,7 @@
|
|||||||
# both prior transactions and several dozen future transactions.
|
# both prior transactions and several dozen future transactions.
|
||||||
#keypool=100
|
#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
|
# 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
|
# be validated sooner. This setting does not affect private transactions created with
|
||||||
# 'z_sendmany'.
|
# 'z_sendmany'.
|
||||||
|
|||||||
Reference in New Issue
Block a user