updated
This commit is contained in:
parent
df670b567b
commit
96f287ed78
34
README.md
34
README.md
@ -57,23 +57,23 @@ Installation
|
||||
* For each coin you would like to start a pool server for, create a file in the "coins" directory titled "(name of coin).json"
|
||||
Example configuration for dogecoin.json:
|
||||
|
||||
```json
|
||||
{
|
||||
"name": "Dogecoin",
|
||||
"symbol": "doge",
|
||||
"algorithm": "scrypt",
|
||||
"reward": "POW",
|
||||
"address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS",
|
||||
"stratumPort": 3334,
|
||||
"difficulty": 8,
|
||||
"daemon": {
|
||||
"host": "localhost",
|
||||
"port": 8332,
|
||||
"user": "test",
|
||||
"password": "test"
|
||||
}
|
||||
}
|
||||
```
|
||||
```json
|
||||
{
|
||||
"name": "Dogecoin",
|
||||
"symbol": "doge",
|
||||
"algorithm": "scrypt",
|
||||
"reward": "POW",
|
||||
"address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS",
|
||||
"stratumPort": 3334,
|
||||
"difficulty": 8,
|
||||
"daemon": {
|
||||
"host": "localhost",
|
||||
"port": 8332,
|
||||
"user": "test",
|
||||
"password": "test"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
* Supported `"algorithm"` options: `"sha256"` `"scrypt"` `"scrypt-jane"` `"quark"`
|
||||
* Supported `"reward"` options: `"POW"` `"POS"`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user