Clarified that payment processing is completed and working in readme
This commit is contained in:
parent
5624ddcd74
commit
8ca0253eb6
@ -204,16 +204,16 @@ 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,
|
||||||
|
|
||||||
/* Name of the account to use when moving coin profit within daemon wallet. */
|
/* Name of the daemon account to use when moving coin profit within daemon wallet. */
|
||||||
"feeCollectAccount": "feesCollected",
|
"feeCollectAccount": "feesCollected",
|
||||||
|
|
||||||
/* Your address that receives pool revenue from fees. */
|
/* Your address that receives pool revenue from fees. */
|
||||||
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
|
"feeReceiveAddress": "LZz44iyF4zLCXJTU8RxztyyJZBntdS6fvv",
|
||||||
|
|
||||||
/* (Not implemented yet) How many coins from fee revenue must accumulate on top of the
|
/* 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
|
||||||
this threshold, the less of your profit goes to transactions fees. */
|
this threshold, the less of your profit goes to transactions fees. */
|
||||||
//"feeWithdrawalThreshold": 5,
|
"feeWithdrawalThreshold": 5,
|
||||||
|
|
||||||
/* This daemon is used to send out payments. It MUST be for the daemon that owns the
|
/* 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
|
configured 'address' that receives the block rewards, otherwise the daemon will not
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user