{include file="global/block_header.tpl" BLOCK_HEADER="Pool Statistics" BLOCK_STYLE="clear:none;"} {include file="global/block_header.tpl" BLOCK_HEADER="Top 15 Hashrates" ALIGN="left" BUTTONS=array(More,Less)}
| Rank | User Name | KH/s | Ł/Day (est) |
|---|---|---|---|
| {$rank++} | {$TOPHASHRATES[hashrate].username} | {$TOPHASHRATES[hashrate].hashrate|number_format} | {math equation="round(( 24 / (((diff * pow(2,targetdiff)) / (hashrate * 1000)) / 3600) * reward ),3)" diff=$DIFFICULTY targetdiff=$TARGETDIFF hashrate=$TOPHASHRATES[hashrate].hashrate reward=$REWARD} |
| Rank | User Name | Shares |
|---|---|---|
| {$rank++} | {$CONTRIBUTORS[contributor].username} | {$CONTRIBUTORS[contributor].shares|number_format} |
| Pool Hash Rate | {$GLOBAL.hashrate / 1000} Mhash/s |
| Current Workers Mining | {$GLOBAL.workers} |
| Next Network Block | {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
| Last Block Found | {$LASTBLOCK} |
| Current Difficulty | {$DIFFICULTY} |
| Est. Avg. Time per Round | {$ESTTIME|seconds_to_words} |
| Time Since Last Block | {$TIMESINCELAST|seconds_to_words} |