diff --git a/public/templates/mmcFE/statistics/blocks/default.tpl b/public/templates/mmcFE/statistics/blocks/default.tpl
index cde7dcb3..3d7afdde 100644
--- a/public/templates/mmcFE/statistics/blocks/default.tpl
+++ b/public/templates/mmcFE/statistics/blocks/default.tpl
@@ -42,6 +42,7 @@ target and network difficulty and assuming a zero variance scenario.
Difficulty |
Expected Shares |
Actual Shares |
+ Percentage |
@@ -60,6 +61,7 @@ target and network difficulty and assuming a zero variance scenario.
{$BLOCKSFOUND[block].difficulty|number_format:"2"} |
{(pow(2,32 - $GLOBAL.config.targetdiff) * $BLOCKSFOUND[block].difficulty)|number_format} |
{$BLOCKSFOUND[block].shares|number_format} |
+ {($BLOCKSFOUND[block].shares / (pow(2,32 - $GLOBAL.config.targetdiff) * $BLOCKSFOUND[block].difficulty) * 100)|number_format:"2"} |
{/section}