diff --git a/pool/page_payout.php b/pool/page_payout.php index cca9ee40..e45e70ca 100644 --- a/pool/page_payout.php +++ b/pool/page_payout.php @@ -5,10 +5,16 @@ function dopayout($data, $user) $pg = '
';
- $pg .= 'We use PPLNS (pay per last N shares) '; - $pg .= 'Pool fee is 1.5% '; + $pg .= 'We use PPLNS (pay per last N shares) '; $pg .= 'The N value used for PPLNS is the network difficulty'; - $pg .= ' when a block is found.'; + $pg .= ' when a block is found, '; + $pg .= 'but includes the full shift at the start and end of the range, '; + $pg .= 'so it usually will be a bit more than N. '; + $pg .= 'Shifts are ~30s long, however, when a block is found '; + $pg .= 'the current shift ends at the point the block was found. '; + $pg .= 'A ckpool restart will also start a new shift. '; + $pg .= 'Transaction fees are included in the miner payout. '; + $pg .= 'Pool fee is 0.9% of the total. '; $pg .= ' |