From 6ae7b58bb042a38cfa58f079ee26cfa390eb2c23 Mon Sep 17 00:00:00 2001 From: kanoi Date: Fri, 12 Dec 2014 15:31:02 +1100 Subject: [PATCH] php - update payout description to match kano pool --- pool/page_payout.php | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) 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 = '

Payouts

'; $pg .= ''; $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 .= '
'; return $pg; }