This commit is contained in:
Matthew Little 2014-01-10 18:23:21 -05:00
parent d7bac30c18
commit f77b606418

View File

@ -49,7 +49,7 @@ 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",
@ -65,7 +65,7 @@ Installation
"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