diff --git a/www/index.html b/www/index.html index e7952f1..ad48809 100644 --- a/www/index.html +++ b/www/index.html @@ -20,9 +20,9 @@
Hashrate
-
{{formatNumber hashrate maximumFractionDigits=4}}
+
{{formatNumber hashrate maximumFractionDigits=2}}
Hashrate 24h
-
{{formatNumber hashrate24h maximumFractionDigits=4}}
+
{{formatNumber hashrate24h maximumFractionDigits=2}}
Total Miners
{{totalMiners}}
Miners Online
@@ -49,7 +49,7 @@ {{#if template}}

Block Height: {{height}} - Difficulty: {{formatNumber diff maximumFractionDigits=4}} + Difficulty: {{formatNumber diff}} Prev. Hash: {{prevHash}}

{{/if}} @@ -131,8 +131,8 @@ — {{/if}} - {{formatNumber hashrate maximumFractionDigits=4}} - {{formatNumber hashrate24h maximumFractionDigits=4}} + {{formatNumber hashrate maximumFractionDigits=2}} + {{formatNumber hashrate24h maximumFractionDigits=2}} {{formatRelative lastBeat now=../now}} {{formatNumber validShares}} {{formatNumber staleShares}}