From 9376e79a38a24bda9e1093f41deb51d74f8f2c60 Mon Sep 17 00:00:00 2001 From: Matt Date: Sun, 2 Mar 2014 14:55:08 -0700 Subject: [PATCH] Updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f18805e..bdefdc7 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Description of options: /* This determines what to do with submitted shares. You have two options: 1) Enable mpos and disabled internal which wil allow MPOS to handle all share payments. 2) Disable mpos - and enabled internal which will allow this portal to handle all share payments. + and enabled internal which will allow this portal to handle all share payments. */ "shareProcessing": { "mpos": { //enabled this and shares will be inserted into share table in a MySql database "enabled": false, @@ -108,6 +108,10 @@ Description of options: } } }, + + //All options below this are passed directly to the stratum module: + https://github.com/zone117x/node-stratum - which has some additional documentation. + "pool": { //instanceId: 37, //Recommend not using this because a crypto-random one will be generated "address": "mi4iBXbBsydtcc5yFmsff2zCFVX4XG7qJc", //address to where block rewards are given