Payouts'; $pg .= ''; $pg .= '
'; $pg .= 'We use PPLNS (pay per last N shares)

'; $pg .= 'The N value used for PPLNS is 5 times the network difficulty'; $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 5N.

'; $pg .= 'Shifts are ~50min long, however, when we find any pool blocks
'; $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 .= '
'; return $pg; } # function show_payout($info, $page, $menu, $name, $user) { gopage($info, NULL, 'dopayout', $page, $menu, $name, $user); } # ?>