Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

XLC pools added to config.js #1

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
8 changes: 8 additions & 0 deletions website/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,14 @@ var networkStat = {
["bcn.mypool.online", "http://bcn.mypool.online:8084"],
["democats.org", "http://pool.democats.org:7603"]
],
"xlc": [
["xlc.crypto-coins.club", "http://xlc.crypto-coins.club:8118"],
["pool.leviarcoin.org (Russia)", "https://pool.leviarcoin.org:9117"],
["xlc.soyminero.es (Spain/US/Germany/Ireland/Mumbai/Tokyo/Brazil)" , "http://xlc.soyminero.es:8120"],
["xlc.vaypool.org (Amsterdam)" , "http://xlc.vaypool.org:15003"],
["www.supportxlc.com" , "http://www.supportxlc.com/api"],
["xlc.jbarbieri.net (US)", "http://xlc.jbarbieri.net:39117"]
],
"bip": [
["bip.mypool.online", "http://bip.mypool.online:18874"],
["democats.org", "http://pool.democats.org:7693"],
Expand Down
4 changes: 4 additions & 0 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,10 @@
<i class="fa fa-rocket"></i> Getting Started
</a></li>

<li><a class="hot_link" data-page="network.html" href="#network">
<i class="fa fa-chain"></i> Network
</a></li>

</ul>
<div id="stats_updated">Stats Updated &nbsp;<i class="fa fa-bolt"></i></div>
</div>
Expand Down