$N"; $ot = "1/$N"; $n = "${N}Nd"; $n1 = 'N'; $n1d = 'Nd'; $bc = '+101 Confirms'; $bm = 'Matured'; $nd = 0; if (isset($data['info']['currndiff'])) $nd = $data['info']['currndiff']; $nv = number_format($nd, 1); $nvx = number_format($N*$nd, 1); $pg = "

Payouts

What payout method does the pool use?

We use PPL${n1}S (Pay Per Last $n1 Shares)

PPL${n1}S means that when a block is found, the block reward is shared among the last $n1 shares that miners sent to the pool, up to when the block was found.
The $n1 value the pool uses is $t times the network difficulty when the block is found - '$n'.

How much of each block does the pool reward?

Transaction fees are included in the miner reward.
Pool fee is 0.9% of the total.

How do the payments work?

The $n means the pool rewards $t times the expected number of shares, each time a block is found.
So each share will be paid appoximately $ot of it's expected value, in each block it gets a reward,
but each share is also expected, on average, to be rewarded $t times in blocks found after the share is submitted to the pool.
i.e. if pool luck was always 100% then each share is expected to be rewarded $t times.

If pool luck is better than 100%, then the average share reward will be better than $t times.
If pool luck is lower than 100%, then the average share reward will be less than $t times.

What's a shift?

When your miner sends shares to the pool, the shares are not stored individually, but rather summarised into shifts.
Shifts are ~50min or less in length.
Aproximately every 30s, the pool generates new work and sends that to all the miners.
The pool also sends new work every time a block is found on the Bitcoin network.
A shift summarises all the shares submitted to the pool for 100 work changes.
However, when we find pool blocks, the current shift ends at the work in which the block was found
and a new shift starts.
A ckpool restart will also end the current shift and start a new shift.
Also, a network difficulty change will end the current shift and start a new shift.
The network difficulty changes every 2016 block or about every 2 weeks.
So, what's the $n value?

The current Bitcoin network value for $n1d is $nv and thus $n is $nvx
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 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?

The block 'Status' must first reach '$bc' on the Blocks page, and then is flagged as '$bm', before the reward is distributed.
The block reward is sent out manually soon after that.

"; return $pg; } # function show_payout($info, $page, $menu, $name, $user) { gopage($info, NULL, 'dopayout', $page, $menu, $name, $user); } # ?>