Updated
This commit is contained in:
parent
c09ecccff3
commit
856e495b2e
@ -47,7 +47,7 @@ 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"
|
* 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
|
Example configuration for dogecoin.json
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"name": "Dogecoin",
|
"name": "Dogecoin",
|
||||||
"symbol": "doge",
|
"symbol": "doge",
|
||||||
@ -65,7 +65,7 @@ Installation
|
|||||||
"startIfOffline": true
|
"startIfOffline": true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
* To start the poolserver run init.js
|
* To start the poolserver run init.js
|
||||||
`node init.js`
|
`node init.js`
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user