Update README.md

This commit is contained in:
Sammy Libre 2016-12-07 16:56:15 +05:00
parent 66730479de
commit 86c6a20c82

View File

@ -66,6 +66,11 @@ Build stratum:
./pool config.json
If you need to bind to privileged ports and don't want to run from `root`:
sudo apt-get install libcap2-bin
sudo setcap 'cap_net_bind_service=+ep' pool
## Configuration
Configuration is self-describing, just copy *config.example.json* to *config.json* and run stratum with path to config file as 1st argument.