[UPDATE] Add Difficulty/est Difficulty and Time per Block
This commit is contained in:
parent
ac8223c882
commit
5e076552e4
@ -50,6 +50,25 @@
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
<div class="panel-footer">
|
||||
<div class="row text-center">
|
||||
<div class="col-xs-4 b-r">
|
||||
<i class="fa fa-map-marker fa-2x"></i>
|
||||
<p id="b-diff" class="h4 font-bold m-t">{$NETWORK.difficulty|number_format:"8"}</p>
|
||||
<p class="text-muted">Difficulty</p>
|
||||
</div>
|
||||
<div class="col-xs-4 b-r">
|
||||
<i class="fa fa-sitemap fa-2x"></i>
|
||||
<p id="b-nextdiff" class="h4 font-bold m-t">{$NETWORK.EstNextDifficulty|number_format:"8"} (Change in {$NETWORK.BlocksUntilDiffChange} Blocks)</p>
|
||||
<p class="text-muted">Est Next Difficulty</p>
|
||||
</div>
|
||||
<div class="col-xs-4 b-r">
|
||||
<i class="fa fa-clock-o fa-2x"></i>
|
||||
<p id="b-esttimeperblock" class="h4 font-bold m-t">{$NETWORK.EstTimePerBlock|seconds_to_words}</p>
|
||||
<p class="text-muted">Est. Avg. Time per Block</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="panel-footer">
|
||||
Refresh interval: {$GLOBAL.config.statistics_ajax_refresh_interval|default:"10"} seconds.
|
||||
</div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user