Updated the pool config disable option in readme

This commit is contained in:
Matt 2014-03-31 17:57:56 -06:00
parent f9627eba45
commit 2ab598cd9b

View File

@ -167,7 +167,7 @@ Description of options:
````javascript ````javascript
{ {
"disabled": false, //Set this to true and a pool will not be created from this config file "enabled": true, //Set this to false and a pool will not be created from this config file
"coin": "litecoin.json", //Reference to coin config file in 'coins' directory "coin": "litecoin.json", //Reference to coin config file in 'coins' directory
@ -204,8 +204,11 @@ Description of options:
/* (2% default) What percent fee your pool takes from the block reward. */ /* (2% default) What percent fee your pool takes from the block reward. */
"feePercent": 0.02, "feePercent": 0.02,
/* (Not implemented yet) Your address that receives pool revenue from fees */ /* Name of the account to use when moving coin profit within daemon wallet. */
//"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv", "feeCollectAccount": "feesCollected",
/* Your address that receives pool revenue from fees. */
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
/* (Not implemented yet) How many coins from fee revenue must accumulate on top of the /* (Not implemented yet) How many coins from fee revenue must accumulate on top of the
minimum reserve amount in order to trigger withdrawal to fee address. The higher minimum reserve amount in order to trigger withdrawal to fee address. The higher