User Hashrates
{include file="statistics/pool/contributors_hashrate.tpl"}
User Shares
{include file="statistics/pool/contributors_shares.tpl"}
General Stats
| {($GLOBAL.hashrate / 1000)|number_format:"3"} Mhash/s |
| {if $GLOBAL.roundshares.valid > 0}{(100 - (100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid))|number_format:"2"}{else}0{/if} % |
| {$GLOBAL.workers} |
{if $GLOBAL.website.blockexplorer.url}
| {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{else}
| {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{/if}
| {if $GLOBAL.website.blockexplorer.url}{$LASTBLOCK|default:"0"}{else}{$LASTBLOCK|default:"0"}{/if} |
{if ! $GLOBAL.website.chaininfo.disabled}
| {$DIFFICULTY} |
{/if}
| {$ESTTIME|seconds_to_words} |
| {(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"} %) |
| {$TIMESINCELAST|seconds_to_words} |
Last Blocks
{include file="statistics/blocks/small_table.tpl" ALIGN="right" SHORT=true}