diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index 73325a5c..c8f31d6e 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -246,6 +246,11 @@ $config['fees'] = 0; * when difficulty changes and more blocks are available. This keeps the * target dynamic but still traceable. * + * If you use the fixed type it will use $config['pplns']['shares']['default'] + * for target calculations, if you use blockavg type it will use + * $config['pplns']['blockavg']['blockcount'] blocks average for target + * calculations. + * * default : Default target shares for PPLNS * type : Payout type used in PPLNS * blockcount : Amount of blocks to check for avg shares