This commit is contained in:
Matthew Little 2014-01-10 18:21:56 -05:00
parent 856e495b2e
commit 289b157ad5

View File

@ -47,6 +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",
@ -66,6 +67,7 @@ Installation
} }
} }
``` ```
* To start the poolserver run init.js * To start the poolserver run init.js
`node init.js` `node init.js`