From 5bc9e29974fee49c2afd708702103269bb01d90c Mon Sep 17 00:00:00 2001 From: yeastplume Date: Tue, 24 Apr 2018 10:54:06 +0100 Subject: [PATCH] restore sensible defaults --- grin.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/grin.toml b/grin.toml index cb632722b..d22a39049 100644 --- a/grin.toml +++ b/grin.toml @@ -56,7 +56,7 @@ chain_type = "Testnet2" capabilities = [7] #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 #will also disable logging to stdout @@ -108,7 +108,7 @@ port = 13414 enable_stratum_server = true #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 #header before stopping and re-collecting transactions from the pool