last update: July 9th 2022 Main_Menu


#
# Evrmore example configuration file "evrmore.conf"
# -determines the behavior of evrmored or evrmore-qt
# -should be located in the data directory (unless specified elsewhere using "-conf=<file>")
# -applies to all mainnet/testnet/regtest except for items in special [test] section
# -miningaddress determines the addr used by getblocktemplate, not the addr used for the built-in miner
# -Most of these values could be used on the command-line instead and vice versa
# -the indicated port numbers are the defaults, which can be changed and un-commented
#
#mainnet=1
#testnet=1
#miningaddress=ESDwJs2FX5zYoVnLQ7YuLZhmnsAcpKqMiq
server=1
whitelist=127.0.0.1
txindex=1
addressindex=1
assetindex=1
timestampindex=1
spentindex=1
#zmqpubrawtx=tcp://127.0.0.1:29332
#zmqpubhashblock=tcp://127.0.0.1:29332
#port=8820
#rpcport=8819
rpcallowip=127.0.0.1
rpcuser=this_is_your_choice
rpcpassword=this_is_your_pw
uacomment=my_evr_node
mempoolexpiry=72
rpcworkqueue=1100
maxmempool=2000
dbcache=1000
maxtxfee=1.0
#dbmaxfilesize=64

[test]
#miningaddress=mpaz7LGiuA8tbJf6JqXmALw8tDGCGsTY7C
#port=18820
#rpcport=18819