Browse Source

Merge pull request #78 from jeje0106/master-6

Update index.hbs
master
yuriy0803 2 years ago committed by GitHub
parent
commit
b00d9a4b70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      www/app/templates/index.hbs

8
www/app/templates/index.hbs

@ -12,7 +12,7 @@
<div class="row" style="padding:15px 5px;"> <div class="row" style="padding:15px 5px;">
<strong>Min. payout threshold: {{config.PayoutThreshold}}</strong>, Payouts are continuos throughout the day. <strong>Min. payout threshold: {{config.PayoutThreshold}}</strong>, Payouts are continuos throughout the day.
<br /> <br />
<span class="label label-success">PPLNS</span> Stable and profitable pool with regular payouts. <span class="label label-success">SOLO</span> Real time SOLO payout scheme.
</div> </div>
</div> </div>
<div class="col-md-3 stats"> <div class="col-md-3 stats">
@ -35,10 +35,10 @@
</div> </div>
<div><i class="fa fa-tachometer"></i> Network Hash Rate: <span>{{format-hashrate stats.hashrate}}</span></div> <div><i class="fa fa-tachometer"></i> Network Hash Rate: <span>{{format-hashrate stats.hashrate}}</span></div>
<div><i class="fa fa-bars"></i> Blockchain Height: <span>{{format-number stats.height}}</span></div> <div><i class="fa fa-bars"></i> Blockchain Height: <span>{{format-number stats.height}}</span></div>
<div><i class="fa fa-clock-o"></i> Current Round Variance: <span>{{format-number stats.roundVariance <div><i class="fa fa-clock-o"></i> Personal Luck: <span>{{format-number stats.roundVariance
style='percent'}}</span></div> style='percent'}}</span></div>
<div><i class="fa fa-credit-card-alt fa-fw"></i> Current price: <span>$ <div><i class="fa fa-money"></i> Current price: <span>$
{{model.exchangedata.current_price}}</span></div> {{format-number model.exchangedata.price_usd maximumFractionDigits='8'}}</span></div>
</div> </div>
</div> </div>
</div> </div>

Loading…
Cancel
Save