mirror of
https://github.com/kvazar-network/keva-stratum.git
synced 2025-03-12 14:01:16 +00:00
Update README.md
This commit is contained in:
parent
2cedf6df74
commit
7cc53fb1c9
@ -181,13 +181,15 @@ Configuration is self-describing, just copy *config.example.json* to *config.jso
|
||||
"name": "Main",
|
||||
"host": "127.0.0.1",
|
||||
"port": 18081,
|
||||
"timeout": "10s"
|
||||
"timeout": "10s",
|
||||
"user": "yourusername",
|
||||
"password": "yourpassword"
|
||||
}
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
You must use `anything.WorkerID` as username in your miner. Either disable address validation or use `<address>.WorkerID` as username. If there is no workerID specified your rig stats will be merged under `0` worker. If mining software contains dev fee rounds its stats will usually appear under `0` worker. This stratum acts like your own pool, the only exception is that you will get rewarded only after block found, shares only used for stats.
|
||||
The `user` and `password` are mandatory, and they must be the same as the ones specified in Kevacoin configuration file `kevacoin.conf`. You must use `anything.WorkerID` as username in your miner. Either disable address validation or use `<address>.WorkerID` as username. If there is no workerID specified your rig stats will be merged under `0` worker. If mining software contains dev fee rounds its stats will usually appear under `0` worker. This stratum acts like your own pool, the only exception is that you will get rewarded only after block found, shares only used for stats.
|
||||
|
||||
|
||||
### License
|
||||
|
Loading…
x
Reference in New Issue
Block a user