Simplify pool frontend to single-coin mode
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 35s
Some checks failed
CodeQL / Analyze (javascript) (push) Failing after 35s
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
var parentCoin = "COIN";
|
||||
|
||||
var api = "http://poolhost:8117";
|
||||
var poolHost = "poolhost.com";
|
||||
|
||||
@@ -14,8 +12,3 @@ var transactionExplorer = "http://chainradar.com/{symbol}/transaction/{id}";
|
||||
|
||||
var themeCss = "themes/default.css";
|
||||
var defaultLang = "en";
|
||||
|
||||
// Merged Mining:
|
||||
// var api = "http://poolhost/apiMerged";
|
||||
// var blockchainExplorer = "http://explorer.ird.cash/?hash={id}#block";
|
||||
// var transactionExplorer = "http://explorer.ird.cash/?hash={id}#transaction";
|
||||
|
||||
Reference in New Issue
Block a user