Browse Source

update

master
yuriy0803 3 years ago
parent
commit
15d72dd423
  1. 9
      www/app/templates/index.hbs
  2. 3
      www/config/environment.js

9
www/app/templates/index.hbs

@ -54,14 +54,7 @@
<div class="container">
{{high-charts mode=mode chartOptions=chartDiff content=chartData}}
</div>
{{#if (equals config.Network 'mordor')}}
<div class="bs-callout bs-callout-danger">
<h4>
Warning
</h4>
<p>This is an experimental pool running on the <strong>Mordor</strong> testnet! All mined coins are for testing purposes only.</p>
</div>
{{/if}}
<div class="jumbotron">
<div class="container">
<h3 class="text-center" style="padding: 0 0 5px 0; margin: 0 0 40px 0;"> Instructions</h3>

3
www/config/environment.js

@ -25,8 +25,7 @@ module.exports = function(environment) {
StratumHost: 'example.net',
StratumPort: 8008,
// The ETC network used (classic, mordor)
Network: 'classic',
// The ETC network
Unit: 'ETC',
// Fee and payout details

Loading…
Cancel
Save