|
|
@ -44,9 +44,10 @@ Build stratum: |
|
|
|
cmake .. |
|
|
|
cmake .. |
|
|
|
make |
|
|
|
make |
|
|
|
|
|
|
|
|
|
|
|
Run stratum: |
|
|
|
Run stratum: |
|
|
|
|
|
|
|
|
|
|
|
./keva-stratum config.json |
|
|
|
./keva-stratum config.json |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If you need to bind to privileged ports and don't want to run from `root`: |
|
|
|
If you need to bind to privileged ports and don't want to run from `root`: |
|
|
|
|
|
|
|
|
|
|
@ -195,8 +196,8 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso |
|
|
|
"host": "127.0.0.1", |
|
|
|
"host": "127.0.0.1", |
|
|
|
"port": 18081, |
|
|
|
"port": 18081, |
|
|
|
"timeout": "10s", |
|
|
|
"timeout": "10s", |
|
|
|
"user": "yourusername", #The value should be the same as kevacoin.config |
|
|
|
"user": "yourusername", #The value should be the same as defined in kevacoin.config |
|
|
|
"password": "yourpassword" #The value should be the same as kevacoin.config |
|
|
|
"password": "yourpassword" #The value should be the same as defined in kevacoin.config |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
] |
|
|
|
} |
|
|
|
} |
|
|
|