From e397757ec8bc39820096da81d5198c2c5c1c3239 Mon Sep 17 00:00:00 2001 From: kanoi Date: Sat, 17 Jan 2015 21:09:58 +1100 Subject: [PATCH] php - update the payout details to match the new shift code --- pool/page_payout.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool/page_payout.php b/pool/page_payout.php index 5949edf3..2363c1a3 100644 --- a/pool/page_payout.php +++ b/pool/page_payout.php @@ -10,7 +10,7 @@ function dopayout($data, $user) $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 ~30s long, however, when any network block is found
'; + $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.
';