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