Added txfee_manual and txfee_auto to config file
Added txfee_manual and txfee_auto to config file so you can set two different transaction fees for manual and auto payouts
This commit is contained in:
parent
adf2d4782b
commit
501e127747
@ -231,11 +231,15 @@ $config['coindiffchangetarget'] = 2016;
|
|||||||
* a default value here which is applied to both manual and auto payouts.
|
* a default value here which is applied to both manual and auto payouts.
|
||||||
* If this is not set, no fee is applied in the transactions history but
|
* If this is not set, no fee is applied in the transactions history but
|
||||||
* the user might still see them when the coins arrive.
|
* the user might still see them when the coins arrive.
|
||||||
|
* You can set two different transaction fees for manual and auto payouts.
|
||||||
*
|
*
|
||||||
* Default:
|
* Default:
|
||||||
* txfee = 0.1
|
* txfee_auto = 0.1
|
||||||
|
* txfee_manual = 0.1
|
||||||
|
*
|
||||||
**/
|
**/
|
||||||
$config['txfee'] = 0.1;
|
$config['txfee_auto'] = 0.1;
|
||||||
|
$config['txfee_manual'] = 0.1;
|
||||||
|
|
||||||
// Payout a block bonus to block finders, default: 0 (disabled)
|
// Payout a block bonus to block finders, default: 0 (disabled)
|
||||||
// This bonus is paid by the pool operator, it is not deducted from the block payout!
|
// This bonus is paid by the pool operator, it is not deducted from the block payout!
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user