{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:all;" STYLE="padding-left:5px;padding-right:5px;"}
| Pool Hash Rate | {($GLOBAL.hashrate / 1000)|number_format:"3"} Mhash/s |
| Pool Efficiency | {(100 - (100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid))|number_format:"2"} % |
| Current Active Workers | {$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} |
| Est. Shares this Round | {(pow(2, 32 - $GLOBAL.config.targetdiff) * $DIFFICULTY)|number_format:"0"} (done: {(100 / (pow(2, 32 - $GLOBAL.config.targetdiff) * $DIFFICULTY) * $GLOBAL.roundshares.valid)|number_format:"2"} %) |
| Time Since Last Block | {$TIMESINCELAST|seconds_to_words} |