+
+ | Pool Hash Rate |
+ {($GLOBAL.hashrate / 1000)|number_format:"3"} Mhash/s |
+
+
+ | 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} |
+
+ {if $GLOBAL.website.blockexplorer.url}
+
+ | Next Network Block
+ | {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
+
+ {else}
+
+ | Next Network Block
+ | {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
+
+ {/if}
+
+ | Last Block Found
+ | {if $GLOBAL.website.blockexplorer.url}{$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
+ | {(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} |
+
+
+