From c09ecccff326da0eddb8ff7f26896526b45e4472 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 10 Jan 2014 18:21:11 -0500 Subject: [PATCH] Updated --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b2f0e64..a4b6a82 100644 --- a/README.md +++ b/README.md @@ -47,24 +47,24 @@ 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", - "port": 8332, - "user": "test", - "password": "test", - "blocknotify": "blockNotify.js doge %s", - "startIfOffline": true + "bin": "dogecoind", + "port": 8332, + "user": "test", + "password": "test", + "blocknotify": "blockNotify.js doge %s", + "startIfOffline": true } - } +} ``` * To start the poolserver run init.js `node init.js`