diff --git a/public/templates/mobile/statistics/pool/general_stats.tpl b/public/templates/mobile/statistics/pool/general_stats.tpl
index 9498d9f3..d62be732 100644
--- a/public/templates/mobile/statistics/pool/general_stats.tpl
+++ b/public/templates/mobile/statistics/pool/general_stats.tpl
@@ -2,68 +2,74 @@
- | {($GLOBAL.hashrate)|number_format:"3"} {$GLOBAL.hashunits.pool} |
+ {($GLOBAL.hashrate)|number_format:"3"} {$GLOBAL.hashunits.pool} |
- | {if $GLOBAL.roundshares.valid > 0}{(100 - (100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid))|number_format:"2"}{else}0{/if} % |
+ {if $GLOBAL.roundshares.valid > 0}{(100 - (100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid))|number_format:"2"}{else}0{/if} % |
- | {$GLOBAL.workers} |
+ {$GLOBAL.workers} |
{if ! $GLOBAL.website.blockexplorer.disabled}
- | {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
+ {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{else}
- | {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
+ {$CURRENTBLOCK + 1} (Current: {$CURRENTBLOCK}) |
{/if}
- | {if $GLOBAL.website.blockexplorer.url}{$LASTBLOCK|default:"0"}{else}{$LASTBLOCK|default:"0"}{/if} |
+ {if $GLOBAL.website.blockexplorer.url}{$LASTBLOCK|default:"0"}{else}{$LASTBLOCK|default:"0"}{/if} |
{if ! $GLOBAL.website.chaininfo.disabled}
- | {$DIFFICULTY} |
+ {$DIFFICULTY} |
{/if}
- | {$ESTTIME|seconds_to_words} |
+ {$ESTTIME|seconds_to_words} |
- | {((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"} %) |
-
-
- | All Blocks - Found / Valid / Orphan
- | {$FOUNDALLVALID + $FOUNDALLORPHAN} / {$FOUNDALLVALID} / {$FOUNDALLORPHAN} |
-
-
- | Blocks last hour - Found / Valid / Orphan
- | {$FOUNDLASTHOURVALID + $FOUNDLASTHOURORPHAN} / {$FOUNDLASTHOURVALID} / {$FOUNDLASTHOURORPHAN} |
-
-
- | Blocks last 24 hours - Found / Valid / Orphan
- | {$FOUNDLAST24HOURSVALID + $FOUNDLAST24HOURSORPHAN} / {$FOUNDLAST24HOURSVALID} / {$FOUNDLAST24HOURSORPHAN} |
-
-
- | Blocks last 7 days - Found / Valid / Orphan
- | {$FOUNDLAST7DAYSVALID + $FOUNDLAST7DAYSORPHAN} / {$FOUNDLAST7DAYSVALID} / {$FOUNDLAST7DAYSORPHAN} |
-
-
- | Blocks last 4 weeks - Found / Valid / Orphan
- | {$FOUNDLAST4WEEKSVALID + $FOUNDLAST4WEEKSORPHAN} / {$FOUNDLAST4WEEKSVALID} / {$FOUNDLAST4WEEKSORPHAN} |
+ {((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"} %) |
- | {$TIMESINCELAST|seconds_to_words} |
+ {$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} |