From 747f587fbbb76bfaa1975d596d5895e964535c7e Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 10 Jan 2014 18:20:03 -0500 Subject: [PATCH] Updated --- README.md | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 0d8f5dc..b2f0e64 100644 --- a/README.md +++ b/README.md @@ -48,23 +48,23 @@ 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 - { - "name": "Dogecoin", - "symbol": "doge", - "algorithm": "scrypt", - "reward": "POW", - "address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS", - "stratumPort": 3333, - "difficulty": 8, - "daemon": { - "bin": "dogecoind", - "port": 8332, - "user": "test", - "password": "test", - "blocknotify": "blockNotify.js doge %s", - "startIfOffline": true - } + { + "name": "Dogecoin", + "symbol": "doge", + "algorithm": "scrypt", + "reward": "POW", + "address": "DDt79i6P3Wro3SD3HSnkRLpMgUGUGdiNhS", + "stratumPort": 3333, + "difficulty": 8, + "daemon": { + "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`