mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-01-14 09:08:02 +00:00
Update README.md
This commit is contained in:
parent
66730479de
commit
86c6a20c82
@ -66,6 +66,11 @@ Build stratum:
|
|||||||
|
|
||||||
./pool config.json
|
./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
|
||||||
|
|
||||||
Configuration is self-describing, just copy *config.example.json* to *config.json* and run stratum with path to config file as 1st argument.
|
Configuration is self-describing, just copy *config.example.json* to *config.json* and run stratum with path to config file as 1st argument.
|
||||||
|
Loading…
Reference in New Issue
Block a user