diff --git a/pool/page_payout.php b/pool/page_payout.php index edc1a82a..e2ae2e6e 100644 --- a/pool/page_payout.php +++ b/pool/page_payout.php @@ -6,6 +6,7 @@ function dopayout($data, $user) $ot = '1/5'; $n = '5Nd'; $n1 = 'N'; + $n1d = 'Nd'; $bc = '+101 Confirms'; $bm = 'Matured'; $nd = 0; @@ -13,6 +14,7 @@ function dopayout($data, $user) $nd = $data['info']['currndiff']; $nv = number_format($nd, 1); $nv5 = number_format(5.0*$nd, 1); + $pg = "

Payouts

@@ -40,10 +42,10 @@ at the point the block was found.
A ckpool restart will also end the current shift and start a new one.

So, what's the $n value?

-The current Bitcoin network value for $n1 is $nv and thus $n is $nv5
-Bitcoin adjusts the $n1 value every 2016 blocks, which is about every 2 weeks.

+The current Bitcoin network value for $n1d is $nv and thus $n is $nv5
+Bitcoin adjusts the $n1d value every 2016 blocks, which is about every 2 weeks.

When a block is found, the reward process counts back shifts until the total share difficulty included is $n.
-Since shares are summaried into shifts, it will include the full shift at the end of the range counting backwards,
+Since shares are summarised into shifts, it will include the full shift at the end of the range counting backwards,
so it usually will be a bit more than $n.

When are payments sent out?