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