diff --git a/public/templates/mmcFE/statistics/pool/authenticated.tpl b/public/templates/mmcFE/statistics/pool/authenticated.tpl index 5c67bbcd..822609e8 100644 --- a/public/templates/mmcFE/statistics/pool/authenticated.tpl +++ b/public/templates/mmcFE/statistics/pool/authenticated.tpl @@ -12,7 +12,11 @@ {($GLOBAL.hashrate / 1000)|number_format:"3"} Mhash/s - Current Workers Mining + Pool Efficiency + {100 - (100 / $GLOBAL.roundshares.valid * $GLOBAL.roundshares.invalid)|number_format:"2"} % + + + Current Active Workers {$GLOBAL.workers} @@ -32,8 +36,8 @@ {$ESTTIME|seconds_to_words} - Est. Avg. Shares per Round - {(pow(2, 32 - $GLOBAL.config.targetdiff) * $DIFFICULTY)|number_format:"0"} + 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