Updated
This commit is contained in:
parent
d7bac30c18
commit
f77b606418
32
README.md
32
README.md
@ -49,23 +49,23 @@ Installation
|
|||||||
Example configuration for dogecoin.json:
|
Example configuration for dogecoin.json:
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Dogecoin",
|
"name": "Dogecoin",
|
||||||
"symbol": "doge",
|
"symbol": "doge",
|
||||||
"algorithm": "scrypt",
|
"algorithm": "scrypt",
|
||||||
"reward": "POW",
|
"reward": "POW",
|
||||||
"address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS",
|
"address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS",
|
||||||
"stratumPort": 3334,
|
"stratumPort": 3334,
|
||||||
"difficulty": 8,
|
"difficulty": 8,
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"bin": "dogecoind",
|
"bin": "dogecoind",
|
||||||
"port": 8332,
|
"port": 8332,
|
||||||
"user": "test",
|
"user": "test",
|
||||||
"password": "test",
|
"password": "test",
|
||||||
"blocknotify": "blockNotify.js doge %s",
|
"blocknotify": "blockNotify.js doge %s",
|
||||||
"startIfOffline": true
|
"startIfOffline": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
|
||||||
```
|
```
|
||||||
|
|
||||||
* To start the poolserver run init.js
|
* To start the poolserver run init.js
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user