Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Cannabis Industry Coin XCI anon blockchain for the legal marijuana NEW
by
MainCoins
on 24/12/2016, 21:23:33 UTC


I coded a very simple "overview" page. So you can check some data at: http://xci.mypool.name/#network


Source code link?

It's a plain JavaScrips, therefore already sourcecoded  Wink

Code:
$ curl http://xci.mypool.name/pages/network.html

+ a new var with pools list. I hold the list in config.js. Something like:

Code:
var networkStat = {
    "xci": [
        ["xci.mypool.name", "http://xci.mypool.name:42004"],
        ["democats.org", "http://pool3.democats.org:7713"],
        ["gorillapool.org", "http://gorillapool.org:8117"],
        ["xci.acidminer.org", "http://xci.acidminer.org:8117"],
        ["xci.cryptonotepool.com", "http://5.189.135.137:8119"],
        ["xci.ms-pool.net.ua", "http://xci.ms-pool.net.ua:8117"]
    ]
};

or simply:

Code:
curl http://xci.mypool.name/config.js

It's not perfect, but better than nothing.