diff --git a/public/include/config/global.inc.dist.php b/public/include/config/global.inc.dist.php index b98dafc8..b6814772 100644 --- a/public/include/config/global.inc.dist.php +++ b/public/include/config/global.inc.dist.php @@ -164,7 +164,7 @@ $config['currency'] = 'LTC'; * Bitcoin: 10 minutes = 600 seconds * **/ -$config['cointarget'] = '12'; +$config['cointarget'] = '150'; /** * Default transaction fee to apply to user transactions diff --git a/public/templates/mmcFE/statistics/pool/default.tpl b/public/templates/mmcFE/statistics/pool/default.tpl index 0f8bc582..6f5aeb23 100644 --- a/public/templates/mmcFE/statistics/pool/default.tpl +++ b/public/templates/mmcFE/statistics/pool/default.tpl @@ -51,50 +51,7 @@ {assign var=estshares value=(pow(2, (32 - $GLOBAL.config.target_bits)) * $DIFFICULTY) / pow(2, ($GLOBAL.config.targetdiff - 16))} {$estshares|number_format:"0"} (done: {(100 / $estshares * $GLOBAL.roundshares.valid)|number_format:"2"} %) - - - - Est. Blocks - Blocks found - Luck - - - since 1st Block - {($FIRSTBLOCKFOUND / $ESTTIME)|number_format:"2"} - {$LASTBLOCKSBYTIME.Total} - {IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / ($FIRSTBLOCKFOUND / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / ($FIRSTBLOCKFOUND / 0.00) * 100)|number_format:"2"} %{/if} - - - last hour - {(3600 / $ESTTIME)|number_format:"2"} - {$LASTBLOCKSBYTIME.1HourTotal} - {IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.1HourTotal / (3600 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.1HourTotal / (3600 / 0.00) * 100)|number_format:"2"} %{/if} - - - last day - {(86400 / $ESTTIME)|number_format:"2"} - {$LASTBLOCKSBYTIME.24HourTotal} - {IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (86400 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / (86400 / 0.00) * 100)|number_format:"2"} %{/if} - - - last week - {(604800 / $ESTTIME)|number_format:"2"} - {$LASTBLOCKSBYTIME.7DaysTotal} - {IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (604800 / $ESTTIME) * 100)|number_format:"2"} %{else} {($LASTBLOCKSBYTIME.Total / (604800 / 0.00) * 100)|number_format:"2"} %{/if} - - - last month - {(419200 / $ESTTIME)|number_format:"2"} - {$LASTBLOCKSBYTIME.4WeeksTotal} - {IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (2419200 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / (2419200 / 0.00) * 100)|number_format:"2"} %{/if} - - - last year - {(29030400 / $ESTTIME)|number_format:"2"} - {$LASTBLOCKSBYTIME.12MonthTotal} - {IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (29030400 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / (29030400 / 0.00) * 100)|number_format:"2"} %{/if} - - + {if !$GLOBAL.website.api.disabled}
  • These stats are also available in JSON format HERE
  • {/if} {include file="global/block_footer.tpl"} diff --git a/public/templates/mpos/statistics/blocks/block_overview_time.tpl b/public/templates/mpos/statistics/blocks/block_overview_time.tpl index bb8af5da..da8ad42d 100644 --- a/public/templates/mpos/statistics/blocks/block_overview_time.tpl +++ b/public/templates/mpos/statistics/blocks/block_overview_time.tpl @@ -14,7 +14,7 @@ All Time - {($FIRSTBLOCKFOUND / $COINGENTIME)} + {($FIRSTBLOCKFOUND / $COINGENTIME)|number_format:"0"} {$LASTBLOCKSBYTIME.Total} {$LASTBLOCKSBYTIME.TotalValid} {$LASTBLOCKSBYTIME.TotalOrphan} diff --git a/public/templates/mpos/statistics/pool/general_stats.tpl b/public/templates/mpos/statistics/pool/general_stats.tpl index e9faa13a..0cad6b31 100644 --- a/public/templates/mpos/statistics/pool/general_stats.tpl +++ b/public/templates/mpos/statistics/pool/general_stats.tpl @@ -53,55 +53,6 @@ - -

    Pool Luck

    -
    - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    Est. BlocksBlocks foundLuck
    since 1st Block - {($FIRSTBLOCKFOUND / $ESTTIME)|number_format:"2"}{$LASTBLOCKSBYTIME.Total}{IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / ($FIRSTBLOCKFOUND / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / ($FIRSTBLOCKFOUND / 0.00) * 100)|number_format:"2"} %{/if}
    last hour - {(3600 / $ESTTIME)|number_format:"2"}{$LASTBLOCKSBYTIME.1HourTotal}{IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.1HourTotal / (3600 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.1HourTotal / (3600 / 0.00) * 100)|number_format:"2"} %{/if}
    last day - {(86400 / $ESTTIME)|number_format:"2"}{$LASTBLOCKSBYTIME.24HourTotal}{IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (86400 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / (86400 / 0.00) * 100)|number_format:"2"} %{/if}
    last week - {(604800 / $ESTTIME)|number_format:"2"}{$LASTBLOCKSBYTIME.7DaysTotal}{IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (604800 / $ESTTIME) * 100)|number_format:"2"} %{else} {($LASTBLOCKSBYTIME.Total / (604800 / 0.00) * 100)|number_format:"2"} %{/if}
    last month - {(419200 / $ESTTIME)|number_format:"2"}{$LASTBLOCKSBYTIME.4WeeksTotal}{IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (2419200 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / (2419200 / 0.00) * 100)|number_format:"2"} %{/if}
    last year - {(29030400 / $ESTTIME)|number_format:"2"}{$LASTBLOCKSBYTIME.12MonthTotal}{IF $ESTTIME > 0}{($LASTBLOCKSBYTIME.Total / (29030400 / $ESTTIME) * 100)|number_format:"2"} %{else}{($LASTBLOCKSBYTIME.Total / (29030400 / 0.00) * 100)|number_format:"2"} %{/if}