Update README.md

This commit is contained in:
Matthew Little 2014-03-07 00:56:19 -07:00
parent 9d0b5ebac9
commit 7bdd945b9c

View File

@ -95,12 +95,14 @@ Description of options:
"coin": "litecoin", //This MUST be a reference to the 'name' field in your coin's config file "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 /* This determines what to do with submitted shares (and stratum worker authentication).
and disable mpos which will allow this portal to handle all share payments.2) Enable mpos You have two options:
and disabled internal which wil allow MPOS to handle all share payments. */ 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": { "shareProcessing": {
"internal": { //Enabled this options for share payments to be processed and sent locally "internal": {
"enabled": true, "enabled": true,
/* When workers connect, to receive payments, their address must be used as the worker /* When workers connect, to receive payments, their address must be used as the worker