Browse Source

Update index.hbs

SOLO + Coinpaprika price
master
jeje0106 2 years ago committed by GitHub
parent
commit
19de0ecc76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      www/app/templates/index.hbs

4
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,7 +35,7 @@
</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-money"></i> Current price: <span>$ <div><i class="fa fa-money"></i> Current price: <span>$
{{format-number model.exchangedata.price_usd maximumFractionDigits='8'}}</span></div> {{format-number model.exchangedata.price_usd maximumFractionDigits='8'}}</span></div>

Loading…
Cancel
Save