From f0c48711dab4b76ea085f8cb937c5f42bb5a27c7 Mon Sep 17 00:00:00 2001 From: Matt Date: Thu, 6 Mar 2014 15:04:39 -0700 Subject: [PATCH] Added more config for internal payment processing --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aeaf949..2d60b42 100644 --- a/README.md +++ b/README.md @@ -102,9 +102,12 @@ Description of options: "feePercent": 0.02, //(2% default) What percent fee your pool takes from the block reward /* Your address that receives pool revenue from fees */ "feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv", - /* How many coins from fee revenue must accumulate before withdrawing to fee address. - The higher this threshold, the less of your profit goes to transactions fees. */ - "feeWithdrawalThreshold": 0.5, + /* Minimum number of coins to keep in pool wallet */ + "minimumReserve": 10, + /* 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 this threshold, the less of + your profit goes to transactions fees. */ + "feeWithdrawalThreshold": 5, /* This daemon is used to send out payments. It MUST be for the daemon that owns the configured 'address' that receives the block rewards, otherwise the daemon will not be able to confirm blocks or send out payments. */