Skip to content
This repository has been archived by the owner on Jul 10, 2019. It is now read-only.

update readme.md and new ui pretty web, fix widget market rate exchange #235

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Comes with lightweight example front-end script which uses the pool's AJAX API.


#### Pools Using This Software
* http://etn-mine.com <-- Asian -- 0.1% fee -- pretty UI
* http://poolmining.network/etn/ <-- Europe Based Dedicated Pool, Backed By SSD 1.5% Fee
* http://etnmine.pro <-- London, Cloud-Based, High Availability Pool 0% Fee
* http://etn.kkmining.club/ <-- Hongkong Pool 0.1% fee
Expand Down
11 changes: 6 additions & 5 deletions website_example/config.js
Original file line number Diff line number Diff line change
@@ -1,16 +1,17 @@
var api = "https://eupool.electroneum.com/api";
var api = "http://etn-mine.com:8117";

var coinUnits = 100;
var coinDecimalPlaces = 2;

var poolHost = "eupool.electroneum.com";
var poolHost = "etn-mine.com";

var irc = "irc.freenode.net/#monero-pools";
var irc = "irc.freenode.net/#etn-pools";

var email = "support@electroneum.com";
var email = "admin@etn-mine.com";

var easyminerDownload = "https://github.com/zone117x/cryptonote-easy-miner/releases/";
var cryptonatorWidget = ["ETN-BTC", "ETN-USD", "ETN-EUR", "ETN-GBP"];

var easyminerDownload = "https://github.com/zone117x/cryptonote-easy-miner/releases/";
var blockchainExplorer = "https://blockexplorer.electroneum.com/block/";

var transactionExplorer = "https://blockexplorer.electroneum.com/tx/";
2 changes: 1 addition & 1 deletion website_example/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@

#stats_updated {
line-height: 70px!important;
}
}
Loading