From 7bdd945b9cb4fefc3da3863064910e0aae553e66 Mon Sep 17 00:00:00 2001 From: Matthew Little Date: Fri, 7 Mar 2014 00:56:19 -0700 Subject: [PATCH] Update README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0b7c5fe..49c7740 100644 --- a/README.md +++ b/README.md @@ -95,12 +95,14 @@ Description of options: "coin": "litecoin", //This MUST be a reference to the 'name' field in your coin's config file - /* This determines what to do with submitted shares. You have two options: 1) Enable internal - and disable mpos which will allow this portal to handle all share payments.2) Enable mpos - and disabled internal which wil allow MPOS to handle all share payments. */ + /* This determines what to do with submitted shares (and stratum worker authentication). + You have two options: + 1) Enable internal and disable mpos = this portal to handle all share payments. + 2) Enable mpos and disable internal = shares will be inserted into MySQL database + for MPOS to process. */ "shareProcessing": { - "internal": { //Enabled this options for share payments to be processed and sent locally + "internal": { "enabled": true, /* When workers connect, to receive payments, their address must be used as the worker