Browse Source

php - more update payout

master
kanoi 10 years ago
parent
commit
8eac065f1f
  1. 8
      pool/page_payout.php

8
pool/page_payout.php

@ -6,6 +6,7 @@ function dopayout($data, $user)
$ot = '<span class=nn>1/5</span>'; $ot = '<span class=nn>1/5</span>';
$n = '<span class=nn>5Nd</span>'; $n = '<span class=nn>5Nd</span>';
$n1 = '<span class=nn>N</span>'; $n1 = '<span class=nn>N</span>';
$n1d = '<span class=nn>Nd</span>';
$bc = '+101 Confirms'; $bc = '+101 Confirms';
$bm = 'Matured'; $bm = 'Matured';
$nd = 0; $nd = 0;
@ -13,6 +14,7 @@ function dopayout($data, $user)
$nd = $data['info']['currndiff']; $nd = $data['info']['currndiff'];
$nv = number_format($nd, 1); $nv = number_format($nd, 1);
$nv5 = number_format(5.0*$nd, 1); $nv5 = number_format(5.0*$nd, 1);
$pg = "<h1>Payouts</h1> $pg = "<h1>Payouts</h1>
<table width=75% cellpadding=0 cellspacing=0 border=0><tr><td> <table width=75% cellpadding=0 cellspacing=0 border=0><tr><td>
@ -40,10 +42,10 @@ at the point the block was found.<br>
A ckpool restart will also end the current shift and start a new one.<br><br> A ckpool restart will also end the current shift and start a new one.<br><br>
<span class=hdr>So, what's the $n value?</span><br><br> <span class=hdr>So, what's the $n value?</span><br><br>
The current Bitcoin network value for $n1 is <b>$nv</b> and thus $n is <b>$nv5</b><br> The current Bitcoin network value for $n1d is $nv and thus $n is <b>$nv5</b><br>
Bitcoin adjusts the $n1 value every 2016 blocks, which is about every 2 weeks.<br><br> Bitcoin adjusts the $n1d value every 2016 blocks, which is about every 2 weeks.<br><br>
When a block is found, the reward process counts back shifts until the total share difficulty included is $n.<br> When a block is found, the reward process counts back shifts until the total share difficulty included is $n.<br>
Since shares are summaried into shifts, it will include the full shift at the end of the range counting backwards,<br> Since shares are summarised into shifts, it will include the full shift at the end of the range counting backwards,<br>
so it usually will be a bit more than $n.<br><br> so it usually will be a bit more than $n.<br><br>
<span class=hdr>When are payments sent out?</span><br><br> <span class=hdr>When are payments sent out?</span><br><br>

Loading…
Cancel
Save