{include file="global/block_header.tpl" BLOCK_HEADER="Pool Statistics" BLOCK_STYLE="clear:none;"} {include file="statistics/pool/contributors_shares.tpl"} {include file="statistics/pool/contributors_hashrate.tpl"} {include file="global/block_header.tpl" ALIGN="left" BLOCK_HEADER="Server Stats" BLOCK_STYLE="clear:both;" STYLE="padding-left:5px;padding-right:5px;"}
| Pool Hash Rate | {$GLOBAL.hashrate|number_format:"3"} {$GLOBAL.hashunits.pool} | |
| Pool Efficiency | {if $GLOBAL.roundshares.valid > 0}{($GLOBAL.roundshares.valid / ($GLOBAL.roundshares.valid + $GLOBAL.roundshares.invalid) * 100)|number_format:"2"}%{else}0%{/if} | |
| Current Active Workers | {$GLOBAL.workers} | |
| Next Network Block | {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) | |
| Next Network Block | {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) | |
| Last Block Found | {if !$GLOBAL.website.blockexplorer.disabled}{$LASTBLOCK|default:"0"}{else}{$LASTBLOCK|default:"0"}{/if} | |
| Current Difficulty | {if ! $GLOBAL.website.chaininfo.disabled}{$DIFFICULTY} | {else}{$DIFFICULTY} | {/if}
| Est. Avg. Time per Round | {$ESTTIME|seconds_to_words} | |
| Est. Shares this Round | {assign var=estshares value=(65536 * $DIFFICULTY) / pow(2, ($GLOBAL.config.targetdiff - 16))}{$estshares|number_format:"0"} (done: {(100 / $estshares * $GLOBAL.roundshares.valid)|number_format:"2"} %) | |
| All Blocks - Found / Valid / Orphan | {$FOUNDALLVALID + $FOUNDALLORPHAN} / {$FOUNDALLVALID} / {$FOUNDALLORPHAN} | |
|---|---|---|
| Blocks last hour - Found / Valid / Orphan | {$FOUNDLASTHOURVALID + $FOUNDLASTHOURORPHAN} / {$FOUNDLASTHOURVALID} / {$FOUNDLASTHOURORPHAN} | |
| Blocks last 24 hours - Found / Valid / Orphan | {$FOUNDLAST24HOURSVALID + $FOUNDLAST24HOURSORPHAN} / {$FOUNDLAST24HOURSVALID} / {$FOUNDLAST24HOURSORPHAN} | |
| Blocks last 7 days - Found / Valid / Orphan | {$FOUNDLAST7DAYSVALID + $FOUNDLAST7DAYSORPHAN} / {$FOUNDLAST7DAYSVALID} / {$FOUNDLAST7DAYSORPHAN} | |
| Blocks last 4 weeks - Found / Valid / Orphan | {$FOUNDLAST4WEEKSVALID + $FOUNDLAST4WEEKSORPHAN} / {$FOUNDLAST4WEEKSVALID} / {$FOUNDLAST4WEEKSORPHAN} | |
| Time Since Last Block | {$TIMESINCELAST|seconds_to_words} |