|
|
@ -5,10 +5,16 @@ function dopayout($data, $user) |
|
|
|
$pg = '<h1>Payouts</h1>'; |
|
|
|
$pg = '<h1>Payouts</h1>'; |
|
|
|
$pg .= '<table width=75% cellpadding=0 cellspacing=0 border=0>'; |
|
|
|
$pg .= '<table width=75% cellpadding=0 cellspacing=0 border=0>'; |
|
|
|
$pg .= '<tr><td class=dc>'; |
|
|
|
$pg .= '<tr><td class=dc>'; |
|
|
|
$pg .= 'We use PPLNS (pay per last N shares)<br>'; |
|
|
|
$pg .= 'We use PPLNS (pay per last N shares)<br><br>'; |
|
|
|
$pg .= 'Pool fee is 1.5%<br>'; |
|
|
|
|
|
|
|
$pg .= 'The N value used for PPLNS is the network difficulty'; |
|
|
|
$pg .= 'The N value used for PPLNS is the network difficulty'; |
|
|
|
$pg .= ' when a block is found.'; |
|
|
|
$pg .= ' when a block is found,<br>'; |
|
|
|
|
|
|
|
$pg .= 'but includes the full shift at the start and end of the range,<br>'; |
|
|
|
|
|
|
|
$pg .= 'so it usually will be a bit more than N.<br><br>'; |
|
|
|
|
|
|
|
$pg .= 'Shifts are ~30s long, however, when a block is found<br>'; |
|
|
|
|
|
|
|
$pg .= 'the current shift ends at the point the block was found.<br>'; |
|
|
|
|
|
|
|
$pg .= 'A ckpool restart will also start a new shift.<br><br>'; |
|
|
|
|
|
|
|
$pg .= 'Transaction fees are included in the miner payout.<br>'; |
|
|
|
|
|
|
|
$pg .= 'Pool fee is 0.9% of the total.<br>'; |
|
|
|
$pg .= '</td></tr></table>'; |
|
|
|
$pg .= '</td></tr></table>'; |
|
|
|
return $pg; |
|
|
|
return $pg; |
|
|
|
} |
|
|
|
} |
|
|
|