From 3925e827baf4d857a8cb2aaa52002bd322d32566 Mon Sep 17 00:00:00 2001 From: Jethro Grassie Date: Fri, 22 Nov 2019 23:01:07 -0500 Subject: [PATCH] update example config file with the new options --- TODO | 1 - pool.conf | 10 ++++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/TODO b/TODO index 65f43e8..45ace3f 100644 --- a/TODO +++ b/TODO @@ -3,6 +3,5 @@ Things to work on: - Offload payout processing to a separate thread (appears not needed, test more) - Offload RPC requests to a separate thread (appears not needed, test more) - - Add daemonizing option (for those too lazy to nohup or use tmux/screen) [//]: # ( vim: set tw=80: ) diff --git a/pool.conf b/pool.conf index 8fe6413..7ec2d83 100644 --- a/pool.conf +++ b/pool.conf @@ -1,4 +1,4 @@ -pool-port=4242 +pool-port = 4242 rpc-host = 127.0.0.1 rpc-port = 28081 rpc-timeout = 15 @@ -10,6 +10,8 @@ share-mul = 2.0 pool-fee = 0.01 payment-threshold = 0.33 log-level = 5 -webui-port=4243 -disable-self-select=0 -data-dir=./data +webui-port = 4243 +disable-self-select = 0 +data-dir = ./data +pid-file = +forked = 0