restore sensible defaults

This commit is contained in:
yeastplume 2018-04-24 10:54:06 +01:00
parent 4c6a193e01
commit 5bc9e29974

View file

@ -56,7 +56,7 @@ chain_type = "Testnet2"
capabilities = [7] capabilities = [7]
#skip waiting for sync on startup, (optional param, mostly for testing) #skip waiting for sync on startup, (optional param, mostly for testing)
skip_sync_wait = true skip_sync_wait = false
#whether to run the ncurses TUI. Ncurses must be installed and this #whether to run the ncurses TUI. Ncurses must be installed and this
#will also disable logging to stdout #will also disable logging to stdout
@ -108,7 +108,7 @@ port = 13414
enable_stratum_server = true enable_stratum_server = true
#what port and address for the stratum server to listen on #what port and address for the stratum server to listen on
stratum_server_addr = "0.0.0.0:13416" stratum_server_addr = "127.0.0.1:13416"
#The amount of time, in seconds, to attempt to mine on a particular #The amount of time, in seconds, to attempt to mine on a particular
#header before stopping and re-collecting transactions from the pool #header before stopping and re-collecting transactions from the pool