You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
86 lines
3.7 KiB
86 lines
3.7 KiB
<div class="jumbotron-brand"> |
|
<div class="container"> |
|
<div class="row"> |
|
<div class="col-md-5"> |
|
<div class="row"> |
|
<h1 style="font-size: 24px"> |
|
<div class="etc-green"> |
|
<strong><span class="logo-2">ETHW Pool</span></strong> |
|
</div> |
|
</h1> |
|
</div> |
|
<div class="row" style="padding:15px 5px;"> |
|
<strong>Min. payout threshold: {{config.PayoutThreshold}}</strong>, Payouts are continuos throughout the day. |
|
<br /> |
|
<span class="label label-success">PPLNS</span>/<span class="label label-danger">SOLO</span> Stable and |
|
profitable pool with regular payouts. |
|
</div> |
|
</div> |
|
<div class="col-md-3 stats"> |
|
<div><i class="fa fa-users"></i> Miners Online: <span id="poolHashrate">{{format-number |
|
stats.model.minersTotal}}</span></div> |
|
<div><i class="fa fa-tachometer"></i> Pool Hashrate: <span id="poolHashrate">{{format-hashrate |
|
stats.model.hashrate}}</span></div> |
|
<div><i class="fa fa-money"></i> Pool Fee: <span id="poolFee" |
|
class="label label-success">{{config.PoolFee}}</span></div> |
|
{{#if stats.model.stats.lastBlockFound}} |
|
<div><i class="fa fa-clock-o"></i> Last Block Found: <span>{{format-relative (seconds-to-ms |
|
stats.model.stats.lastBlockFound)}}</span></div> |
|
{{/if}} |
|
<div><i class="fa fa-clock-o"></i> AVG BLOCK TIME: <span>{{format-number stats.blockTime}} s</span></div> |
|
<div><i class="fa fa-gears"></i>Epoch: <span>{{format-number epoch}}</span> DAG Size: <span>{{format-number |
|
dag}} GB</span></div> |
|
</div> |
|
<div class="col-md-4 stats"> |
|
<div><i class="fa fa-unlock-alt"></i> Network Difficulty: <span>{{with-metric-prefix stats.difficulty}}</span> |
|
</div> |
|
<div><i class="fa fa-tachometer"></i> Network Hashrate: <span>{{format-hashrate stats.hashrate}}</span></div> |
|
<div><i class="fa fa-bars"></i> Mining Block: <span>{{stats.height}}</span></div> |
|
<div><i class="fa fa-clock-o"></i> Luck: <span>{{format-number stats.roundVariance style='percent'}}</span> |
|
</div> |
|
<div><i class="fa fa-credit-card-alt fa-fw"></i> Current price: <span>$ {{model.exchangedata.price_usd}}</span> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
|
|
<div class="container"> |
|
<div class="stats"> |
|
<h4>Your Stats & Payment History</h4> |
|
<div class="input-group"> |
|
{{input value=cachedLogin class="form-control" placeholder="Your wallet address"}} |
|
<span class="input-group-btn"> |
|
<button class="btn btn-primary btn-etc" type="button" {{action 'lookup' cachedLogin}}> |
|
<span style="display: inline;"><i class="fa fa-search"></i> Search</span> |
|
</button> |
|
</span> |
|
</div> |
|
</div> |
|
<div> |
|
{{#if config.highcharts.main.enabled}} |
|
<div class="container"> |
|
{{high-charts mode=mode chartOptions=chartOptions content=chartData}} |
|
</div> |
|
{{/if}} |
|
<div class="container"> |
|
{{high-charts mode=mode chartOptions=chartDiff content=chartData}} |
|
</div> |
|
<div class="jumbotron"> |
|
<div class="container"> |
|
<h3 class="text-center" style="padding: 0 0 5px 0; margin: 0 0 40px 0;"> Instructions</h3> |
|
<div class="row"> |
|
<div class="col-md-12"> |
|
<p class="lead text-center"> |
|
<a href="#/help" class="ul-link"> |
|
<span class="ul ul-danger">stratum</span><br /><br /> |
|
</a> |
|
<code>{{config.StratumHost}}:{{config.StratumPort}}</code><br /> <br /> |
|
<code>Nicehash Europe password: #</code> |
|
</p> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |
|
</div> |