{if ! $GLOBAL.website.blockexplorer.disabled} {else} {/if} {if ! $GLOBAL.website.chaininfo.disabled} {/if}
Pool Hash Rate {($GLOBAL.hashrate)|number_format:"3"} {$GLOBAL.hashunits.pool}
Pool Efficiency {if $GLOBAL.roundshares.valid > 0}{(100 - (100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid))|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.url}{$LASTBLOCK|default:"0"}{else}{$LASTBLOCK|default:"0"}{/if}
Current Difficulty {$DIFFICULTY}
Est. Avg. Time per Round {$ESTTIME|seconds_to_words}
Est. Shares this Round {((65536 * $DIFFICULTY) / pow(2, ($GLOBAL.config.targetdiff - 16)))|number_format:"0"} (done: {(100 / ((65536 * $DIFFICULTY) / pow(2, ($GLOBAL.config.targetdiff - 16))) * $GLOBAL.roundshares.valid)|number_format:"2"} %)
Time Since Last Block {$TIMESINCELAST|seconds_to_words}
Found Valid Orphan
All {$FOUNDALLVALID + $FOUNDALLORPHAN}{$FOUNDALLVALID}{$FOUNDALLORPHAN}
1 hour {$FOUNDLASTHOURVALID + $FOUNDLASTHOURORPHAN}{$FOUNDLASTHOURVALID}{$FOUNDLASTHOURORPHAN}
24 hours {$FOUNDLAST24HOURSVALID + $FOUNDLAST24HOURSORPHAN}{$FOUNDLAST24HOURSVALID}{$FOUNDLAST24HOURSORPHAN}
7 days {$FOUNDLAST7DAYSVALID + $FOUNDLAST7DAYSORPHAN}{$FOUNDLAST7DAYSVALID}{$FOUNDLAST7DAYSORPHAN}
4 weeks {$FOUNDLAST4WEEKSVALID + $FOUNDLAST4WEEKSORPHAN}{$FOUNDLAST4WEEKSVALID}{$FOUNDLAST4WEEKSORPHAN}