| 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} |
| Current Difficulty
{if ! $GLOBAL.website.chaininfo.disabled}
| {$NETWORK.difficulty} |
{else}
{$NETWORK.difficulty} |
{/if}
| Est. Next Difficulty
{if ! $GLOBAL.website.chaininfo.disabled}
| {$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks) |
{else}
{$NETWORK.EstNextDifficulty} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks) |
{/if}
| Est. Avg. Time per Round (Network)
| {$NETWORK.EstTimePerBlock|seconds_to_words} |
| Est. Avg. Time per Round (Pool)
| {$ESTTIME|seconds_to_words} |
| Est. Shares this Round
| {$ESTIMATES.shares} (done: {$ESTIMATES.percent}%) |
{if ! $GLOBAL.website.blockexplorer.disabled}
| Next Network Block
| {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{else}
| Next Network Block
| {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{/if}
| Last Block Found
| {$LASTBLOCK|default:"0"} |
| Time Since Last Block
| {$TIMESINCELAST|seconds_to_words} |