update example config file with the new options

master
Jethro Grassie 5 years ago
parent 88ac5af85b
commit 3925e827ba
No known key found for this signature in database
GPG Key ID: DE8ED755616565BB

@ -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: )

@ -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

Loading…
Cancel
Save