Updated
This commit is contained in:
parent
747f587fbb
commit
c09ecccff3
@ -47,14 +47,14 @@ 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
|
||||
```javascript
|
||||
{
|
||||
```json
|
||||
{
|
||||
"name": "Dogecoin",
|
||||
"symbol": "doge",
|
||||
"algorithm": "scrypt",
|
||||
"reward": "POW",
|
||||
"address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS",
|
||||
"stratumPort": 3333,
|
||||
"stratumPort": 3334,
|
||||
"difficulty": 8,
|
||||
"daemon": {
|
||||
"bin": "dogecoind",
|
||||
@ -64,7 +64,7 @@ Installation
|
||||
"blocknotify": "blockNotify.js doge %s",
|
||||
"startIfOffline": true
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
* To start the poolserver run init.js
|
||||
`node init.js`
|
||||
|
||||
Loading…
Reference in New Issue
Block a user