From 795ce7c9bd00220a4bc45623853c4e2d04c3a5b4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 30 Sep 2017 22:29:32 +0200 Subject: [PATCH 001/277] deleted PIRLPOOL --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 31b75a3..cdec5c2 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -29,16 +29,6 @@ "url":"pirl.zigtee.com", "notify":"" }, - { - "name":"PIRLPOOL", - "stats":"http://pool.pirl.io/api/stats", - "blocks":"http://pool.pirl.io/api/blocks", - "payments":"http://pool.pirl.io/api/payments", - "accounts":"http://pool.pirl.io/api/accounts", - "miners":"http://pool.pirl.io/api/miners", - "url":"pool.pirl.io", - "notify":"" - }, { "name":"HODLPOOL", "stats":"http://pirl.hodlpool.com/api/stats", From 22a75824258cfec44988cdf554bb8397af883c1e Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 1 Oct 2017 02:05:25 +0200 Subject: [PATCH 002/277] added MINERS-ZONE --- pirlcoin.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index cdec5c2..c87abf2 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -30,13 +30,13 @@ "notify":"" }, { - "name":"HODLPOOL", - "stats":"http://pirl.hodlpool.com/api/stats", - "blocks":"http://pirl.hodlpool.com/api/blocks", - "payments":"http://pirl.hodlpool.com/api/payments", - "accounts":"http://pirl.hodlpool.com/api/accounts", - "miners":"http://pirl.hodlpool.com/api/miners", - "url":"pirl.hodlpool.com", + "name":"MINERS-ZONE", + "stats":"http://pirl.miners-zone.net/apipirl/stats", + "blocks":"http://pirl.miners-zone.net/apipirl/blocks", + "payments":"http://pirl.miners-zone.net/apipirl/payments", + "accounts":"http://pirl.miners-zone.net/apipirl/accounts", + "miners":"http://pirl.miners-zone.net/apipirl/miners", + "url":"pirl.miners-zone.net", "notify":"" } ] From a43233a541fa7844d338d117999c617e7f7e779c Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 1 Oct 2017 02:27:35 +0200 Subject: [PATCH 003/277] changed HPPCG --- pirlcoin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index c87abf2..4cc16a2 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -11,11 +11,11 @@ }, { "name":"HPPCG", - "stats":"http://us-nj-01.pools.hppcg.com/pirl/api/stats", - "blocks":"http://us-nj-01.pools.hppcg.com/pirl/api/blocks", - "payments":"http://us-nj-01.pools.hppcg.com/pirl/api/payments", - "accounts":"http://us-nj-01.pools.hppcg.com/pirl/api/accounts", - "miners":"http://us-nj-01.pools.hppcg.com/pirl/api/miners", + "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", + "blocks":"https://us-nj-01.pools.hppcg.com/pirl/api/blocks", + "payments":"https://us-nj-01.pools.hppcg.com/pirl/api/payments", + "accounts":"https://us-nj-01.pools.hppcg.com/pirl/api/accounts", + "miners":"https://us-nj-01.pools.hppcg.com/pirl/api/miners", "url":"pools.hppcg.com", "notify":"" }, From 9eb7357edde1f0543c7097e34615e0a328afea35 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 1 Oct 2017 08:20:48 +0200 Subject: [PATCH 004/277] added DIGITALPOOL --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 4cc16a2..ca39b8f 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -29,6 +29,16 @@ "url":"pirl.zigtee.com", "notify":"" }, + { + "name":"DIGITALPOOL", + "stats":"http://pirl.digitalpool.cc/api/stats", + "blocks":"http://pirl.digitalpool.cc/api/blocks", + "payments":"http://pirl.digitalpool.cc/api/payments", + "accounts":"http://pirl.digitalpool.cc/api/accounts", + "miners":"http://pirl.digitalpool.cc/api/miners", + "url":"pirl.digitalpool.cc", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From be3c12eab2578f225e2f7a4f843eaf1675439e65 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 1 Oct 2017 12:38:08 +0200 Subject: [PATCH 005/277] added POOL.SEXY --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index ca39b8f..217be9f 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -39,6 +39,16 @@ "url":"pirl.digitalpool.cc", "notify":"" }, + { + "name":"POOL.SEXY", + "stats":"http://pirl.pool.sexy/api6/stats", + "blocks":"http://pirl.pool.sexy/api6/blocks", + "payments":"http://pirl.pool.sexy/api6/payments", + "accounts":"http://pirl.pool.sexy/api6/accounts", + "miners":"http://pirl.pool.sexy/api6/miners", + "url":"pirl.pool.sexy", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From bd59f1a323f55d83c0dc2206d8c5c6cd5b90e203 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 1 Oct 2017 13:44:18 +0200 Subject: [PATCH 006/277] added ORCHARDCOINS --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 217be9f..2db27fb 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -49,6 +49,16 @@ "url":"pirl.pool.sexy", "notify":"" }, + { + "name":"ORCHARDCOINS", + "stats":"http://pirl.orchardcoins.com/api/stats", + "blocks":"http://pirl.orchardcoins.com/api/blocks", + "payments":"http://pirl.orchardcoins.com/api/payments", + "accounts":"http://pirl.orchardcoins.com/api/accounts", + "miners":"http://pirl.orchardcoins.com/api/miners", + "url":"pirl.orchardcoins.com", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From d52b80f17210ec8a43322c75fc58b1deecf11d06 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 3 Oct 2017 17:08:13 +0200 Subject: [PATCH 007/277] added MOLE-POOL --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 2db27fb..977591c 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -59,6 +59,16 @@ "url":"pirl.orchardcoins.com", "notify":"" }, + { + "name":"MOLE-POOL", + "stats":"http://109.70.186.58:3020/api/stats", + "blocks":"http://109.70.186.58:3020/api/blocks", + "payments":"http://109.70.186.58:3020/api/payments", + "accounts":"http://109.70.186.58:3020/api/accounts", + "miners":"http://109.70.186.58:3020/api/miners", + "url":"mole-pool.net", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From b646bf7b942dd714992afdeaf30e0c97ea9e371a Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 4 Oct 2017 18:10:18 +0200 Subject: [PATCH 008/277] Update pirlcoin.json --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 977591c..cb452b5 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -49,16 +49,6 @@ "url":"pirl.pool.sexy", "notify":"" }, - { - "name":"ORCHARDCOINS", - "stats":"http://pirl.orchardcoins.com/api/stats", - "blocks":"http://pirl.orchardcoins.com/api/blocks", - "payments":"http://pirl.orchardcoins.com/api/payments", - "accounts":"http://pirl.orchardcoins.com/api/accounts", - "miners":"http://pirl.orchardcoins.com/api/miners", - "url":"pirl.orchardcoins.com", - "notify":"" - }, { "name":"MOLE-POOL", "stats":"http://109.70.186.58:3020/api/stats", From a9f4ced26a35baa8c677d22182cd5fc541255237 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 6 Oct 2017 16:04:31 +0200 Subject: [PATCH 009/277] Update musicoin.json --- musicoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/musicoin.json b/musicoin.json index 72b41e4..653f714 100644 --- a/musicoin.json +++ b/musicoin.json @@ -259,6 +259,16 @@ "url":"music.minethis.ca", "notify":"" }, + { + "name":"MINERSHQ", + "stats":"https://mc.minershq.net/api/stats", + "blocks":"https://mc.minershq.net/api/blocks", + "payments":"https://mc.minershq.net/api/payments", + "accounts":"https://mc.minershq.net/api/accounts", + "miners":"https://mc.minershq.net/api/miners", + "url":"mc.minershq.net", + "notify":"" + }, { "name":"COINSFARM", "stats":"http://musicpool.rig-share.com:8080/api/stats", From bd7185ba2461f1486645744776c824ea11907ce6 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 8 Oct 2017 11:47:57 +0200 Subject: [PATCH 010/277] Update musicoin.json --- musicoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/musicoin.json b/musicoin.json index 653f714..610f9d6 100644 --- a/musicoin.json +++ b/musicoin.json @@ -269,6 +269,16 @@ "url":"mc.minershq.net", "notify":"" }, + { + "name":"DROWNINGPOOL", + "stats":"http://www.drowningpool.net/api/stats", + "blocks":"http://www.drowningpool.net/api/blocks", + "payments":"http://www.drowningpool.net/api/payments", + "accounts":"http://www.drowningpool.net/api/accounts", + "miners":"http://www.drowningpool.net/api/miners", + "url":"www.drowningpool.net", + "notify":"" + }, { "name":"COINSFARM", "stats":"http://musicpool.rig-share.com:8080/api/stats", From 1779b9e8bfffb0821d6d2b3d6706b2c1f8f02ffe Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 8 Oct 2017 18:46:14 +0200 Subject: [PATCH 011/277] added ALLCANMINE CHINA --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index cb452b5..a177859 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -59,6 +59,16 @@ "url":"mole-pool.net", "notify":"" }, + { + "name":"ALLCANMINE", + "stats":"http://pirl.allcanmine.net/api/stats", + "blocks":"http://pirl.allcanmine.net/api/blocks", + "payments":"http://pirl.allcanmine.net/api/payments", + "accounts":"http://pirl.allcanmine.net/api/accounts", + "miners":"http://pirl.allcanmine.net/api/miners", + "url":"pirl.allcanmine.net", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 248f5265aeccb479d1ed9806237f56fc27094773 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 10 Oct 2017 08:42:15 +0200 Subject: [PATCH 012/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index a177859..07ac038 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -69,6 +69,16 @@ "url":"pirl.allcanmine.net", "notify":"" }, + { + "name":"MINETHIS", + "stats":"http://pirl.minethis.ca/api/stats", + "blocks":"http://pirl.minethis.ca/api/blocks", + "payments":"http://pirl.minethis.ca/api/payments", + "accounts":"http://pirl.minethis.ca/api/accounts", + "miners":"http://pirl.minethis.ca/api/miners", + "url":"pirl.minethis.ca", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 70849ca9e71cab025bbbb2a45f6c768c8e7470c7 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 10 Oct 2017 10:09:58 +0200 Subject: [PATCH 013/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 07ac038..698aeaa 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -79,6 +79,16 @@ "url":"pirl.minethis.ca", "notify":"" }, + { + "name":"ETHASH-COINS", + "stats":"http://pirl.ethash-coins.ru/api/stats", + "blocks":"http://pirl.ethash-coins.ru/api/blocks", + "payments":"http://pirl.ethash-coins.ru/api/payments", + "accounts":"http://pirl.ethash-coins.ru/api/accounts", + "miners":"http://pirl.ethash-coins.ru/api/miners", + "url":"pirl.ethash-coins.ru", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 52f8592743c5b0bbd5f7fea28950bedd1bb272ad Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 11 Oct 2017 11:42:03 +0200 Subject: [PATCH 014/277] Update pirlcoin.json --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 698aeaa..5f7d7bd 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -19,16 +19,6 @@ "url":"pools.hppcg.com", "notify":"" }, - { - "name":"ZIGTEE", - "stats":"http://pirl.zigtee.com/api/stats", - "blocks":"http://pirl.zigtee.com/api/blocks", - "payments":"http://pirl.zigtee.com/api/payments", - "accounts":"http://pirl.zigtee.com/api/accounts", - "miners":"http://pirl.zigtee.com/api/miners", - "url":"pirl.zigtee.com", - "notify":"" - }, { "name":"DIGITALPOOL", "stats":"http://pirl.digitalpool.cc/api/stats", From 5c7ff7b3c21a318b88b74551637ed048f3273a02 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 17 Oct 2017 06:37:40 +0200 Subject: [PATCH 015/277] Create ellaism.json --- ellaism.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 ellaism.json diff --git a/ellaism.json b/ellaism.json new file mode 100644 index 0000000..0e21c1e --- /dev/null +++ b/ellaism.json @@ -0,0 +1,32 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://ella.minerpool.net/api/stats", + "blocks":"http://ella.minerpool.net/api/blocks", + "payments":"http://ella.minerpool.net/api/payments", + "accounts":"http://ella.minerpool.net/api/accounts", + "miners":"http://ella.minerpool.net/api/miners", + "url":"ella.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"ELLAISM", + "stats":"http://poolapi.ellaism.org/api/stats", + "blocks":"http://poolapi.ellaism.org/api/blocks", + "payments":"http://poolapi.ellaism.org/api/payments", + "accounts":"http://poolapi.ellaism.org/api/accounts", + "miners":"http://poolapi.ellaism.org/api/miners", + "url":"pool.ellaism.org", + "notify":"" + }, + { + "name":"POOLSEXY", + "stats":"http://ella.pool.sexy/api/stats", + "blocks":"http://ella.pool.sexy/api/blocks", + "payments":"http://ella.pool.sexy/api/payments", + "accounts":"http://ella.pool.sexy/api/accounts", + "miners":"http://ella.pool.sexy/api/miners", + "url":"ella.pool.sexy", + "notify":"" + } +] From c3d587dddc2b5c251372e46e644a2e8535daece4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 18 Oct 2017 23:50:37 +0200 Subject: [PATCH 016/277] added POOLSEXY --- whalecoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/whalecoin.json b/whalecoin.json index d4127c3..5646c60 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -127,6 +127,16 @@ "url":"whale.gpumine.org", "notify":"" }, + { + "name":"POOLSEXY", + "stats":"http://whl.pool.sexy/api2/stats", + "blocks":"http://whl.pool.sexy/api2/blocks", + "payments":"http://whl.pool.sexy/api2/payments", + "accounts":"http://whl.pool.sexy/api2/accounts", + "miners":"http://whl.pool.sexy/api2/miners", + "url":"whl.pool.sexy", + "notify":"" + }, { "name":"HPOOL", "stats":"http://whale-asia.hpool.net/api/stats", From dd93f9b2ab2ef93176c7b810463260772c1152d7 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 19 Oct 2017 15:02:10 +0200 Subject: [PATCH 017/277] delete NEXTPOOL api shows up an other chain, perhaps MC? --- expanse.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/expanse.json b/expanse.json index 8fbcdcc..5bd2f41 100644 --- a/expanse.json +++ b/expanse.json @@ -109,16 +109,6 @@ "url":"expanse.ftlpool.com", "notify":"" }, - { - "name":"NEXTPOOL", - "stats":"http://145.239.134.14:8080/api/stats", - "blocks":"http://145.239.134.14:8080/api/blocks", - "payments":"http://145.239.134.14:8080/api/payments", - "accounts":"http://145.239.134.14:8080/api/accounts", - "miners":"http://145.239.134.14:8080/api/miners", - "url":"exp.nextpool.eu", - "notify":"" - }, { "name":"ETHERTRENCH", "stats":"http://exp.ethertrench.com/api/stats", From 41f7544ba00f3d1d8f51b23801a80c24ba77e44a Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 19 Oct 2017 15:09:13 +0200 Subject: [PATCH 018/277] Update whalecoin.json --- whalecoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index 5646c60..38abc3b 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -97,16 +97,6 @@ "url":"whl.digitalpool.cc", "notify":"" }, - { - "name":"MINETHIS", - "stats":"http://whale.minethis.ca/api/stats", - "blocks":"http://whale.minethis.ca/api/blocks", - "payments":"http://whale.minethis.ca/api/payments", - "accounts":"http://whale.minethis.ca/api/accounts", - "miners":"http://whale.minethis.ca/api/miners", - "url":"whale.minethis.ca", - "notify":"" - }, { "name":"ZET-TECH", "stats":"https://wc.zet-tech.eu/api/stats", From bb198f0504e3ecbc9fd21e79ca514a1383ac0522 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 19 Oct 2017 15:10:03 +0200 Subject: [PATCH 019/277] Update ubiq.json --- ubiq.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ubiq.json b/ubiq.json index 18438cc..7e606e0 100644 --- a/ubiq.json +++ b/ubiq.json @@ -149,16 +149,6 @@ "url":"ubq.pool.sexy", "notify":"" }, - { - "name":"UBIQMINE.CA", - "stats":"http://ubiqmine.ca/api/stats", - "blocks":"http://ubiqmine.ca/api/blocks", - "payments":"http://ubiqmine.ca/api/payments", - "accounts":"http://ubiqmine.ca/api/accounts", - "miners":"http://ubiqmine.ca/api/miners", - "url":"ubiqmine.ca", - "notify":"" - }, { "name":"UBIQMINER", "stats":"http://ubiqminer.com/api/stats", @@ -198,15 +188,5 @@ "miners":"http://ubiq.digitalpool.cc/api/miners", "url":"ubiq.digitalpool.cc", "notify":"" - }, - { - "name":"UBIQ.MINETHIS.CA", - "stats":"http://ubiq.minethis.ca/api/stats", - "blocks":"http://ubiq.minethis.ca/api/blocks", - "payments":"http://ubiq.minethis.ca/api/payments", - "accounts":"http://ubiq.minethis.ca/api/accounts", - "miners":"http://ubiq.minethis.ca/api/miners", - "url":"ubiq.minethis.ca", - "notify":"" } ] From 2c4d0929ee0bfcf37202734978351b06e3d6ad61 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 19 Oct 2017 15:10:34 +0200 Subject: [PATCH 020/277] Update pirlcoin.json --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 5f7d7bd..1c83662 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -59,16 +59,6 @@ "url":"pirl.allcanmine.net", "notify":"" }, - { - "name":"MINETHIS", - "stats":"http://pirl.minethis.ca/api/stats", - "blocks":"http://pirl.minethis.ca/api/blocks", - "payments":"http://pirl.minethis.ca/api/payments", - "accounts":"http://pirl.minethis.ca/api/accounts", - "miners":"http://pirl.minethis.ca/api/miners", - "url":"pirl.minethis.ca", - "notify":"" - }, { "name":"ETHASH-COINS", "stats":"http://pirl.ethash-coins.ru/api/stats", From 8547a88eedb37f06ff87343e133b33f51113aa1c Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 19 Oct 2017 15:12:14 +0200 Subject: [PATCH 021/277] Update musicoin.json --- musicoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/musicoin.json b/musicoin.json index 610f9d6..f0842a7 100644 --- a/musicoin.json +++ b/musicoin.json @@ -249,16 +249,6 @@ "url":"music.gpumine.org", "notify":"" }, - { - "name":"MINETHIS", - "stats":"http://music.minethis.ca/api/stats", - "blocks":"http://music.minethis.ca/api/blocks", - "payments":"http://music.minethis.ca/api/payments", - "accounts":"http://music.minethis.ca/api/accounts", - "miners":"http://music.minethis.ca/api/miners", - "url":"music.minethis.ca", - "notify":"" - }, { "name":"MINERSHQ", "stats":"https://mc.minershq.net/api/stats", From 306aa8398dc7d027c29e85008343e9f8b60941c4 Mon Sep 17 00:00:00 2001 From: ellaismer <31844524+ellaismer@users.noreply.github.com> Date: Sat, 21 Oct 2017 20:10:23 +0800 Subject: [PATCH 022/277] Add notification for Ellaism Dev Mining Pool --- ellaism.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ellaism.json b/ellaism.json index 0e21c1e..de2bdf1 100644 --- a/ellaism.json +++ b/ellaism.json @@ -17,7 +17,7 @@ "accounts":"http://poolapi.ellaism.org/api/accounts", "miners":"http://poolapi.ellaism.org/api/miners", "url":"pool.ellaism.org", - "notify":"" + "notify":"ellaismer@protonmail.ch" }, { "name":"POOLSEXY", From 7746eca3c4206e2fded0b5b8198e48c68369a93f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 22 Oct 2017 00:23:15 +0200 Subject: [PATCH 023/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 0e21c1e..489dc6c 100644 --- a/ellaism.json +++ b/ellaism.json @@ -19,6 +19,16 @@ "url":"pool.ellaism.org", "notify":"" }, + { + "name":"MINETHIS", + "stats":"http://ella.minethis.ca/api/stats", + "blocks":"http://ella.minethis.ca/api/blocks", + "payments":"http://ella.minethis.ca/api/payments", + "accounts":"http://ella.minethis.ca/api/accounts", + "miners":"http://ella.minethis.ca/api/miners", + "url":"ella.minethis.ca", + "notify":"" + }, { "name":"POOLSEXY", "stats":"http://ella.pool.sexy/api/stats", From 4a25bc19addea601ff59b3abf7cbd000eb3e1a70 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 23 Oct 2017 19:33:27 +0200 Subject: [PATCH 024/277] added 2ZO --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 489dc6c..21ad32b 100644 --- a/ellaism.json +++ b/ellaism.json @@ -29,6 +29,16 @@ "url":"ella.minethis.ca", "notify":"" }, + { + "name":"2ZO", + "stats":"http://ellaism.2zo.pw/api/stats", + "blocks":"http://ellaism.2zo.pw/api/blocks", + "payments":"http://ellaism.2zo.pw/api/payments", + "accounts":"http://ellaism.2zo.pw/api/accounts", + "miners":"http://ellaism.2zo.pw/api/miners", + "url":"ellaism.2zo.pw", + "notify":"" + }, { "name":"POOLSEXY", "stats":"http://ella.pool.sexy/api/stats", From 80e2df6771fa0989291d6e759fd34ece12297d3f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 23 Oct 2017 19:35:02 +0200 Subject: [PATCH 025/277] added ETHAS-COINS --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 21ad32b..2ab1bf2 100644 --- a/ellaism.json +++ b/ellaism.json @@ -39,6 +39,16 @@ "url":"ellaism.2zo.pw", "notify":"" }, + { + "name":"ETHASH-COINS", + "stats":"http://ella.ethash-coins.ru/api/stats", + "blocks":"http://ella.ethash-coins.ru/api/blocks", + "payments":"http://ella.ethash-coins.ru/api/payments", + "accounts":"http://ella.ethash-coins.ru/api/accounts", + "miners":"http://ella.ethash-coins.ru/api/miners", + "url":"ella.ethash-coins.ru", + "notify":"" + }, { "name":"POOLSEXY", "stats":"http://ella.pool.sexy/api/stats", From ed998c09d5d1bf207d1071644ada178c7f360a03 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 25 Oct 2017 09:09:31 +0200 Subject: [PATCH 026/277] added zpool --- whalecoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/whalecoin.json b/whalecoin.json index 38abc3b..73c7ec4 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -127,6 +127,16 @@ "url":"whl.pool.sexy", "notify":"" }, + { + "name":"ZPOOL", + "stats":"http://whale.zpool.fun/api/stats", + "blocks":"http://whale.zpool.fun/api/blocks", + "payments":"http://whale.zpool.fun/api/payments", + "accounts":"http://whale.zpool.fun/api/accounts", + "miners":"http://whale.zpool.fun/api/miners", + "url":"whale.zpool.fun", + "notify":"" + }, { "name":"HPOOL", "stats":"http://whale-asia.hpool.net/api/stats", From b0c96a48b8dc2953bfa1970f7d99c1b7713e8116 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 25 Oct 2017 14:49:45 +0200 Subject: [PATCH 027/277] Update pegascoin.json --- pegascoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pegascoin.json b/pegascoin.json index b3b9056..7018336 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -39,16 +39,6 @@ "url":"pgc.hodlpool.com", "notify":"" }, - { - "name":"CLONA.RU", - "stats":"http://clona.ru:9002/api/stats", - "blocks":"http://clona.ru:9002/api/blocks", - "payments":"http://clona.ru:9002/api/payments", - "accounts":"http://clona.ru:9002/api/accounts", - "miners":"http://clona.ru:9002/api/miners", - "url":"clona.ru", - "notify":"" - }, { "name":"ETHASH-COINS", "stats":"http://pgc.ethash-coins.ru/api/stats", From 70ec78046692a6aec092f35a5180ba87ae6b701b Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 27 Oct 2017 18:19:34 +0200 Subject: [PATCH 028/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 3824bc0..8abccd0 100644 --- a/ellaism.json +++ b/ellaism.json @@ -49,6 +49,16 @@ "url":"ella.ethash-coins.ru", "notify":"" }, + { + "name":"CRYPTOBIT", + "stats":"http://ella.cryptobitpool.eu/api/stats", + "blocks":"http://ella.cryptobitpool.eu/api/blocks", + "payments":"http://ella.cryptobitpool.eu/api/payments", + "accounts":"http://ella.cryptobitpool.eu/api/accounts", + "miners":"http://ella.cryptobitpool.eu/api/miners", + "url":"ella.cryptobitpool.eu", + "notify":"" + }, { "name":"POOLSEXY", "stats":"http://ella.pool.sexy/api/stats", From e39d36ef8c39b93b1dfc94d378a8e64f75bf6edf Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 2 Nov 2017 02:46:14 +0100 Subject: [PATCH 029/277] Update ellaism.json --- ellaism.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/ellaism.json b/ellaism.json index 8abccd0..9f30d43 100644 --- a/ellaism.json +++ b/ellaism.json @@ -21,12 +21,12 @@ }, { "name":"MINETHIS", - "stats":"http://ella.minethis.ca/api/stats", - "blocks":"http://ella.minethis.ca/api/blocks", - "payments":"http://ella.minethis.ca/api/payments", - "accounts":"http://ella.minethis.ca/api/accounts", - "miners":"http://ella.minethis.ca/api/miners", - "url":"ella.minethis.ca", + "stats":"https://pool.ellaism.io/api/stats", + "blocks":"https://pool.ellaism.io/api/blocks", + "payments":"https://pool.ellaism.io/api/payments", + "accounts":"https://pool.ellaism.io/api/accounts", + "miners":"https://pool.ellaism.io/api/miners", + "url":"pool.ellaism.io", "notify":"" }, { From f525598f9ff56d2f55b2d33b40939817d9aca4b3 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 2 Nov 2017 17:26:54 +0100 Subject: [PATCH 030/277] Update musicoin.json --- musicoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/musicoin.json b/musicoin.json index f0842a7..7263617 100644 --- a/musicoin.json +++ b/musicoin.json @@ -59,16 +59,6 @@ "url":"music.spdns.eu", "notify":"" }, - { - "name":"NOMNOM", - "stats":"http://musicoin.nomnom.technology/api/stats", - "blocks":"http://musicoin.nomnom.technology/api/blocks", - "payments":"http://musicoin.nomnom.technology/api/payments", - "accounts":"http://musicoin.nomnom.technology/api/accounts", - "miners":"http://musicoin.nomnom.technology/api/miners", - "url":"musicoin.nomnom.technology", - "notify":"" - }, { "name":"NEONPOOL", "stats":"http://neonpool.ddns.net/api/stats", From b476f4fab3c3bf32a5194a9b7072bdb0962476ff Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 2 Nov 2017 19:28:19 +0100 Subject: [PATCH 031/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 1c83662..a4d78a6 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -69,6 +69,16 @@ "url":"pirl.ethash-coins.ru", "notify":"" }, + { + "name":"COINMINER", + "stats":"http://pirl.coinminer.space/api/stats", + "blocks":"http://pirl.coinminer.space/api/blocks", + "payments":"http://pirl.coinminer.space/api/payments", + "accounts":"http://pirl.coinminer.space/api/accounts", + "miners":"http://pirl.coinminer.space/api/miners", + "url":"pirl.coinminer.space", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 07dd3de501f5c19fbe2410db3bbccdf9766a9b62 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 3 Nov 2017 17:20:27 +0100 Subject: [PATCH 032/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index a4d78a6..f236c3f 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -79,6 +79,16 @@ "url":"pirl.coinminer.space", "notify":"" }, + { + "name":"REIDOCOIN", + "stats":"https://pirl.reidocoin.com.br/api/stats", + "blocks":"https://pirl.reidocoin.com.br/api/blocks", + "payments":"https://pirl.reidocoin.com.br/api/payments", + "accounts":"https://pirl.reidocoin.com.br/api/accounts", + "miners":"https://pirl.reidocoin.com.br/api/miners", + "url":"pirl.reidocoin.com.br", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 8681577d746458df2cff51815ab6d8acbb43d6e4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 3 Nov 2017 18:03:34 +0100 Subject: [PATCH 033/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index f236c3f..d5c823b 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -89,6 +89,16 @@ "url":"pirl.reidocoin.com.br", "notify":"" }, + { + "name":"CRYPTOPOOLS", + "stats":"http://pirl.cryptopools.info/api/stats", + "blocks":"http://pirl.cryptopools.info/api/blocks", + "payments":"http://pirl.cryptopools.info/api/payments", + "accounts":"http://pirl.cryptopools.info/api/accounts", + "miners":"http://pirl.cryptopools.info/api/miners", + "url":"pirl.cryptopools.info", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 54b9b14c4fc9af82d739325dcb6737930bd21cda Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 4 Nov 2017 11:43:15 +0100 Subject: [PATCH 034/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 9f30d43..43000e0 100644 --- a/ellaism.json +++ b/ellaism.json @@ -59,6 +59,16 @@ "url":"ella.cryptobitpool.eu", "notify":"" }, + { + "name":"ALTPOOL", + "stats":"http://ella.altpool.pro/api/stats", + "blocks":"http://ella.altpool.pro/api/blocks", + "payments":"http://ella.altpool.pro/api/payments", + "accounts":"http://ella.altpool.pro/api/accounts", + "miners":"http://ella.altpool.pro/api/miners", + "url":"ella.altpool.pro", + "notify":"" + }, { "name":"POOLSEXY", "stats":"http://ella.pool.sexy/api/stats", From c5a6efca9a5c70fac22ff3bdc760786d1a0f9cbc Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 4 Nov 2017 23:11:18 +0100 Subject: [PATCH 035/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index d5c823b..3e10edf 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -99,6 +99,16 @@ "url":"pirl.cryptopools.info", "notify":"" }, + { + "name":"COIN-MINERS", + "stats":"http://pirl.coin-miners.info/api/stats", + "blocks":"http://pirl.coin-miners.info/api/blocks", + "payments":"http://pirl.coin-miners.info/api/payments", + "accounts":"http://pirl.coin-miners.info/api/accounts", + "miners":"http://pirl.coin-miners.info/api/miners", + "url":"pirl.coin-miners.info", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 0769149e261d27978993f1d248916c4ffb7cb184 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 4 Nov 2017 23:19:24 +0100 Subject: [PATCH 036/277] Update pirlcoin.json --- pirlcoin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 3e10edf..7ab314a 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -101,11 +101,11 @@ }, { "name":"COIN-MINERS", - "stats":"http://pirl.coin-miners.info/api/stats", - "blocks":"http://pirl.coin-miners.info/api/blocks", - "payments":"http://pirl.coin-miners.info/api/payments", - "accounts":"http://pirl.coin-miners.info/api/accounts", - "miners":"http://pirl.coin-miners.info/api/miners", + "stats":"https://pirl.coin-miners.info/api/stats", + "blocks":"https://pirl.coin-miners.info/api/blocks", + "payments":"https://pirl.coin-miners.info/api/payments", + "accounts":"https://pirl.coin-miners.info/api/accounts", + "miners":"https://pirl.coin-miners.info/api/miners", "url":"pirl.coin-miners.info", "notify":"" }, From 5a8bbe43e8393ee1af87b4002281ba7b7eb82823 Mon Sep 17 00:00:00 2001 From: Ryan Date: Wed, 8 Nov 2017 00:25:18 -0500 Subject: [PATCH 037/277] Add PIRL.CryptoPros.us --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 31b75a3..db6b960 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -48,5 +48,15 @@ "miners":"http://pirl.hodlpool.com/api/miners", "url":"pirl.hodlpool.com", "notify":"" + }, + { + "name":"PIRL.CryptoPros.us", + "stats":"https://pirl.cryptopros.us/api/stats", + "blocks":"https://pirl.cryptopros.us/api/blocks", + "payments":"https://pirl.cryptopros.us/api/payments", + "accounts":"https://pirl.cryptopros.us/api/accounts", + "miners":"https://pirl.cryptopros.us/api/miners", + "url":"pirl.cryptopros.us", + "notify":"litwi1rm@gmail.com" } ] From a248d12bccd8b5b54919bab4157c5028b7af7107 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 11 Nov 2017 00:52:33 +0100 Subject: [PATCH 038/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 7ab314a..333ee0a 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -109,6 +109,16 @@ "url":"pirl.coin-miners.info", "notify":"" }, + { + "name":"ZET-TECH", + "stats":"https://pirl.zet-tech.eu/api/stats", + "blocks":"https://pirl.zet-tech.eu/api/blocks", + "payments":"https://pirl.zet-tech.eu/api/payments", + "accounts":"https://pirl.zet-tech.eu/api/accounts", + "miners":"https://pirl.zet-tech.eu/api/miners", + "url":"pirl.zet-tech.eu", + "notify":"" + }, { "name":"MINERS-ZONE", "stats":"http://pirl.miners-zone.net/apipirl/stats", From 2c7701d0e185a5be65527fb5289b0a912100af31 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 11 Nov 2017 02:26:54 +0100 Subject: [PATCH 039/277] Update whalecoin.json --- whalecoin.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index 73c7ec4..25ff12d 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -109,12 +109,12 @@ }, { "name":"GPUMINE", - "stats":"https://whale.gpumine.org/api/stats", - "blocks":"https://whale.gpumine.org/api/blocks", - "payments":"https://whale.gpumine.org/api/payments", - "accounts":"https://whale.gpumine.org/api/accounts", - "miners":"https://whale.gpumine.org/api/miners", - "url":"whale.gpumine.org", + "stats":"https://whl-tw.gpumine.org/api/stats", + "blocks":"https://whl-tw.gpumine.org/api/blocks", + "payments":"https://whl-tw.gpumine.org/api/payments", + "accounts":"https://whl-tw.gpumine.org/api/accounts", + "miners":"https://whl-tw.gpumine.org/api/miners", + "url":"whl-tw.gpumine.org", "notify":"" }, { From 9a460c2ec721c7212e350698d39e259356ac9491 Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 11 Nov 2017 19:33:59 -0500 Subject: [PATCH 040/277] added cryptopros --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index db6b960..92ee353 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -50,7 +50,7 @@ "notify":"" }, { - "name":"PIRL.CryptoPros.us", + "name":"CryptoPros.us", "stats":"https://pirl.cryptopros.us/api/stats", "blocks":"https://pirl.cryptopros.us/api/blocks", "payments":"https://pirl.cryptopros.us/api/payments", From 493055468ec9c21b7fc35ac258dbe9ec68d10988 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 12 Nov 2017 04:40:30 +0100 Subject: [PATCH 041/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 26ccdc1..e3b1ef8 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -129,6 +129,16 @@ "url":"pirl.miners-zone.net", "notify":"" }, + { + "name":"HASHINGPOOL", + "stats":"http://www.hashingpool.party/api/stats", + "blocks":"http://www.hashingpool.party/api/blocks", + "payments":"http://www.hashingpool.party/api/payments", + "accounts":"http://www.hashingpool.party/api/accounts", + "miners":"http://www.hashingpool.party/api/miners", + "url":"www.hashingpool.party", + "notify":"" + }, { "name":"CryptoPros.us", "stats":"https://pirl.cryptopros.us/api/stats", From 31c19458e46b119360a1b4597843d8bbea3ada15 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 12 Nov 2017 19:10:25 +0100 Subject: [PATCH 042/277] Update ellaism.json --- ellaism.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ellaism.json b/ellaism.json index 43000e0..9b6271c 100644 --- a/ellaism.json +++ b/ellaism.json @@ -10,7 +10,7 @@ "notify":"support@minerpool.net" }, { - "name":"ELLAISM", + "name":"ELLAISM CORE", "stats":"http://poolapi.ellaism.org/api/stats", "blocks":"http://poolapi.ellaism.org/api/blocks", "payments":"http://poolapi.ellaism.org/api/payments", @@ -20,14 +20,14 @@ "notify":"ellaismer@protonmail.ch" }, { - "name":"MINETHIS", + "name":"ELLAISM.IO", "stats":"https://pool.ellaism.io/api/stats", "blocks":"https://pool.ellaism.io/api/blocks", "payments":"https://pool.ellaism.io/api/payments", "accounts":"https://pool.ellaism.io/api/accounts", "miners":"https://pool.ellaism.io/api/miners", "url":"pool.ellaism.io", - "notify":"" + "notify":"foreignfive@gmail.com" }, { "name":"2ZO", From 4e9d3e44bec87eabdb34ccec0262df4a30245dc9 Mon Sep 17 00:00:00 2001 From: David Martin Date: Mon, 13 Nov 2017 18:07:15 +0000 Subject: [PATCH 043/277] Added pirl.espool.eu --- pirlcoin.json | 160 +++++++++++--------------------------------------- 1 file changed, 35 insertions(+), 125 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index e3b1ef8..dc03414 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -11,142 +11,52 @@ }, { "name":"HPPCG", - "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", - "blocks":"https://us-nj-01.pools.hppcg.com/pirl/api/blocks", - "payments":"https://us-nj-01.pools.hppcg.com/pirl/api/payments", - "accounts":"https://us-nj-01.pools.hppcg.com/pirl/api/accounts", - "miners":"https://us-nj-01.pools.hppcg.com/pirl/api/miners", + "stats":"http://us-nj-01.pools.hppcg.com/pirl/api/stats", + "blocks":"http://us-nj-01.pools.hppcg.com/pirl/api/blocks", + "payments":"http://us-nj-01.pools.hppcg.com/pirl/api/payments", + "accounts":"http://us-nj-01.pools.hppcg.com/pirl/api/accounts", + "miners":"http://us-nj-01.pools.hppcg.com/pirl/api/miners", "url":"pools.hppcg.com", "notify":"" }, { - "name":"DIGITALPOOL", - "stats":"http://pirl.digitalpool.cc/api/stats", - "blocks":"http://pirl.digitalpool.cc/api/blocks", - "payments":"http://pirl.digitalpool.cc/api/payments", - "accounts":"http://pirl.digitalpool.cc/api/accounts", - "miners":"http://pirl.digitalpool.cc/api/miners", - "url":"pirl.digitalpool.cc", + "name":"ZIGTEE", + "stats":"http://pirl.zigtee.com/api/stats", + "blocks":"http://pirl.zigtee.com/api/blocks", + "payments":"http://pirl.zigtee.com/api/payments", + "accounts":"http://pirl.zigtee.com/api/accounts", + "miners":"http://pirl.zigtee.com/api/miners", + "url":"pirl.zigtee.com", "notify":"" }, { - "name":"POOL.SEXY", - "stats":"http://pirl.pool.sexy/api6/stats", - "blocks":"http://pirl.pool.sexy/api6/blocks", - "payments":"http://pirl.pool.sexy/api6/payments", - "accounts":"http://pirl.pool.sexy/api6/accounts", - "miners":"http://pirl.pool.sexy/api6/miners", - "url":"pirl.pool.sexy", + "name":"PIRLPOOL", + "stats":"http://pool.pirl.io/api/stats", + "blocks":"http://pool.pirl.io/api/blocks", + "payments":"http://pool.pirl.io/api/payments", + "accounts":"http://pool.pirl.io/api/accounts", + "miners":"http://pool.pirl.io/api/miners", + "url":"pool.pirl.io", "notify":"" }, { - "name":"MOLE-POOL", - "stats":"http://109.70.186.58:3020/api/stats", - "blocks":"http://109.70.186.58:3020/api/blocks", - "payments":"http://109.70.186.58:3020/api/payments", - "accounts":"http://109.70.186.58:3020/api/accounts", - "miners":"http://109.70.186.58:3020/api/miners", - "url":"mole-pool.net", + "name":"HODLPOOL", + "stats":"http://pirl.hodlpool.com/api/stats", + "blocks":"http://pirl.hodlpool.com/api/blocks", + "payments":"http://pirl.hodlpool.com/api/payments", + "accounts":"http://pirl.hodlpool.com/api/accounts", + "miners":"http://pirl.hodlpool.com/api/miners", + "url":"pirl.hodlpool.com", "notify":"" }, - { - "name":"ALLCANMINE", - "stats":"http://pirl.allcanmine.net/api/stats", - "blocks":"http://pirl.allcanmine.net/api/blocks", - "payments":"http://pirl.allcanmine.net/api/payments", - "accounts":"http://pirl.allcanmine.net/api/accounts", - "miners":"http://pirl.allcanmine.net/api/miners", - "url":"pirl.allcanmine.net", - "notify":"" - }, - { - "name":"ETHASH-COINS", - "stats":"http://pirl.ethash-coins.ru/api/stats", - "blocks":"http://pirl.ethash-coins.ru/api/blocks", - "payments":"http://pirl.ethash-coins.ru/api/payments", - "accounts":"http://pirl.ethash-coins.ru/api/accounts", - "miners":"http://pirl.ethash-coins.ru/api/miners", - "url":"pirl.ethash-coins.ru", - "notify":"" - }, - { - "name":"COINMINER", - "stats":"http://pirl.coinminer.space/api/stats", - "blocks":"http://pirl.coinminer.space/api/blocks", - "payments":"http://pirl.coinminer.space/api/payments", - "accounts":"http://pirl.coinminer.space/api/accounts", - "miners":"http://pirl.coinminer.space/api/miners", - "url":"pirl.coinminer.space", - "notify":"" - }, - { - "name":"REIDOCOIN", - "stats":"https://pirl.reidocoin.com.br/api/stats", - "blocks":"https://pirl.reidocoin.com.br/api/blocks", - "payments":"https://pirl.reidocoin.com.br/api/payments", - "accounts":"https://pirl.reidocoin.com.br/api/accounts", - "miners":"https://pirl.reidocoin.com.br/api/miners", - "url":"pirl.reidocoin.com.br", - "notify":"" - }, - { - "name":"CRYPTOPOOLS", - "stats":"http://pirl.cryptopools.info/api/stats", - "blocks":"http://pirl.cryptopools.info/api/blocks", - "payments":"http://pirl.cryptopools.info/api/payments", - "accounts":"http://pirl.cryptopools.info/api/accounts", - "miners":"http://pirl.cryptopools.info/api/miners", - "url":"pirl.cryptopools.info", - "notify":"" - }, - { - "name":"COIN-MINERS", - "stats":"https://pirl.coin-miners.info/api/stats", - "blocks":"https://pirl.coin-miners.info/api/blocks", - "payments":"https://pirl.coin-miners.info/api/payments", - "accounts":"https://pirl.coin-miners.info/api/accounts", - "miners":"https://pirl.coin-miners.info/api/miners", - "url":"pirl.coin-miners.info", - "notify":"" - }, - { - "name":"ZET-TECH", - "stats":"https://pirl.zet-tech.eu/api/stats", - "blocks":"https://pirl.zet-tech.eu/api/blocks", - "payments":"https://pirl.zet-tech.eu/api/payments", - "accounts":"https://pirl.zet-tech.eu/api/accounts", - "miners":"https://pirl.zet-tech.eu/api/miners", - "url":"pirl.zet-tech.eu", - "notify":"" - }, - { - "name":"MINERS-ZONE", - "stats":"http://pirl.miners-zone.net/apipirl/stats", - "blocks":"http://pirl.miners-zone.net/apipirl/blocks", - "payments":"http://pirl.miners-zone.net/apipirl/payments", - "accounts":"http://pirl.miners-zone.net/apipirl/accounts", - "miners":"http://pirl.miners-zone.net/apipirl/miners", - "url":"pirl.miners-zone.net", - "notify":"" - }, - { - "name":"HASHINGPOOL", - "stats":"http://www.hashingpool.party/api/stats", - "blocks":"http://www.hashingpool.party/api/blocks", - "payments":"http://www.hashingpool.party/api/payments", - "accounts":"http://www.hashingpool.party/api/accounts", - "miners":"http://www.hashingpool.party/api/miners", - "url":"www.hashingpool.party", - "notify":"" - }, - { - "name":"CryptoPros.us", - "stats":"https://pirl.cryptopros.us/api/stats", - "blocks":"https://pirl.cryptopros.us/api/blocks", - "payments":"https://pirl.cryptopros.us/api/payments", - "accounts":"https://pirl.cryptopros.us/api/accounts", - "miners":"https://pirl.cryptopros.us/api/miners", - "url":"pirl.cryptopros.us", - "notify":"litwi1rm@gmail.com" + { + "name":"ESPOOL.EU", + "stats":"http://pirl.espool.eu/api/stats", + "blocks":"http://pirl.espool.eu/api/blocks", + "payments":"http://pirl.espool.eu/api/payments", + "accounts":"http://pirl.espool.eu/api/accounts", + "miners":"http://pirl.espool.eu/api/miners", + "url":"pirl.espool.eu", + "notify":"masterplanelles@gmail.com" } ] From 0e5ce4c7de6b1fc0fe22c075ecfcd302840d8cc1 Mon Sep 17 00:00:00 2001 From: David Martin Date: Mon, 13 Nov 2017 18:11:45 +0000 Subject: [PATCH 044/277] added pirl.espool.eu --- pirlcoin.json | 156 +++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 128 insertions(+), 28 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index dc03414..adb5b49 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -11,52 +11,152 @@ }, { "name":"HPPCG", - "stats":"http://us-nj-01.pools.hppcg.com/pirl/api/stats", - "blocks":"http://us-nj-01.pools.hppcg.com/pirl/api/blocks", - "payments":"http://us-nj-01.pools.hppcg.com/pirl/api/payments", - "accounts":"http://us-nj-01.pools.hppcg.com/pirl/api/accounts", - "miners":"http://us-nj-01.pools.hppcg.com/pirl/api/miners", + "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", + "blocks":"https://us-nj-01.pools.hppcg.com/pirl/api/blocks", + "payments":"https://us-nj-01.pools.hppcg.com/pirl/api/payments", + "accounts":"https://us-nj-01.pools.hppcg.com/pirl/api/accounts", + "miners":"https://us-nj-01.pools.hppcg.com/pirl/api/miners", "url":"pools.hppcg.com", "notify":"" }, { - "name":"ZIGTEE", - "stats":"http://pirl.zigtee.com/api/stats", - "blocks":"http://pirl.zigtee.com/api/blocks", - "payments":"http://pirl.zigtee.com/api/payments", - "accounts":"http://pirl.zigtee.com/api/accounts", - "miners":"http://pirl.zigtee.com/api/miners", - "url":"pirl.zigtee.com", + "name":"DIGITALPOOL", + "stats":"http://pirl.digitalpool.cc/api/stats", + "blocks":"http://pirl.digitalpool.cc/api/blocks", + "payments":"http://pirl.digitalpool.cc/api/payments", + "accounts":"http://pirl.digitalpool.cc/api/accounts", + "miners":"http://pirl.digitalpool.cc/api/miners", + "url":"pirl.digitalpool.cc", "notify":"" }, { - "name":"PIRLPOOL", - "stats":"http://pool.pirl.io/api/stats", - "blocks":"http://pool.pirl.io/api/blocks", - "payments":"http://pool.pirl.io/api/payments", - "accounts":"http://pool.pirl.io/api/accounts", - "miners":"http://pool.pirl.io/api/miners", - "url":"pool.pirl.io", + "name":"POOL.SEXY", + "stats":"http://pirl.pool.sexy/api6/stats", + "blocks":"http://pirl.pool.sexy/api6/blocks", + "payments":"http://pirl.pool.sexy/api6/payments", + "accounts":"http://pirl.pool.sexy/api6/accounts", + "miners":"http://pirl.pool.sexy/api6/miners", + "url":"pirl.pool.sexy", "notify":"" }, { - "name":"HODLPOOL", - "stats":"http://pirl.hodlpool.com/api/stats", - "blocks":"http://pirl.hodlpool.com/api/blocks", - "payments":"http://pirl.hodlpool.com/api/payments", - "accounts":"http://pirl.hodlpool.com/api/accounts", - "miners":"http://pirl.hodlpool.com/api/miners", - "url":"pirl.hodlpool.com", + "name":"MOLE-POOL", + "stats":"http://109.70.186.58:3020/api/stats", + "blocks":"http://109.70.186.58:3020/api/blocks", + "payments":"http://109.70.186.58:3020/api/payments", + "accounts":"http://109.70.186.58:3020/api/accounts", + "miners":"http://109.70.186.58:3020/api/miners", + "url":"mole-pool.net", "notify":"" }, - { + { + "name":"ALLCANMINE", + "stats":"http://pirl.allcanmine.net/api/stats", + "blocks":"http://pirl.allcanmine.net/api/blocks", + "payments":"http://pirl.allcanmine.net/api/payments", + "accounts":"http://pirl.allcanmine.net/api/accounts", + "miners":"http://pirl.allcanmine.net/api/miners", + "url":"pirl.allcanmine.net", + "notify":"" + }, + { + "name":"ETHASH-COINS", + "stats":"http://pirl.ethash-coins.ru/api/stats", + "blocks":"http://pirl.ethash-coins.ru/api/blocks", + "payments":"http://pirl.ethash-coins.ru/api/payments", + "accounts":"http://pirl.ethash-coins.ru/api/accounts", + "miners":"http://pirl.ethash-coins.ru/api/miners", + "url":"pirl.ethash-coins.ru", + "notify":"" + }, + { + "name":"COINMINER", + "stats":"http://pirl.coinminer.space/api/stats", + "blocks":"http://pirl.coinminer.space/api/blocks", + "payments":"http://pirl.coinminer.space/api/payments", + "accounts":"http://pirl.coinminer.space/api/accounts", + "miners":"http://pirl.coinminer.space/api/miners", + "url":"pirl.coinminer.space", + "notify":"" + }, + { + "name":"REIDOCOIN", + "stats":"https://pirl.reidocoin.com.br/api/stats", + "blocks":"https://pirl.reidocoin.com.br/api/blocks", + "payments":"https://pirl.reidocoin.com.br/api/payments", + "accounts":"https://pirl.reidocoin.com.br/api/accounts", + "miners":"https://pirl.reidocoin.com.br/api/miners", + "url":"pirl.reidocoin.com.br", + "notify":"" + }, + { + "name":"CRYPTOPOOLS", + "stats":"http://pirl.cryptopools.info/api/stats", + "blocks":"http://pirl.cryptopools.info/api/blocks", + "payments":"http://pirl.cryptopools.info/api/payments", + "accounts":"http://pirl.cryptopools.info/api/accounts", + "miners":"http://pirl.cryptopools.info/api/miners", + "url":"pirl.cryptopools.info", + "notify":"" + }, + { + "name":"COIN-MINERS", + "stats":"https://pirl.coin-miners.info/api/stats", + "blocks":"https://pirl.coin-miners.info/api/blocks", + "payments":"https://pirl.coin-miners.info/api/payments", + "accounts":"https://pirl.coin-miners.info/api/accounts", + "miners":"https://pirl.coin-miners.info/api/miners", + "url":"pirl.coin-miners.info", + "notify":"" + }, + { + "name":"ZET-TECH", + "stats":"https://pirl.zet-tech.eu/api/stats", + "blocks":"https://pirl.zet-tech.eu/api/blocks", + "payments":"https://pirl.zet-tech.eu/api/payments", + "accounts":"https://pirl.zet-tech.eu/api/accounts", + "miners":"https://pirl.zet-tech.eu/api/miners", + "url":"pirl.zet-tech.eu", + "notify":"" + }, + { + "name":"MINERS-ZONE", + "stats":"http://pirl.miners-zone.net/apipirl/stats", + "blocks":"http://pirl.miners-zone.net/apipirl/blocks", + "payments":"http://pirl.miners-zone.net/apipirl/payments", + "accounts":"http://pirl.miners-zone.net/apipirl/accounts", + "miners":"http://pirl.miners-zone.net/apipirl/miners", + "url":"pirl.miners-zone.net", + "notify":"" + }, + { + "name":"HASHINGPOOL", + "stats":"http://www.hashingpool.party/api/stats", + "blocks":"http://www.hashingpool.party/api/blocks", + "payments":"http://www.hashingpool.party/api/payments", + "accounts":"http://www.hashingpool.party/api/accounts", + "miners":"http://www.hashingpool.party/api/miners", + "url":"www.hashingpool.party", + "notify":"" + }, + { + "name":"CryptoPros.us", + "stats":"https://pirl.cryptopros.us/api/stats", + "blocks":"https://pirl.cryptopros.us/api/blocks", + "payments":"https://pirl.cryptopros.us/api/payments", + "accounts":"https://pirl.cryptopros.us/api/accounts", + "miners":"https://pirl.cryptopros.us/api/miners", + "url":"pirl.cryptopros.us", + "notify":"litwi1rm@gmail.com" + }, + { "name":"ESPOOL.EU", "stats":"http://pirl.espool.eu/api/stats", "blocks":"http://pirl.espool.eu/api/blocks", "payments":"http://pirl.espool.eu/api/payments", "accounts":"http://pirl.espool.eu/api/accounts", "miners":"http://pirl.espool.eu/api/miners", - "url":"pirl.espool.eu", + "url":"pirl.espool.eu", "notify":"masterplanelles@gmail.com" } ] From 156e1b8c42774d737ef5809969ebfbd166c4ae3b Mon Sep 17 00:00:00 2001 From: Ryan Date: Mon, 13 Nov 2017 14:10:24 -0500 Subject: [PATCH 045/277] update pega to https --- pegascoin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pegascoin.json b/pegascoin.json index 7018336..56ca079 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -21,11 +21,11 @@ }, { "name":"LITWILLER", - "stats":"http://pega.litwiller.us/api/stats", - "blocks":"http://pega.litwiller.us/api/blocks", - "payments":"http://pega.litwiller.us/api/payments", - "accounts":"http://pega.litwiller.us/api/accounts", - "miners":"http://pega.litwiller.us/api/miners", + "stats":"https://pega.litwiller.us/api/stats", + "blocks":"https://pega.litwiller.us/api/blocks", + "payments":"https://pega.litwiller.us/api/payments", + "accounts":"https://pega.litwiller.us/api/accounts", + "miners":"https://pega.litwiller.us/api/miners", "url":"pega.litwiller.us", "notify":"" }, From 7788296909726c826923a01be8ac88a2cbd8254a Mon Sep 17 00:00:00 2001 From: root Date: Mon, 13 Nov 2017 13:50:36 -0600 Subject: [PATCH 046/277] Added cryptobits pirl coin --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index adb5b49..e5c1efb 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -158,5 +158,15 @@ "miners":"http://pirl.espool.eu/api/miners", "url":"pirl.espool.eu", "notify":"masterplanelles@gmail.com" + }, + { + "name":"Cryptobits.ltd", + "stats":"http://pirl.cryptobits.ltd/pirl/api/stats", + "blocks":"http://pirl.cryptobits.ltd/pirl/api/blocks", + "payments":"http://pirl.cryptobits.ltd/pirl/api/payments", + "accounts":"http://pirl.cryptobits.ltd/pirl/api/accounts", + "miners":"http://pirl.cryptobits.ltd/pirl/api/miners", + "url":"pirl.cryptobits.ltd/pirl", + "notify":"cryptobitsokc@gmail.com" } ] From 3c360fb3c3dc400baecd4fe029315616568221d2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 13 Nov 2017 21:00:05 +0100 Subject: [PATCH 047/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index e5c1efb..e7abc77 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -166,7 +166,7 @@ "payments":"http://pirl.cryptobits.ltd/pirl/api/payments", "accounts":"http://pirl.cryptobits.ltd/pirl/api/accounts", "miners":"http://pirl.cryptobits.ltd/pirl/api/miners", - "url":"pirl.cryptobits.ltd/pirl", + "url":"pirl.cryptobits.ltd", "notify":"cryptobitsokc@gmail.com" } ] From b314200a1f37285f49adf100e047d4d2604ea596 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 13 Nov 2017 21:00:55 +0100 Subject: [PATCH 048/277] Update pirlcoin.json --- pirlcoin.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index e7abc77..d674a40 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -140,7 +140,7 @@ "notify":"" }, { - "name":"CryptoPros.us", + "name":"CRYPTOPROS.US", "stats":"https://pirl.cryptopros.us/api/stats", "blocks":"https://pirl.cryptopros.us/api/blocks", "payments":"https://pirl.cryptopros.us/api/payments", @@ -160,7 +160,7 @@ "notify":"masterplanelles@gmail.com" }, { - "name":"Cryptobits.ltd", + "name":"CRYPTOBITS.LTD", "stats":"http://pirl.cryptobits.ltd/pirl/api/stats", "blocks":"http://pirl.cryptobits.ltd/pirl/api/blocks", "payments":"http://pirl.cryptobits.ltd/pirl/api/payments", From 6f472dc8542e2c9ed635bbcfa60bb75dda0d6769 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 14 Nov 2017 17:07:11 +0100 Subject: [PATCH 049/277] Update pegascoin.json --- pegascoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pegascoin.json b/pegascoin.json index 56ca079..7cec60c 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -1,4 +1,14 @@ [ + { + "name":"MINERPOOL.NET", + "stats":"http://pgc.minerpool.net/api/stats", + "blocks":"http://pgc.minerpool.net/api/blocks", + "payments":"http://pgc.minerpool.net/api/payments", + "accounts":"http://pgc.minerpool.net/api/accounts", + "miners":"http://pgc.minerpool.net/api/miners", + "url":"pgc.minerpool.net", + "notify":"" + }, { "name":"COINMINER", "stats":"http://pgc.coinminer.space/api/stats", From e128794c34f7c946602fcb3f9ce22c6545e73cf2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 15 Nov 2017 20:54:46 +0100 Subject: [PATCH 050/277] Update pegascoin.json --- pegascoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pegascoin.json b/pegascoin.json index 7cec60c..35cca34 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -59,6 +59,16 @@ "url":"pgc.ethash-coins.ru", "notify":"" }, + { + "name":"CRYPTOPOOLS", + "stats":"http://pegas.cryptopools.info/api/stats", + "blocks":"http://pegas.cryptopools.info/api/blocks", + "payments":"http://pegas.cryptopools.info/api/payments", + "accounts":"http://pegas.cryptopools.info/api/accounts", + "miners":"http://pegas.cryptopools.info/api/miners", + "url":"pegas.cryptopools.info", + "notify":"" + }, { "name":"PEGAPOOL", "stats":"http://pegapool.com/api/stats", From e28d1317adda41208be25e49cd3c26c0f1ead38f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 17 Nov 2017 09:26:25 +0100 Subject: [PATCH 051/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index d674a40..a997ee3 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -149,6 +149,16 @@ "url":"pirl.cryptopros.us", "notify":"litwi1rm@gmail.com" }, + { + "name":"MINING-POOL", + "stats":"http://pirl.mining-pool.fr/api/stats", + "blocks":"http://pirl.mining-pool.fr/api/blocks", + "payments":"http://pirl.mining-pool.fr/api/payments", + "accounts":"http://pirl.mining-pool.fr/api/accounts", + "miners":"http://pirl.mining-pool.fr/api/miners", + "url":"pirl.mining-pool.fr", + "notify":"" + }, { "name":"ESPOOL.EU", "stats":"http://pirl.espool.eu/api/stats", From b69ac360630417238790e58c0f4c0cff1c6e8293 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 17 Nov 2017 19:26:07 +0100 Subject: [PATCH 052/277] Update expanse.json --- expanse.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/expanse.json b/expanse.json index 5bd2f41..d69057f 100644 --- a/expanse.json +++ b/expanse.json @@ -129,6 +129,16 @@ "url":"exp.digitalpool.cc", "notify":"" }, + { + "name":"EXPMINE", + "stats":"https://expmine.pro/api/stats", + "blocks":"https://expmine.pro/api/blocks", + "payments":"https://expmine.pro/api/payments", + "accounts":"https://expmine.pro/api/accounts", + "miners":"https://expmine.pro/api/miners", + "url":"expmine.pro", + "notify":"" + }, { "name":"MYPOOL", "stats":"https://api.exp.mypool.online/api/stats", From 788cd7a0c2849f4ad0c93dac808bd9ff91da9f5b Mon Sep 17 00:00:00 2001 From: Postables Date: Mon, 20 Nov 2017 15:44:44 -0800 Subject: [PATCH 053/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index a997ee3..4398671 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -179,4 +179,14 @@ "url":"pirl.cryptobits.ltd", "notify":"cryptobitsokc@gmail.com" } + { + "name":"SONOFATECH", + "stats":"http://pirl.sonofatech.com/api/stats", + "blocks":"http://pirl.sonofatech.com/api/blocks", + "payments":"http://pirl.sonofatech.com/api/payments", + "accounts":"http://pirl.sonofatech.com/api/accounts", + "miners":"http://pirl.sonofatech.com/api/miners", + "url":"pirl.sonofatech.com", + "notify":"" + } ] From 8cdfcd018232e2d78d6909f2cdfa65accc30e5ee Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 21 Nov 2017 02:07:03 +0100 Subject: [PATCH 054/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 4398671..7009eaa 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -178,7 +178,7 @@ "miners":"http://pirl.cryptobits.ltd/pirl/api/miners", "url":"pirl.cryptobits.ltd", "notify":"cryptobitsokc@gmail.com" - } + }, { "name":"SONOFATECH", "stats":"http://pirl.sonofatech.com/api/stats", From 0b9adbfd72c1b860751b6a0863f05867c96b6977 Mon Sep 17 00:00:00 2001 From: etherninja Date: Wed, 22 Nov 2017 13:24:06 -0600 Subject: [PATCH 055/277] Update pirlcoin.json --- pirlcoin.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 7009eaa..2288e2e 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -188,5 +188,14 @@ "miners":"http://pirl.sonofatech.com/api/miners", "url":"pirl.sonofatech.com", "notify":"" - } + }, + "name":"EPOOL.IO", + "stats":"https://pirl.epool.io/api/stats", + "blocks":"https://pirl.epool.io/api/index", + "payments":"https://pirl.epool.io/api/payments", + "accounts":"https://pirl.epool.io/api/accounts", + "miners":"https://pirl.epool.io/api/miners", + "url":"pirl.epool.io", + "notify":"" + } ] From 8286eeeb0e7d20825523612acfad97df2015b61e Mon Sep 17 00:00:00 2001 From: etherninja Date: Wed, 22 Nov 2017 13:26:04 -0600 Subject: [PATCH 056/277] Update pirlcoin.json --- pirlcoin.json | 1 + 1 file changed, 1 insertion(+) diff --git a/pirlcoin.json b/pirlcoin.json index 2288e2e..f210ae0 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -189,6 +189,7 @@ "url":"pirl.sonofatech.com", "notify":"" }, + { "name":"EPOOL.IO", "stats":"https://pirl.epool.io/api/stats", "blocks":"https://pirl.epool.io/api/index", From 7684206b3c1b0567de25f6fe0e3ee96556506482 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 23 Nov 2017 00:51:23 +0100 Subject: [PATCH 057/277] Update pirlcoin.json --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index f210ae0..7cbcb0d 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -198,5 +198,15 @@ "miners":"https://pirl.epool.io/api/miners", "url":"pirl.epool.io", "notify":"" - } + }, + { + "name":"BAIKALMINE", + "stats":"http://pirl.baikalmine.ru/api/stats", + "blocks":"http://pirl.baikalmine.ru/api/blocks", + "payments":"http://pirl.baikalmine.ru/api/payments", + "accounts":"http://pirl.baikalmine.ru/api/accounts", + "miners":"http://pirl.baikalmine.ru/api/miners", + "url":"pirl.baikalmine.ru", + "notify":"" + } ] From 9e88503597716f1516e27b8671f609aa113ba99b Mon Sep 17 00:00:00 2001 From: Mine Coins Date: Thu, 23 Nov 2017 10:43:23 +0200 Subject: [PATCH 058/277] MYPOOL update --- ellaism.json | 12 +++++++++++- expanse.json | 18 +++++++++--------- musicoin.json | 18 +++++++++--------- pirlcoin.json | 10 ++++++++++ ubiq.json | 12 +++++++++++- 5 files changed, 50 insertions(+), 20 deletions(-) diff --git a/ellaism.json b/ellaism.json index 9b6271c..6599ab1 100644 --- a/ellaism.json +++ b/ellaism.json @@ -78,5 +78,15 @@ "miners":"http://ella.pool.sexy/api/miners", "url":"ella.pool.sexy", "notify":"" - } + }, + { + "name":"MYPOOL", + "stats":"https://api.ella.mypool.online/api/stats", + "blocks":"https://api.ella.mypool.online/api/blocks", + "payments":"https://api.ella.mypool.online/api/payments", + "accounts":"https://api.ella.mypool.online/api/accounts", + "miners":"https://api.ella.mypool.online/api/miners", + "url":"ella.mypool.online", + "notify":"support@mypool.online" + } ] diff --git a/expanse.json b/expanse.json index d69057f..4466f27 100644 --- a/expanse.json +++ b/expanse.json @@ -139,14 +139,14 @@ "url":"expmine.pro", "notify":"" }, - { - "name":"MYPOOL", - "stats":"https://api.exp.mypool.online/api/stats", - "blocks":"https://api.exp.mypool.online/api/blocks", - "payments":"https://api.exp.mypool.online/api/payments", - "accounts":"https://api.exp.mypool.online/api/accounts", - "miners":"https://api.exp.mypool.online/api/miners", - "url":"exp.mypool.online", - "notify":"" + { + "name":"MYPOOL", + "stats":"https://api.exp.mypool.online/api/stats", + "blocks":"https://api.exp.mypool.online/api/blocks", + "payments":"https://api.exp.mypool.online/api/payments", + "accounts":"https://api.exp.mypool.online/api/accounts", + "miners":"https://api.exp.mypool.online/api/miners", + "url":"exp.mypool.online", + "notify":"support@mypool.online" } ] diff --git a/musicoin.json b/musicoin.json index 7263617..8a11eb7 100644 --- a/musicoin.json +++ b/musicoin.json @@ -119,15 +119,15 @@ "url":"mscams.globalmine.net", "notify":"" }, - { - "name":"MYPOOL", - "stats":"https://api.music.mypool.online/api/stats", - "blocks":"https://api.music.mypool.online/api/blocks", - "payments":"https://api.music.mypool.online/api/payments", - "accounts":"https://api.music.mypool.online/api/accounts", - "miners":"https://api.music.mypool.online/api/miners", - "url":"music.mypool.online", - "notify":"" + { + "name":"MYPOOL", + "stats":"https://api.music.mypool.online/api/stats", + "blocks":"https://api.music.mypool.online/api/blocks", + "payments":"https://api.music.mypool.online/api/payments", + "accounts":"https://api.music.mypool.online/api/accounts", + "miners":"https://api.music.mypool.online/api/miners", + "url":"music.mypool.online", + "notify":"support@mypool.online" }, { "name":"MIXPOOLS", diff --git a/pirlcoin.json b/pirlcoin.json index 7cbcb0d..405ca82 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -208,5 +208,15 @@ "miners":"http://pirl.baikalmine.ru/api/miners", "url":"pirl.baikalmine.ru", "notify":"" + }, + { + "name":"MYPOOL", + "stats":"https://api.pirl.mypool.online/api/stats", + "blocks":"https://api.pirl.mypool.online/api/blocks", + "payments":"https://api.pirl.mypool.online/api/payments", + "accounts":"https://api.pirl.mypool.online/api/accounts", + "miners":"https://api.pirl.mypool.online/api/miners", + "url":"pirl.mypool.online", + "notify":"support@mypool.online" } ] diff --git a/ubiq.json b/ubiq.json index 7e606e0..30d9d0c 100644 --- a/ubiq.json +++ b/ubiq.json @@ -188,5 +188,15 @@ "miners":"http://ubiq.digitalpool.cc/api/miners", "url":"ubiq.digitalpool.cc", "notify":"" - } + }, + { + "name":"MYPOOL", + "stats":"https://api.ubq.mypool.online/api/stats", + "blocks":"https://api.ubq.mypool.online/api/blocks", + "payments":"https://api.ubq.mypool.online/api/payments", + "accounts":"https://api.ubq.mypool.online/api/accounts", + "miners":"https://api.ubq.mypool.online/api/miners", + "url":"ubq.mypool.online", + "notify":"support@mypool.online" + } ] From 898ff6b3dc5ca6ca213b93b10249c97f80039246 Mon Sep 17 00:00:00 2001 From: Mine Coins Date: Thu, 23 Nov 2017 13:01:14 +0200 Subject: [PATCH 059/277] formatting cleanup: unify indentation, don't mix tabs/spaces --- README.md | 30 +-- ellaism.json | 162 +++++++-------- expanse.json | 286 +++++++++++++-------------- musicoin.json | 526 ++++++++++++++++++++++++------------------------- pegascoin.json | 160 +++++++-------- pirlcoin.json | 442 ++++++++++++++++++++--------------------- ubiq.json | 384 ++++++++++++++++++------------------ whalecoin.json | 298 ++++++++++++++-------------- 8 files changed, 1144 insertions(+), 1144 deletions(-) diff --git a/README.md b/README.md index 26a04ef..d0a2f18 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,24 @@ -Data used in e.g. https://minerpool.net +Data used in e.g. https://minerpool.net -This repo is used as a central data source. Please keep in mind that this data will be used at least on minerpool.net to list your pool public. +This repo is used as a central data source. Please keep in mind that this data will be used at least on minerpool.net to list your pool public. If you want to be listed please send your pull request to the .json you want to be listed in with your pool. If the coin want to be listed in is not available at the moment open up an issue and we'll see if we can support the coin. -Data format at the moment: +Data format at the moment: ```json - { - "name":"", - "stats":"https:///api/stats", - "blocks":"https:///api/blocks", - "payments":"https:///api/payments", - "accounts":"https:///api/accounts", - "miners":"https:///api/miners", - "url":"", - "notify":"" - }, + { + "name":"", + "stats":"https:///api/stats", + "blocks":"https:///api/blocks", + "payments":"https:///api/payments", + "accounts":"https:///api/accounts", + "miners":"https:///api/miners", + "url":"", + "notify":"" + }, ``` -For e.g. open-ethereum-pool operators the different api paths will be mostly identical, but are still separated for other configurations. - +For e.g. open-ethereum-pool operators the different api paths will be mostly identical, but are still separated for other configurations. + To be done: - ~~Complete rework of the souce code, changes in the data structure~~ (finished / 100% done) - Miner tracking, to identify pool hoppers diff --git a/ellaism.json b/ellaism.json index 6599ab1..d55837a 100644 --- a/ellaism.json +++ b/ellaism.json @@ -1,85 +1,85 @@ -[ - { - "name":"MINERPOOL.NET", - "stats":"http://ella.minerpool.net/api/stats", - "blocks":"http://ella.minerpool.net/api/blocks", - "payments":"http://ella.minerpool.net/api/payments", - "accounts":"http://ella.minerpool.net/api/accounts", - "miners":"http://ella.minerpool.net/api/miners", - "url":"ella.minerpool.net", - "notify":"support@minerpool.net" - }, - { - "name":"ELLAISM CORE", - "stats":"http://poolapi.ellaism.org/api/stats", - "blocks":"http://poolapi.ellaism.org/api/blocks", - "payments":"http://poolapi.ellaism.org/api/payments", - "accounts":"http://poolapi.ellaism.org/api/accounts", - "miners":"http://poolapi.ellaism.org/api/miners", - "url":"pool.ellaism.org", - "notify":"ellaismer@protonmail.ch" - }, - { - "name":"ELLAISM.IO", - "stats":"https://pool.ellaism.io/api/stats", - "blocks":"https://pool.ellaism.io/api/blocks", - "payments":"https://pool.ellaism.io/api/payments", - "accounts":"https://pool.ellaism.io/api/accounts", - "miners":"https://pool.ellaism.io/api/miners", - "url":"pool.ellaism.io", - "notify":"foreignfive@gmail.com" - }, - { - "name":"2ZO", - "stats":"http://ellaism.2zo.pw/api/stats", - "blocks":"http://ellaism.2zo.pw/api/blocks", - "payments":"http://ellaism.2zo.pw/api/payments", - "accounts":"http://ellaism.2zo.pw/api/accounts", - "miners":"http://ellaism.2zo.pw/api/miners", - "url":"ellaism.2zo.pw", - "notify":"" - }, - { - "name":"ETHASH-COINS", - "stats":"http://ella.ethash-coins.ru/api/stats", - "blocks":"http://ella.ethash-coins.ru/api/blocks", - "payments":"http://ella.ethash-coins.ru/api/payments", - "accounts":"http://ella.ethash-coins.ru/api/accounts", - "miners":"http://ella.ethash-coins.ru/api/miners", - "url":"ella.ethash-coins.ru", - "notify":"" - }, - { - "name":"CRYPTOBIT", - "stats":"http://ella.cryptobitpool.eu/api/stats", - "blocks":"http://ella.cryptobitpool.eu/api/blocks", - "payments":"http://ella.cryptobitpool.eu/api/payments", - "accounts":"http://ella.cryptobitpool.eu/api/accounts", - "miners":"http://ella.cryptobitpool.eu/api/miners", - "url":"ella.cryptobitpool.eu", - "notify":"" - }, - { - "name":"ALTPOOL", - "stats":"http://ella.altpool.pro/api/stats", - "blocks":"http://ella.altpool.pro/api/blocks", - "payments":"http://ella.altpool.pro/api/payments", - "accounts":"http://ella.altpool.pro/api/accounts", - "miners":"http://ella.altpool.pro/api/miners", - "url":"ella.altpool.pro", - "notify":"" - }, - { - "name":"POOLSEXY", - "stats":"http://ella.pool.sexy/api/stats", - "blocks":"http://ella.pool.sexy/api/blocks", - "payments":"http://ella.pool.sexy/api/payments", - "accounts":"http://ella.pool.sexy/api/accounts", - "miners":"http://ella.pool.sexy/api/miners", - "url":"ella.pool.sexy", - "notify":"" +[ + { + "name":"MINERPOOL.NET", + "stats":"http://ella.minerpool.net/api/stats", + "blocks":"http://ella.minerpool.net/api/blocks", + "payments":"http://ella.minerpool.net/api/payments", + "accounts":"http://ella.minerpool.net/api/accounts", + "miners":"http://ella.minerpool.net/api/miners", + "url":"ella.minerpool.net", + "notify":"support@minerpool.net" }, - { + { + "name":"ELLAISM CORE", + "stats":"http://poolapi.ellaism.org/api/stats", + "blocks":"http://poolapi.ellaism.org/api/blocks", + "payments":"http://poolapi.ellaism.org/api/payments", + "accounts":"http://poolapi.ellaism.org/api/accounts", + "miners":"http://poolapi.ellaism.org/api/miners", + "url":"pool.ellaism.org", + "notify":"ellaismer@protonmail.ch" + }, + { + "name":"ELLAISM.IO", + "stats":"https://pool.ellaism.io/api/stats", + "blocks":"https://pool.ellaism.io/api/blocks", + "payments":"https://pool.ellaism.io/api/payments", + "accounts":"https://pool.ellaism.io/api/accounts", + "miners":"https://pool.ellaism.io/api/miners", + "url":"pool.ellaism.io", + "notify":"foreignfive@gmail.com" + }, + { + "name":"2ZO", + "stats":"http://ellaism.2zo.pw/api/stats", + "blocks":"http://ellaism.2zo.pw/api/blocks", + "payments":"http://ellaism.2zo.pw/api/payments", + "accounts":"http://ellaism.2zo.pw/api/accounts", + "miners":"http://ellaism.2zo.pw/api/miners", + "url":"ellaism.2zo.pw", + "notify":"" + }, + { + "name":"ETHASH-COINS", + "stats":"http://ella.ethash-coins.ru/api/stats", + "blocks":"http://ella.ethash-coins.ru/api/blocks", + "payments":"http://ella.ethash-coins.ru/api/payments", + "accounts":"http://ella.ethash-coins.ru/api/accounts", + "miners":"http://ella.ethash-coins.ru/api/miners", + "url":"ella.ethash-coins.ru", + "notify":"" + }, + { + "name":"CRYPTOBIT", + "stats":"http://ella.cryptobitpool.eu/api/stats", + "blocks":"http://ella.cryptobitpool.eu/api/blocks", + "payments":"http://ella.cryptobitpool.eu/api/payments", + "accounts":"http://ella.cryptobitpool.eu/api/accounts", + "miners":"http://ella.cryptobitpool.eu/api/miners", + "url":"ella.cryptobitpool.eu", + "notify":"" + }, + { + "name":"ALTPOOL", + "stats":"http://ella.altpool.pro/api/stats", + "blocks":"http://ella.altpool.pro/api/blocks", + "payments":"http://ella.altpool.pro/api/payments", + "accounts":"http://ella.altpool.pro/api/accounts", + "miners":"http://ella.altpool.pro/api/miners", + "url":"ella.altpool.pro", + "notify":"" + }, + { + "name":"POOLSEXY", + "stats":"http://ella.pool.sexy/api/stats", + "blocks":"http://ella.pool.sexy/api/blocks", + "payments":"http://ella.pool.sexy/api/payments", + "accounts":"http://ella.pool.sexy/api/accounts", + "miners":"http://ella.pool.sexy/api/miners", + "url":"ella.pool.sexy", + "notify":"" + }, + { "name":"MYPOOL", "stats":"https://api.ella.mypool.online/api/stats", "blocks":"https://api.ella.mypool.online/api/blocks", diff --git a/expanse.json b/expanse.json index 4466f27..61ee1af 100644 --- a/expanse.json +++ b/expanse.json @@ -1,145 +1,145 @@ -[ - { - "name":"MINERPOOL.NET", - "stats":"http://exp.minerpool.net/api/stats", - "blocks":"http://exp.minerpool.net/api/blocks", - "payments":"http://exp.minerpool.net/api/payments", - "accounts":"http://exp.minerpool.net/api/accounts", - "miners":"http://exp.minerpool.net/api/miners", - "url":"exp.minerpool.net", - "notify":"support@minerpool.net" - }, - { - "name":"REIDOCOIN", - "stats":"https://exp.reidocoin.com.br/api/stats", - "blocks":"https://exp.reidocoin.com.br/api/blocks", - "payments":"https://exp.reidocoin.com.br/api/payments", - "accounts":"https://exp.reidocoin.com.br/api/accounts", - "miners":"https://exp.reidocoin.com.br/api/miners", - "url":"exp.reidocoin.com.br", - "notify":"pool@reidocoin.com.br" - }, - { - "name":"EXP.POOL", - "stats":"http://pool.expanse.tech/api/stats", - "blocks":"http://pool.expanse.tech/api/blocks", - "payments":"http://pool.expanse.tech/api/payments", - "accounts":"http://pool.expanse.tech/api/accounts", - "miners":"http://pool.expanse.tech/api/miners", - "url":"pool.expanse.tech", - "notify":"" - }, - { - "name":"HODLPOOL", - "stats":"http://exp.hodlpool.com/api/stats", - "blocks":"http://exp.hodlpool.com/api/blocks", - "payments":"http://exp.hodlpool.com/api/payments", - "accounts":"http://exp.hodlpool.com/api/accounts", - "miners":"http://exp.hodlpool.com/api/miners", - "url":"exp.hodlpool.com", - "notify":"" - }, - { - "name":"AKASHA", - "stats":"http://exp.akasha-pool.eu/api/stats", - "blocks":"http://exp.akasha-pool.eu/api/blocks", - "payments":"http://exp.akasha-pool.eu/api/payments", - "accounts":"http://exp.akasha-pool.eu/api/accounts", - "miners":"http://exp.akasha-pool.eu/api/miners", - "url":"exp.akasha-pool.eu", - "notify":"" - }, - { - "name":"MINANDOANDO", - "stats":"http://exp.minandoando.com/api/stats", - "blocks":"http://exp.minandoando.com/api/blocks", - "payments":"http://exp.minandoando.com/api/payments", - "accounts":"http://exp.minandoando.com/api/accounts", - "miners":"http://exp.minandoando.com/api/miners", - "url":"exp.minandoando.com", - "notify":"" - }, - { - "name":"SERVEHTTP", - "stats":"http://exppool.servehttp.com/api/stats", - "blocks":"http://exppool.servehttp.com/api/blocks", - "payments":"http://exppool.servehttp.com/api/payments", - "accounts":"http://exppool.servehttp.com/api/accounts", - "miners":"http://exppool.servehttp.com/api/miners", - "url":"exppool.servehttp.com", - "notify":"" - }, - { - "name":"CLONA.RU", - "stats":"http://clona.ru:2828/api/stats", - "blocks":"http://clona.ru:2828/api/blocks", - "payments":"http://clona.ru:2828/api/payments", - "accounts":"http://clona.ru:2828/api/accounts", - "miners":"http://clona.ru:2828/api/miners", - "url":"clona.ru", - "notify":"" - }, - { - "name":"DIGGER.WS", - "stats":"http://exp.digger.ws/api/stats", - "blocks":"http://exp.digger.ws/api/blocks", - "payments":"http://exp.digger.ws/api/payments", - "accounts":"http://exp.digger.ws/api/accounts", - "miners":"http://exp.digger.ws/api/miners", - "url":"exp.digger.ws", - "notify":"" - }, - { - "name":"MINERAPE", - "stats":"http://expanse.minerape.io/api/stats", - "blocks":"http://expanse.minerape.io/api/blocks", - "payments":"http://expanse.minerape.io/api/payments", - "accounts":"http://expanse.minerape.io/api/accounts", - "miners":"http://expanse.minerape.io/api/miners", - "url":"expanse.minerape.io", - "notify":"" - }, - { - "name":"FTLPOOL", - "stats":"http://expanse.ftlpool.com/api/stats", - "blocks":"http://expanse.ftlpool.com/api/blocks", - "payments":"http://expanse.ftlpool.com/api/payments", - "accounts":"http://expanse.ftlpool.com/api/accounts", - "miners":"http://expanse.ftlpool.com/api/miners", - "url":"expanse.ftlpool.com", - "notify":"" - }, - { - "name":"ETHERTRENCH", - "stats":"http://exp.ethertrench.com/api/stats", - "blocks":"http://exp.ethertrench.com/api/blocks", - "payments":"http://exp.ethertrench.com/api/payments", - "accounts":"http://exp.ethertrench.com/api/accounts", - "miners":"http://exp.ethertrench.com/api/miners", - "url":"exp.ethertrench.com", - "notify":"" - }, - { - "name":"DIGITALPOOL", - "stats":"http://exp.digitalpool.cc/api/stats", - "blocks":"http://exp.digitalpool.cc/api/blocks", - "payments":"http://exp.digitalpool.cc/api/payments", - "accounts":"http://exp.digitalpool.cc/api/accounts", - "miners":"http://exp.digitalpool.cc/api/miners", - "url":"exp.digitalpool.cc", - "notify":"" - }, - { - "name":"EXPMINE", - "stats":"https://expmine.pro/api/stats", - "blocks":"https://expmine.pro/api/blocks", - "payments":"https://expmine.pro/api/payments", - "accounts":"https://expmine.pro/api/accounts", - "miners":"https://expmine.pro/api/miners", - "url":"expmine.pro", - "notify":"" - }, - { +[ + { + "name":"MINERPOOL.NET", + "stats":"http://exp.minerpool.net/api/stats", + "blocks":"http://exp.minerpool.net/api/blocks", + "payments":"http://exp.minerpool.net/api/payments", + "accounts":"http://exp.minerpool.net/api/accounts", + "miners":"http://exp.minerpool.net/api/miners", + "url":"exp.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"REIDOCOIN", + "stats":"https://exp.reidocoin.com.br/api/stats", + "blocks":"https://exp.reidocoin.com.br/api/blocks", + "payments":"https://exp.reidocoin.com.br/api/payments", + "accounts":"https://exp.reidocoin.com.br/api/accounts", + "miners":"https://exp.reidocoin.com.br/api/miners", + "url":"exp.reidocoin.com.br", + "notify":"pool@reidocoin.com.br" + }, + { + "name":"EXP.POOL", + "stats":"http://pool.expanse.tech/api/stats", + "blocks":"http://pool.expanse.tech/api/blocks", + "payments":"http://pool.expanse.tech/api/payments", + "accounts":"http://pool.expanse.tech/api/accounts", + "miners":"http://pool.expanse.tech/api/miners", + "url":"pool.expanse.tech", + "notify":"" + }, + { + "name":"HODLPOOL", + "stats":"http://exp.hodlpool.com/api/stats", + "blocks":"http://exp.hodlpool.com/api/blocks", + "payments":"http://exp.hodlpool.com/api/payments", + "accounts":"http://exp.hodlpool.com/api/accounts", + "miners":"http://exp.hodlpool.com/api/miners", + "url":"exp.hodlpool.com", + "notify":"" + }, + { + "name":"AKASHA", + "stats":"http://exp.akasha-pool.eu/api/stats", + "blocks":"http://exp.akasha-pool.eu/api/blocks", + "payments":"http://exp.akasha-pool.eu/api/payments", + "accounts":"http://exp.akasha-pool.eu/api/accounts", + "miners":"http://exp.akasha-pool.eu/api/miners", + "url":"exp.akasha-pool.eu", + "notify":"" + }, + { + "name":"MINANDOANDO", + "stats":"http://exp.minandoando.com/api/stats", + "blocks":"http://exp.minandoando.com/api/blocks", + "payments":"http://exp.minandoando.com/api/payments", + "accounts":"http://exp.minandoando.com/api/accounts", + "miners":"http://exp.minandoando.com/api/miners", + "url":"exp.minandoando.com", + "notify":"" + }, + { + "name":"SERVEHTTP", + "stats":"http://exppool.servehttp.com/api/stats", + "blocks":"http://exppool.servehttp.com/api/blocks", + "payments":"http://exppool.servehttp.com/api/payments", + "accounts":"http://exppool.servehttp.com/api/accounts", + "miners":"http://exppool.servehttp.com/api/miners", + "url":"exppool.servehttp.com", + "notify":"" + }, + { + "name":"CLONA.RU", + "stats":"http://clona.ru:2828/api/stats", + "blocks":"http://clona.ru:2828/api/blocks", + "payments":"http://clona.ru:2828/api/payments", + "accounts":"http://clona.ru:2828/api/accounts", + "miners":"http://clona.ru:2828/api/miners", + "url":"clona.ru", + "notify":"" + }, + { + "name":"DIGGER.WS", + "stats":"http://exp.digger.ws/api/stats", + "blocks":"http://exp.digger.ws/api/blocks", + "payments":"http://exp.digger.ws/api/payments", + "accounts":"http://exp.digger.ws/api/accounts", + "miners":"http://exp.digger.ws/api/miners", + "url":"exp.digger.ws", + "notify":"" + }, + { + "name":"MINERAPE", + "stats":"http://expanse.minerape.io/api/stats", + "blocks":"http://expanse.minerape.io/api/blocks", + "payments":"http://expanse.minerape.io/api/payments", + "accounts":"http://expanse.minerape.io/api/accounts", + "miners":"http://expanse.minerape.io/api/miners", + "url":"expanse.minerape.io", + "notify":"" + }, + { + "name":"FTLPOOL", + "stats":"http://expanse.ftlpool.com/api/stats", + "blocks":"http://expanse.ftlpool.com/api/blocks", + "payments":"http://expanse.ftlpool.com/api/payments", + "accounts":"http://expanse.ftlpool.com/api/accounts", + "miners":"http://expanse.ftlpool.com/api/miners", + "url":"expanse.ftlpool.com", + "notify":"" + }, + { + "name":"ETHERTRENCH", + "stats":"http://exp.ethertrench.com/api/stats", + "blocks":"http://exp.ethertrench.com/api/blocks", + "payments":"http://exp.ethertrench.com/api/payments", + "accounts":"http://exp.ethertrench.com/api/accounts", + "miners":"http://exp.ethertrench.com/api/miners", + "url":"exp.ethertrench.com", + "notify":"" + }, + { + "name":"DIGITALPOOL", + "stats":"http://exp.digitalpool.cc/api/stats", + "blocks":"http://exp.digitalpool.cc/api/blocks", + "payments":"http://exp.digitalpool.cc/api/payments", + "accounts":"http://exp.digitalpool.cc/api/accounts", + "miners":"http://exp.digitalpool.cc/api/miners", + "url":"exp.digitalpool.cc", + "notify":"" + }, + { + "name":"EXPMINE", + "stats":"https://expmine.pro/api/stats", + "blocks":"https://expmine.pro/api/blocks", + "payments":"https://expmine.pro/api/payments", + "accounts":"https://expmine.pro/api/accounts", + "miners":"https://expmine.pro/api/miners", + "url":"expmine.pro", + "notify":"" + }, + { "name":"MYPOOL", "stats":"https://api.exp.mypool.online/api/stats", "blocks":"https://api.exp.mypool.online/api/blocks", @@ -148,5 +148,5 @@ "miners":"https://api.exp.mypool.online/api/miners", "url":"exp.mypool.online", "notify":"support@mypool.online" - } + } ] diff --git a/musicoin.json b/musicoin.json index 8a11eb7..c762980 100644 --- a/musicoin.json +++ b/musicoin.json @@ -1,125 +1,125 @@ -[ - { - "name":"MINERPOOL.NET", - "stats":"http://music.minerpool.net/api/stats", - "blocks":"http://music.minerpool.net/api/blocks", - "payments":"http://music.minerpool.net/api/payments", - "accounts":"http://music.minerpool.net/api/accounts", - "miners":"http://music.minerpool.net/api/miners", - "url":"music.minerpool.net", - "notify":"support@minerpool.net" - }, - { - "name":"REIDOCOIN", - "stats":"https://music.reidocoin.com.br/api/stats", - "blocks":"https://music.reidocoin.com.br/api/blocks", - "payments":"https://music.reidocoin.com.br/api/payments", - "accounts":"https://music.reidocoin.com.br/api/accounts", - "miners":"https://music.reidocoin.com.br/api/miners", - "url":"music.reidocoin.com.br", - "notify":"pool@reidocoin.com.br" - }, - { - "name":"DHIX", - "stats":"https://music.dhix.com.br/api/stats", - "blocks":"https://music.dhix.com.br/api/blocks", - "payments":"https://music.dhix.com.br/api/payments", - "accounts":"https://music.dhix.com.br/api/accounts", - "miners":"https://music.dhix.com.br/api/miners", - "url":"music.dhix.com.br", - "notify":"" - }, - { - "name":"ZETTECH", - "stats":"https://mc.zet-tech.eu/api/stats", - "blocks":"https://mc.zet-tech.eu/api/blocks", - "payments":"https://mc.zet-tech.eu/api/payments", - "accounts":"https://mc.zet-tech.eu/api/accounts", - "miners":"https://mc.zet-tech.eu/api/miners", - "url":"mc.zet-tech.eu", - "notify":"" - }, - { - "name":"EPOOL", - "stats":"https://gmc.epool.io/api/stats", - "blocks":"https://gmc.epool.io/api/blocks", - "payments":"https://gmc.epool.io/api/payments", - "accounts":"https://gmc.epool.io/api/accounts", - "miners":"https://gmc.epool.io/api/miners", - "url":"gmc.epool.io", - "notify":"" - }, - { - "name":"MPEON", - "stats":"http://music.spdns.eu/api/stats", - "blocks":"http://music.spdns.eu/api/blocks", - "payments":"http://music.spdns.eu/api/payments", - "accounts":"http://music.spdns.eu/api/accounts", - "miners":"http://music.spdns.eu/api/miners", - "url":"music.spdns.eu", - "notify":"" - }, - { - "name":"NEONPOOL", - "stats":"http://neonpool.ddns.net/api/stats", - "blocks":"http://neonpool.ddns.net/api/blocks", - "payments":"http://neonpool.ddns.net/api/payments", - "accounts":"http://neonpool.ddns.net/api/accounts", - "miners":"http://neonpool.ddns.net/api/miners", - "url":"neonpool.ddns.net", - "notify":"" - }, - { - "name":"MINERTOPIA", - "stats":"http://musicminers.org/api/stats", - "blocks":"http://musicminers.org/api/blocks", - "payments":"http://musicminers.org/api/payments", - "accounts":"http://musicminers.org/api/accounts", - "miners":"http://musicminers.org/api/miners", - "url":"musicminers.org", - "notify":"" - }, - { - "name":"MINECRYPTO", - "stats":"http://46.101.61.172:8080/api/stats", - "blocks":"http://46.101.61.172:8080/api/blocks", - "payments":"http://46.101.61.172:8080/api/payments", - "accounts":"http://46.101.61.172:8080/api/accounts", - "miners":"http://46.101.61.172:8080/api/miners", - "url":"mc.minecrypto.pro", - "notify":"" - }, - { - "name":"COINMINERS", - "stats":"https://mc.coin-miners.info/api/stats", - "blocks":"https://mc.coin-miners.info/api/blocks", - "payments":"https://mc.coin-miners.info/api/payments", - "accounts":"https://mc.coin-miners.info/api/accounts", - "miners":"https://mc.coin-miners.info/api/miners", - "url":"mc.coin-miners.info", - "notify":"" - }, - { - "name":"TWMCPOOL", - "stats":"https://pool.musicoin.tw/api/stats", - "blocks":"https://pool.musicoin.tw/api/blocks", - "payments":"https://pool.musicoin.tw/api/payments", - "accounts":"https://pool.musicoin.tw/api/accounts", - "miners":"https://pool.musicoin.tw/api/miners", - "url":"pool.musicoin.tw", - "notify":"" - }, - { - "name":"GLOBALMINE", - "stats":"http://mscams.globalmine.net/api/stats", - "blocks":"http://mscams.globalmine.net/api/blocks", - "payments":"http://mscams.globalmine.net/api/payments", - "accounts":"http://mscams.globalmine.net/api/accounts", - "miners":"http://mscams.globalmine.net/api/miners", - "url":"mscams.globalmine.net", - "notify":"" - }, - { +[ + { + "name":"MINERPOOL.NET", + "stats":"http://music.minerpool.net/api/stats", + "blocks":"http://music.minerpool.net/api/blocks", + "payments":"http://music.minerpool.net/api/payments", + "accounts":"http://music.minerpool.net/api/accounts", + "miners":"http://music.minerpool.net/api/miners", + "url":"music.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"REIDOCOIN", + "stats":"https://music.reidocoin.com.br/api/stats", + "blocks":"https://music.reidocoin.com.br/api/blocks", + "payments":"https://music.reidocoin.com.br/api/payments", + "accounts":"https://music.reidocoin.com.br/api/accounts", + "miners":"https://music.reidocoin.com.br/api/miners", + "url":"music.reidocoin.com.br", + "notify":"pool@reidocoin.com.br" + }, + { + "name":"DHIX", + "stats":"https://music.dhix.com.br/api/stats", + "blocks":"https://music.dhix.com.br/api/blocks", + "payments":"https://music.dhix.com.br/api/payments", + "accounts":"https://music.dhix.com.br/api/accounts", + "miners":"https://music.dhix.com.br/api/miners", + "url":"music.dhix.com.br", + "notify":"" + }, + { + "name":"ZETTECH", + "stats":"https://mc.zet-tech.eu/api/stats", + "blocks":"https://mc.zet-tech.eu/api/blocks", + "payments":"https://mc.zet-tech.eu/api/payments", + "accounts":"https://mc.zet-tech.eu/api/accounts", + "miners":"https://mc.zet-tech.eu/api/miners", + "url":"mc.zet-tech.eu", + "notify":"" + }, + { + "name":"EPOOL", + "stats":"https://gmc.epool.io/api/stats", + "blocks":"https://gmc.epool.io/api/blocks", + "payments":"https://gmc.epool.io/api/payments", + "accounts":"https://gmc.epool.io/api/accounts", + "miners":"https://gmc.epool.io/api/miners", + "url":"gmc.epool.io", + "notify":"" + }, + { + "name":"MPEON", + "stats":"http://music.spdns.eu/api/stats", + "blocks":"http://music.spdns.eu/api/blocks", + "payments":"http://music.spdns.eu/api/payments", + "accounts":"http://music.spdns.eu/api/accounts", + "miners":"http://music.spdns.eu/api/miners", + "url":"music.spdns.eu", + "notify":"" + }, + { + "name":"NEONPOOL", + "stats":"http://neonpool.ddns.net/api/stats", + "blocks":"http://neonpool.ddns.net/api/blocks", + "payments":"http://neonpool.ddns.net/api/payments", + "accounts":"http://neonpool.ddns.net/api/accounts", + "miners":"http://neonpool.ddns.net/api/miners", + "url":"neonpool.ddns.net", + "notify":"" + }, + { + "name":"MINERTOPIA", + "stats":"http://musicminers.org/api/stats", + "blocks":"http://musicminers.org/api/blocks", + "payments":"http://musicminers.org/api/payments", + "accounts":"http://musicminers.org/api/accounts", + "miners":"http://musicminers.org/api/miners", + "url":"musicminers.org", + "notify":"" + }, + { + "name":"MINECRYPTO", + "stats":"http://46.101.61.172:8080/api/stats", + "blocks":"http://46.101.61.172:8080/api/blocks", + "payments":"http://46.101.61.172:8080/api/payments", + "accounts":"http://46.101.61.172:8080/api/accounts", + "miners":"http://46.101.61.172:8080/api/miners", + "url":"mc.minecrypto.pro", + "notify":"" + }, + { + "name":"COINMINERS", + "stats":"https://mc.coin-miners.info/api/stats", + "blocks":"https://mc.coin-miners.info/api/blocks", + "payments":"https://mc.coin-miners.info/api/payments", + "accounts":"https://mc.coin-miners.info/api/accounts", + "miners":"https://mc.coin-miners.info/api/miners", + "url":"mc.coin-miners.info", + "notify":"" + }, + { + "name":"TWMCPOOL", + "stats":"https://pool.musicoin.tw/api/stats", + "blocks":"https://pool.musicoin.tw/api/blocks", + "payments":"https://pool.musicoin.tw/api/payments", + "accounts":"https://pool.musicoin.tw/api/accounts", + "miners":"https://pool.musicoin.tw/api/miners", + "url":"pool.musicoin.tw", + "notify":"" + }, + { + "name":"GLOBALMINE", + "stats":"http://mscams.globalmine.net/api/stats", + "blocks":"http://mscams.globalmine.net/api/blocks", + "payments":"http://mscams.globalmine.net/api/payments", + "accounts":"http://mscams.globalmine.net/api/accounts", + "miners":"http://mscams.globalmine.net/api/miners", + "url":"mscams.globalmine.net", + "notify":"" + }, + { "name":"MYPOOL", "stats":"https://api.music.mypool.online/api/stats", "blocks":"https://api.music.mypool.online/api/blocks", @@ -128,145 +128,145 @@ "miners":"https://api.music.mypool.online/api/miners", "url":"music.mypool.online", "notify":"support@mypool.online" - }, - { - "name":"MIXPOOLS", - "stats":"https://musicapi.mixpools.org/api/stats", - "blocks":"https://musicapi.mixpools.org/api/blocks", - "payments":"https://musicapi.mixpools.org/api/payments", - "accounts":"https://musicapi.mixpools.org/api/accounts", - "miners":"https://musicapi.mixpools.org/api/miners", - "url":"mixpools.org", - "notify":"" - }, - { - "name":"TERRAHASH", - "stats":"http://mc.terrahash.cc/api/stats", - "blocks":"http://mc.terrahash.cc/api/blocks", - "payments":"http://mc.terrahash.cc/api/payments", - "accounts":"http://mc.terrahash.cc/api/accounts", - "miners":"http://mc.terrahash.cc/api/miners", - "url":"mc.terrahash.cc", - "notify":"" - }, - { - "name":"ORCHARDCOINS", - "stats":"http://music.orchardcoins.com/api/stats", - "blocks":"http://music.orchardcoins.com/api/blocks", - "payments":"http://music.orchardcoins.com/api/payments", - "accounts":"http://music.orchardcoins.com/api/accounts", - "miners":"http://music.orchardcoins.com/api/miners", - "url":"music.orchardcoins.com", - "notify":"" - }, - { - "name":"COINMINER", - "stats":"http://music.coinminer.space/api/stats", - "blocks":"http://music.coinminer.space/api/blocks", - "payments":"http://music.coinminer.space/api/payments", - "accounts":"http://music.coinminer.space/api/accounts", - "miners":"http://music.coinminer.space/api/miners", - "url":"music.coinminer.space", - "notify":"" - }, - { - "name":"SERVEHTTP", - "stats":"http://mcpool.servehttp.com/api/stats", - "blocks":"http://mcpool.servehttp.com/api/blocks", - "payments":"http://mcpool.servehttp.com/api/payments", - "accounts":"http://mcpool.servehttp.com/api/accounts", - "miners":"http://mcpool.servehttp.com/api/miners", - "url":"mcpool.servehttp.com", - "notify":"" - }, - { - "name":"EPOOL EU", - "stats":"https://emc.epool.io/api/stats", - "blocks":"https://emc.epool.io/api/blocks", - "payments":"https://emc.epool.io/api/payments", - "accounts":"https://emc.epool.io/api/accounts", - "miners":"https://emc.epool.io/api/miners", - "url":"emc.epool.io", - "notify":"" - }, - { - "name":"HODLPOOL", - "stats":"http://mc.hodlpool.com/api/stats", - "blocks":"http://mc.hodlpool.com/api/blocks", - "payments":"http://mc.hodlpool.com/api/payments", - "accounts":"http://mc.hodlpool.com/api/accounts", - "miners":"http://mc.hodlpool.com/api/miners", - "url":"mc.hodlpool.com", - "notify":"" - }, - { - "name":"MININGCLUB", - "stats":"http://musicoin.miningclub.info/api/stats", - "blocks":"http://musicoin.miningclub.info/api/blocks", - "payments":"http://musicoin.miningclub.info/api/payments", - "accounts":"http://musicoin.miningclub.info/api/accounts", - "miners":"http://musicoin.miningclub.info/api/miners", - "url":"musicoin.miningclub.info", - "notify":"" - }, - { - "name":"DIGITALPOOL", - "stats":"http://mc.digitalpool.cc/api/stats", - "blocks":"http://mc.digitalpool.cc/api/blocks", - "payments":"http://mc.digitalpool.cc/api/payments", - "accounts":"http://mc.digitalpool.cc/api/accounts", - "miners":"http://mc.digitalpool.cc/api/miners", - "url":"mc.digitalpool.cc", - "notify":"" - }, - { - "name":"HAKOPOOL", - "stats":"http://musicoin.hakopool.com/?w=api&stats", - "blocks":"http://musicoin.hakopool.com/?w=api&blocks", - "payments":"http://musicoin.hakopool.com/?w=api&payments", - "accounts":"http://musicoin.hakopool.com/?w=api&accounts", - "miners":"http://musicoin.hakopool.com/?w=api&miners", - "url":"musicoin.hakopool.com", - "notify":"" - }, - { - "name":"GPUMINE", - "stats":"https://music.gpumine.org/api/stats", - "blocks":"https://music.gpumine.org/api/blocks", - "payments":"https://music.gpumine.org/api/payments", - "accounts":"https://music.gpumine.org/api/accounts", - "miners":"https://music.gpumine.org/api/miners", - "url":"music.gpumine.org", - "notify":"" - }, - { - "name":"MINERSHQ", - "stats":"https://mc.minershq.net/api/stats", - "blocks":"https://mc.minershq.net/api/blocks", - "payments":"https://mc.minershq.net/api/payments", - "accounts":"https://mc.minershq.net/api/accounts", - "miners":"https://mc.minershq.net/api/miners", - "url":"mc.minershq.net", - "notify":"" - }, - { - "name":"DROWNINGPOOL", - "stats":"http://www.drowningpool.net/api/stats", - "blocks":"http://www.drowningpool.net/api/blocks", - "payments":"http://www.drowningpool.net/api/payments", - "accounts":"http://www.drowningpool.net/api/accounts", - "miners":"http://www.drowningpool.net/api/miners", - "url":"www.drowningpool.net", - "notify":"" - }, - { - "name":"COINSFARM", - "stats":"http://musicpool.rig-share.com:8080/api/stats", - "blocks":"http://musicpool.rig-share.com:8080/api/blocks", - "payments":"http://musicpool.rig-share.com:8080/api/payments", - "accounts":"http://musicpool.rig-share.com:8080/api/accounts", - "miners":"http://musicpool.rig-share.com:8080/api/miners", - "url":"coins.farm", - "notify":"" - } + }, + { + "name":"MIXPOOLS", + "stats":"https://musicapi.mixpools.org/api/stats", + "blocks":"https://musicapi.mixpools.org/api/blocks", + "payments":"https://musicapi.mixpools.org/api/payments", + "accounts":"https://musicapi.mixpools.org/api/accounts", + "miners":"https://musicapi.mixpools.org/api/miners", + "url":"mixpools.org", + "notify":"" + }, + { + "name":"TERRAHASH", + "stats":"http://mc.terrahash.cc/api/stats", + "blocks":"http://mc.terrahash.cc/api/blocks", + "payments":"http://mc.terrahash.cc/api/payments", + "accounts":"http://mc.terrahash.cc/api/accounts", + "miners":"http://mc.terrahash.cc/api/miners", + "url":"mc.terrahash.cc", + "notify":"" + }, + { + "name":"ORCHARDCOINS", + "stats":"http://music.orchardcoins.com/api/stats", + "blocks":"http://music.orchardcoins.com/api/blocks", + "payments":"http://music.orchardcoins.com/api/payments", + "accounts":"http://music.orchardcoins.com/api/accounts", + "miners":"http://music.orchardcoins.com/api/miners", + "url":"music.orchardcoins.com", + "notify":"" + }, + { + "name":"COINMINER", + "stats":"http://music.coinminer.space/api/stats", + "blocks":"http://music.coinminer.space/api/blocks", + "payments":"http://music.coinminer.space/api/payments", + "accounts":"http://music.coinminer.space/api/accounts", + "miners":"http://music.coinminer.space/api/miners", + "url":"music.coinminer.space", + "notify":"" + }, + { + "name":"SERVEHTTP", + "stats":"http://mcpool.servehttp.com/api/stats", + "blocks":"http://mcpool.servehttp.com/api/blocks", + "payments":"http://mcpool.servehttp.com/api/payments", + "accounts":"http://mcpool.servehttp.com/api/accounts", + "miners":"http://mcpool.servehttp.com/api/miners", + "url":"mcpool.servehttp.com", + "notify":"" + }, + { + "name":"EPOOL EU", + "stats":"https://emc.epool.io/api/stats", + "blocks":"https://emc.epool.io/api/blocks", + "payments":"https://emc.epool.io/api/payments", + "accounts":"https://emc.epool.io/api/accounts", + "miners":"https://emc.epool.io/api/miners", + "url":"emc.epool.io", + "notify":"" + }, + { + "name":"HODLPOOL", + "stats":"http://mc.hodlpool.com/api/stats", + "blocks":"http://mc.hodlpool.com/api/blocks", + "payments":"http://mc.hodlpool.com/api/payments", + "accounts":"http://mc.hodlpool.com/api/accounts", + "miners":"http://mc.hodlpool.com/api/miners", + "url":"mc.hodlpool.com", + "notify":"" + }, + { + "name":"MININGCLUB", + "stats":"http://musicoin.miningclub.info/api/stats", + "blocks":"http://musicoin.miningclub.info/api/blocks", + "payments":"http://musicoin.miningclub.info/api/payments", + "accounts":"http://musicoin.miningclub.info/api/accounts", + "miners":"http://musicoin.miningclub.info/api/miners", + "url":"musicoin.miningclub.info", + "notify":"" + }, + { + "name":"DIGITALPOOL", + "stats":"http://mc.digitalpool.cc/api/stats", + "blocks":"http://mc.digitalpool.cc/api/blocks", + "payments":"http://mc.digitalpool.cc/api/payments", + "accounts":"http://mc.digitalpool.cc/api/accounts", + "miners":"http://mc.digitalpool.cc/api/miners", + "url":"mc.digitalpool.cc", + "notify":"" + }, + { + "name":"HAKOPOOL", + "stats":"http://musicoin.hakopool.com/?w=api&stats", + "blocks":"http://musicoin.hakopool.com/?w=api&blocks", + "payments":"http://musicoin.hakopool.com/?w=api&payments", + "accounts":"http://musicoin.hakopool.com/?w=api&accounts", + "miners":"http://musicoin.hakopool.com/?w=api&miners", + "url":"musicoin.hakopool.com", + "notify":"" + }, + { + "name":"GPUMINE", + "stats":"https://music.gpumine.org/api/stats", + "blocks":"https://music.gpumine.org/api/blocks", + "payments":"https://music.gpumine.org/api/payments", + "accounts":"https://music.gpumine.org/api/accounts", + "miners":"https://music.gpumine.org/api/miners", + "url":"music.gpumine.org", + "notify":"" + }, + { + "name":"MINERSHQ", + "stats":"https://mc.minershq.net/api/stats", + "blocks":"https://mc.minershq.net/api/blocks", + "payments":"https://mc.minershq.net/api/payments", + "accounts":"https://mc.minershq.net/api/accounts", + "miners":"https://mc.minershq.net/api/miners", + "url":"mc.minershq.net", + "notify":"" + }, + { + "name":"DROWNINGPOOL", + "stats":"http://www.drowningpool.net/api/stats", + "blocks":"http://www.drowningpool.net/api/blocks", + "payments":"http://www.drowningpool.net/api/payments", + "accounts":"http://www.drowningpool.net/api/accounts", + "miners":"http://www.drowningpool.net/api/miners", + "url":"www.drowningpool.net", + "notify":"" + }, + { + "name":"COINSFARM", + "stats":"http://musicpool.rig-share.com:8080/api/stats", + "blocks":"http://musicpool.rig-share.com:8080/api/blocks", + "payments":"http://musicpool.rig-share.com:8080/api/payments", + "accounts":"http://musicpool.rig-share.com:8080/api/accounts", + "miners":"http://musicpool.rig-share.com:8080/api/miners", + "url":"coins.farm", + "notify":"" + } ] diff --git a/pegascoin.json b/pegascoin.json index 35cca34..a0b629b 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -1,82 +1,82 @@ -[ - { - "name":"MINERPOOL.NET", - "stats":"http://pgc.minerpool.net/api/stats", - "blocks":"http://pgc.minerpool.net/api/blocks", - "payments":"http://pgc.minerpool.net/api/payments", - "accounts":"http://pgc.minerpool.net/api/accounts", - "miners":"http://pgc.minerpool.net/api/miners", - "url":"pgc.minerpool.net", - "notify":"" - }, - { - "name":"COINMINER", - "stats":"http://pgc.coinminer.space/api/stats", - "blocks":"http://pgc.coinminer.space/api/blocks", - "payments":"http://pgc.coinminer.space/api/payments", - "accounts":"http://pgc.coinminer.space/api/accounts", - "miners":"http://pgc.coinminer.space/api/miners", - "url":"pgc.coinminer.space", - "notify":"" - }, - { - "name":"COIN-MINERS", - "stats":"https://pgc.coin-miners.info/api/stats", - "blocks":"https://pgc.coin-miners.info/api/blocks", - "payments":"https://pgc.coin-miners.info/api/payments", - "accounts":"https://pgc.coin-miners.info/api/accounts", - "miners":"https://pgc.coin-miners.info/api/miners", - "url":"pgc.coin-miners.info", +[ + { + "name":"MINERPOOL.NET", + "stats":"http://pgc.minerpool.net/api/stats", + "blocks":"http://pgc.minerpool.net/api/blocks", + "payments":"http://pgc.minerpool.net/api/payments", + "accounts":"http://pgc.minerpool.net/api/accounts", + "miners":"http://pgc.minerpool.net/api/miners", + "url":"pgc.minerpool.net", + "notify":"" + }, + { + "name":"COINMINER", + "stats":"http://pgc.coinminer.space/api/stats", + "blocks":"http://pgc.coinminer.space/api/blocks", + "payments":"http://pgc.coinminer.space/api/payments", + "accounts":"http://pgc.coinminer.space/api/accounts", + "miners":"http://pgc.coinminer.space/api/miners", + "url":"pgc.coinminer.space", + "notify":"" + }, + { + "name":"COIN-MINERS", + "stats":"https://pgc.coin-miners.info/api/stats", + "blocks":"https://pgc.coin-miners.info/api/blocks", + "payments":"https://pgc.coin-miners.info/api/payments", + "accounts":"https://pgc.coin-miners.info/api/accounts", + "miners":"https://pgc.coin-miners.info/api/miners", + "url":"pgc.coin-miners.info", "notify":"" - }, - { - "name":"LITWILLER", - "stats":"https://pega.litwiller.us/api/stats", - "blocks":"https://pega.litwiller.us/api/blocks", - "payments":"https://pega.litwiller.us/api/payments", - "accounts":"https://pega.litwiller.us/api/accounts", - "miners":"https://pega.litwiller.us/api/miners", - "url":"pega.litwiller.us", - "notify":"" - }, - { - "name":"HODLPOOL", - "stats":"http://pgc.hodlpool.com:8109/api/stats", - "blocks":"http://pgc.hodlpool.com:8109/api/blocks", - "payments":"http://pgc.hodlpool.com:8109/api/payments", - "accounts":"http://pgc.hodlpool.com:8109/api/accounts", - "miners":"http://pgc.hodlpool.com:8109/api/miners", - "url":"pgc.hodlpool.com", - "notify":"" - }, - { - "name":"ETHASH-COINS", - "stats":"http://pgc.ethash-coins.ru/api/stats", - "blocks":"http://pgc.ethash-coins.ru/api/blocks", - "payments":"http://pgc.ethash-coins.ru/api/payments", - "accounts":"http://pgc.ethash-coins.ru/api/accounts", - "miners":"http://pgc.ethash-coins.ru/api/miners", - "url":"pgc.ethash-coins.ru", - "notify":"" - }, - { - "name":"CRYPTOPOOLS", - "stats":"http://pegas.cryptopools.info/api/stats", - "blocks":"http://pegas.cryptopools.info/api/blocks", - "payments":"http://pegas.cryptopools.info/api/payments", - "accounts":"http://pegas.cryptopools.info/api/accounts", - "miners":"http://pegas.cryptopools.info/api/miners", - "url":"pegas.cryptopools.info", - "notify":"" - }, - { - "name":"PEGAPOOL", - "stats":"http://pegapool.com/api/stats", - "blocks":"http://pegapool.com/api/blocks", - "payments":"http://pegapool.com/api/payments", - "accounts":"http://pegapool.com/api/accounts", - "miners":"http://pegapool.com/api/miners", - "url":"pegapool.com", - "notify":"" - } + }, + { + "name":"LITWILLER", + "stats":"https://pega.litwiller.us/api/stats", + "blocks":"https://pega.litwiller.us/api/blocks", + "payments":"https://pega.litwiller.us/api/payments", + "accounts":"https://pega.litwiller.us/api/accounts", + "miners":"https://pega.litwiller.us/api/miners", + "url":"pega.litwiller.us", + "notify":"" + }, + { + "name":"HODLPOOL", + "stats":"http://pgc.hodlpool.com:8109/api/stats", + "blocks":"http://pgc.hodlpool.com:8109/api/blocks", + "payments":"http://pgc.hodlpool.com:8109/api/payments", + "accounts":"http://pgc.hodlpool.com:8109/api/accounts", + "miners":"http://pgc.hodlpool.com:8109/api/miners", + "url":"pgc.hodlpool.com", + "notify":"" + }, + { + "name":"ETHASH-COINS", + "stats":"http://pgc.ethash-coins.ru/api/stats", + "blocks":"http://pgc.ethash-coins.ru/api/blocks", + "payments":"http://pgc.ethash-coins.ru/api/payments", + "accounts":"http://pgc.ethash-coins.ru/api/accounts", + "miners":"http://pgc.ethash-coins.ru/api/miners", + "url":"pgc.ethash-coins.ru", + "notify":"" + }, + { + "name":"CRYPTOPOOLS", + "stats":"http://pegas.cryptopools.info/api/stats", + "blocks":"http://pegas.cryptopools.info/api/blocks", + "payments":"http://pegas.cryptopools.info/api/payments", + "accounts":"http://pegas.cryptopools.info/api/accounts", + "miners":"http://pegas.cryptopools.info/api/miners", + "url":"pegas.cryptopools.info", + "notify":"" + }, + { + "name":"PEGAPOOL", + "stats":"http://pegapool.com/api/stats", + "blocks":"http://pegapool.com/api/blocks", + "payments":"http://pegapool.com/api/payments", + "accounts":"http://pegapool.com/api/accounts", + "miners":"http://pegapool.com/api/miners", + "url":"pegapool.com", + "notify":"" + } ] diff --git a/pirlcoin.json b/pirlcoin.json index 405ca82..7d75f62 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -1,222 +1,222 @@ -[ - { - "name":"MINERPOOL.NET", - "stats":"http://pirl.minerpool.net/api/stats", - "blocks":"http://pirl.minerpool.net/api/blocks", - "payments":"http://pirl.minerpool.net/api/payments", - "accounts":"http://pirl.minerpool.net/api/accounts", - "miners":"http://pirl.minerpool.net/api/miners", - "url":"pirl.minerpool.net", - "notify":"" - }, - { - "name":"HPPCG", - "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", - "blocks":"https://us-nj-01.pools.hppcg.com/pirl/api/blocks", - "payments":"https://us-nj-01.pools.hppcg.com/pirl/api/payments", - "accounts":"https://us-nj-01.pools.hppcg.com/pirl/api/accounts", - "miners":"https://us-nj-01.pools.hppcg.com/pirl/api/miners", - "url":"pools.hppcg.com", - "notify":"" - }, - { - "name":"DIGITALPOOL", - "stats":"http://pirl.digitalpool.cc/api/stats", - "blocks":"http://pirl.digitalpool.cc/api/blocks", - "payments":"http://pirl.digitalpool.cc/api/payments", - "accounts":"http://pirl.digitalpool.cc/api/accounts", - "miners":"http://pirl.digitalpool.cc/api/miners", - "url":"pirl.digitalpool.cc", - "notify":"" - }, - { - "name":"POOL.SEXY", - "stats":"http://pirl.pool.sexy/api6/stats", - "blocks":"http://pirl.pool.sexy/api6/blocks", - "payments":"http://pirl.pool.sexy/api6/payments", - "accounts":"http://pirl.pool.sexy/api6/accounts", - "miners":"http://pirl.pool.sexy/api6/miners", - "url":"pirl.pool.sexy", - "notify":"" - }, - { - "name":"MOLE-POOL", - "stats":"http://109.70.186.58:3020/api/stats", - "blocks":"http://109.70.186.58:3020/api/blocks", - "payments":"http://109.70.186.58:3020/api/payments", - "accounts":"http://109.70.186.58:3020/api/accounts", - "miners":"http://109.70.186.58:3020/api/miners", - "url":"mole-pool.net", - "notify":"" - }, - { - "name":"ALLCANMINE", - "stats":"http://pirl.allcanmine.net/api/stats", - "blocks":"http://pirl.allcanmine.net/api/blocks", - "payments":"http://pirl.allcanmine.net/api/payments", - "accounts":"http://pirl.allcanmine.net/api/accounts", - "miners":"http://pirl.allcanmine.net/api/miners", - "url":"pirl.allcanmine.net", - "notify":"" - }, - { - "name":"ETHASH-COINS", - "stats":"http://pirl.ethash-coins.ru/api/stats", - "blocks":"http://pirl.ethash-coins.ru/api/blocks", - "payments":"http://pirl.ethash-coins.ru/api/payments", - "accounts":"http://pirl.ethash-coins.ru/api/accounts", - "miners":"http://pirl.ethash-coins.ru/api/miners", - "url":"pirl.ethash-coins.ru", - "notify":"" - }, - { - "name":"COINMINER", - "stats":"http://pirl.coinminer.space/api/stats", - "blocks":"http://pirl.coinminer.space/api/blocks", - "payments":"http://pirl.coinminer.space/api/payments", - "accounts":"http://pirl.coinminer.space/api/accounts", - "miners":"http://pirl.coinminer.space/api/miners", - "url":"pirl.coinminer.space", - "notify":"" - }, - { - "name":"REIDOCOIN", - "stats":"https://pirl.reidocoin.com.br/api/stats", - "blocks":"https://pirl.reidocoin.com.br/api/blocks", - "payments":"https://pirl.reidocoin.com.br/api/payments", - "accounts":"https://pirl.reidocoin.com.br/api/accounts", - "miners":"https://pirl.reidocoin.com.br/api/miners", - "url":"pirl.reidocoin.com.br", - "notify":"" - }, - { - "name":"CRYPTOPOOLS", - "stats":"http://pirl.cryptopools.info/api/stats", - "blocks":"http://pirl.cryptopools.info/api/blocks", - "payments":"http://pirl.cryptopools.info/api/payments", - "accounts":"http://pirl.cryptopools.info/api/accounts", - "miners":"http://pirl.cryptopools.info/api/miners", - "url":"pirl.cryptopools.info", - "notify":"" - }, - { - "name":"COIN-MINERS", - "stats":"https://pirl.coin-miners.info/api/stats", - "blocks":"https://pirl.coin-miners.info/api/blocks", - "payments":"https://pirl.coin-miners.info/api/payments", - "accounts":"https://pirl.coin-miners.info/api/accounts", - "miners":"https://pirl.coin-miners.info/api/miners", - "url":"pirl.coin-miners.info", - "notify":"" - }, - { - "name":"ZET-TECH", - "stats":"https://pirl.zet-tech.eu/api/stats", - "blocks":"https://pirl.zet-tech.eu/api/blocks", - "payments":"https://pirl.zet-tech.eu/api/payments", - "accounts":"https://pirl.zet-tech.eu/api/accounts", - "miners":"https://pirl.zet-tech.eu/api/miners", - "url":"pirl.zet-tech.eu", - "notify":"" - }, - { - "name":"MINERS-ZONE", - "stats":"http://pirl.miners-zone.net/apipirl/stats", - "blocks":"http://pirl.miners-zone.net/apipirl/blocks", - "payments":"http://pirl.miners-zone.net/apipirl/payments", - "accounts":"http://pirl.miners-zone.net/apipirl/accounts", - "miners":"http://pirl.miners-zone.net/apipirl/miners", - "url":"pirl.miners-zone.net", - "notify":"" - }, - { - "name":"HASHINGPOOL", - "stats":"http://www.hashingpool.party/api/stats", - "blocks":"http://www.hashingpool.party/api/blocks", - "payments":"http://www.hashingpool.party/api/payments", - "accounts":"http://www.hashingpool.party/api/accounts", - "miners":"http://www.hashingpool.party/api/miners", - "url":"www.hashingpool.party", - "notify":"" - }, - { - "name":"CRYPTOPROS.US", - "stats":"https://pirl.cryptopros.us/api/stats", - "blocks":"https://pirl.cryptopros.us/api/blocks", - "payments":"https://pirl.cryptopros.us/api/payments", - "accounts":"https://pirl.cryptopros.us/api/accounts", - "miners":"https://pirl.cryptopros.us/api/miners", - "url":"pirl.cryptopros.us", - "notify":"litwi1rm@gmail.com" - }, - { - "name":"MINING-POOL", - "stats":"http://pirl.mining-pool.fr/api/stats", - "blocks":"http://pirl.mining-pool.fr/api/blocks", - "payments":"http://pirl.mining-pool.fr/api/payments", - "accounts":"http://pirl.mining-pool.fr/api/accounts", - "miners":"http://pirl.mining-pool.fr/api/miners", - "url":"pirl.mining-pool.fr", - "notify":"" - }, - { - "name":"ESPOOL.EU", - "stats":"http://pirl.espool.eu/api/stats", - "blocks":"http://pirl.espool.eu/api/blocks", - "payments":"http://pirl.espool.eu/api/payments", - "accounts":"http://pirl.espool.eu/api/accounts", - "miners":"http://pirl.espool.eu/api/miners", - "url":"pirl.espool.eu", - "notify":"masterplanelles@gmail.com" - }, - { - "name":"CRYPTOBITS.LTD", - "stats":"http://pirl.cryptobits.ltd/pirl/api/stats", - "blocks":"http://pirl.cryptobits.ltd/pirl/api/blocks", - "payments":"http://pirl.cryptobits.ltd/pirl/api/payments", - "accounts":"http://pirl.cryptobits.ltd/pirl/api/accounts", - "miners":"http://pirl.cryptobits.ltd/pirl/api/miners", - "url":"pirl.cryptobits.ltd", - "notify":"cryptobitsokc@gmail.com" - }, - { - "name":"SONOFATECH", - "stats":"http://pirl.sonofatech.com/api/stats", - "blocks":"http://pirl.sonofatech.com/api/blocks", - "payments":"http://pirl.sonofatech.com/api/payments", - "accounts":"http://pirl.sonofatech.com/api/accounts", - "miners":"http://pirl.sonofatech.com/api/miners", - "url":"pirl.sonofatech.com", - "notify":"" - }, - { - "name":"EPOOL.IO", - "stats":"https://pirl.epool.io/api/stats", - "blocks":"https://pirl.epool.io/api/index", - "payments":"https://pirl.epool.io/api/payments", - "accounts":"https://pirl.epool.io/api/accounts", - "miners":"https://pirl.epool.io/api/miners", - "url":"pirl.epool.io", - "notify":"" - }, - { - "name":"BAIKALMINE", - "stats":"http://pirl.baikalmine.ru/api/stats", - "blocks":"http://pirl.baikalmine.ru/api/blocks", - "payments":"http://pirl.baikalmine.ru/api/payments", - "accounts":"http://pirl.baikalmine.ru/api/accounts", - "miners":"http://pirl.baikalmine.ru/api/miners", - "url":"pirl.baikalmine.ru", - "notify":"" - }, - { - "name":"MYPOOL", - "stats":"https://api.pirl.mypool.online/api/stats", - "blocks":"https://api.pirl.mypool.online/api/blocks", - "payments":"https://api.pirl.mypool.online/api/payments", - "accounts":"https://api.pirl.mypool.online/api/accounts", - "miners":"https://api.pirl.mypool.online/api/miners", - "url":"pirl.mypool.online", - "notify":"support@mypool.online" - } +[ + { + "name":"MINERPOOL.NET", + "stats":"http://pirl.minerpool.net/api/stats", + "blocks":"http://pirl.minerpool.net/api/blocks", + "payments":"http://pirl.minerpool.net/api/payments", + "accounts":"http://pirl.minerpool.net/api/accounts", + "miners":"http://pirl.minerpool.net/api/miners", + "url":"pirl.minerpool.net", + "notify":"" + }, + { + "name":"HPPCG", + "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", + "blocks":"https://us-nj-01.pools.hppcg.com/pirl/api/blocks", + "payments":"https://us-nj-01.pools.hppcg.com/pirl/api/payments", + "accounts":"https://us-nj-01.pools.hppcg.com/pirl/api/accounts", + "miners":"https://us-nj-01.pools.hppcg.com/pirl/api/miners", + "url":"pools.hppcg.com", + "notify":"" + }, + { + "name":"DIGITALPOOL", + "stats":"http://pirl.digitalpool.cc/api/stats", + "blocks":"http://pirl.digitalpool.cc/api/blocks", + "payments":"http://pirl.digitalpool.cc/api/payments", + "accounts":"http://pirl.digitalpool.cc/api/accounts", + "miners":"http://pirl.digitalpool.cc/api/miners", + "url":"pirl.digitalpool.cc", + "notify":"" + }, + { + "name":"POOL.SEXY", + "stats":"http://pirl.pool.sexy/api6/stats", + "blocks":"http://pirl.pool.sexy/api6/blocks", + "payments":"http://pirl.pool.sexy/api6/payments", + "accounts":"http://pirl.pool.sexy/api6/accounts", + "miners":"http://pirl.pool.sexy/api6/miners", + "url":"pirl.pool.sexy", + "notify":"" + }, + { + "name":"MOLE-POOL", + "stats":"http://109.70.186.58:3020/api/stats", + "blocks":"http://109.70.186.58:3020/api/blocks", + "payments":"http://109.70.186.58:3020/api/payments", + "accounts":"http://109.70.186.58:3020/api/accounts", + "miners":"http://109.70.186.58:3020/api/miners", + "url":"mole-pool.net", + "notify":"" + }, + { + "name":"ALLCANMINE", + "stats":"http://pirl.allcanmine.net/api/stats", + "blocks":"http://pirl.allcanmine.net/api/blocks", + "payments":"http://pirl.allcanmine.net/api/payments", + "accounts":"http://pirl.allcanmine.net/api/accounts", + "miners":"http://pirl.allcanmine.net/api/miners", + "url":"pirl.allcanmine.net", + "notify":"" + }, + { + "name":"ETHASH-COINS", + "stats":"http://pirl.ethash-coins.ru/api/stats", + "blocks":"http://pirl.ethash-coins.ru/api/blocks", + "payments":"http://pirl.ethash-coins.ru/api/payments", + "accounts":"http://pirl.ethash-coins.ru/api/accounts", + "miners":"http://pirl.ethash-coins.ru/api/miners", + "url":"pirl.ethash-coins.ru", + "notify":"" + }, + { + "name":"COINMINER", + "stats":"http://pirl.coinminer.space/api/stats", + "blocks":"http://pirl.coinminer.space/api/blocks", + "payments":"http://pirl.coinminer.space/api/payments", + "accounts":"http://pirl.coinminer.space/api/accounts", + "miners":"http://pirl.coinminer.space/api/miners", + "url":"pirl.coinminer.space", + "notify":"" + }, + { + "name":"REIDOCOIN", + "stats":"https://pirl.reidocoin.com.br/api/stats", + "blocks":"https://pirl.reidocoin.com.br/api/blocks", + "payments":"https://pirl.reidocoin.com.br/api/payments", + "accounts":"https://pirl.reidocoin.com.br/api/accounts", + "miners":"https://pirl.reidocoin.com.br/api/miners", + "url":"pirl.reidocoin.com.br", + "notify":"" + }, + { + "name":"CRYPTOPOOLS", + "stats":"http://pirl.cryptopools.info/api/stats", + "blocks":"http://pirl.cryptopools.info/api/blocks", + "payments":"http://pirl.cryptopools.info/api/payments", + "accounts":"http://pirl.cryptopools.info/api/accounts", + "miners":"http://pirl.cryptopools.info/api/miners", + "url":"pirl.cryptopools.info", + "notify":"" + }, + { + "name":"COIN-MINERS", + "stats":"https://pirl.coin-miners.info/api/stats", + "blocks":"https://pirl.coin-miners.info/api/blocks", + "payments":"https://pirl.coin-miners.info/api/payments", + "accounts":"https://pirl.coin-miners.info/api/accounts", + "miners":"https://pirl.coin-miners.info/api/miners", + "url":"pirl.coin-miners.info", + "notify":"" + }, + { + "name":"ZET-TECH", + "stats":"https://pirl.zet-tech.eu/api/stats", + "blocks":"https://pirl.zet-tech.eu/api/blocks", + "payments":"https://pirl.zet-tech.eu/api/payments", + "accounts":"https://pirl.zet-tech.eu/api/accounts", + "miners":"https://pirl.zet-tech.eu/api/miners", + "url":"pirl.zet-tech.eu", + "notify":"" + }, + { + "name":"MINERS-ZONE", + "stats":"http://pirl.miners-zone.net/apipirl/stats", + "blocks":"http://pirl.miners-zone.net/apipirl/blocks", + "payments":"http://pirl.miners-zone.net/apipirl/payments", + "accounts":"http://pirl.miners-zone.net/apipirl/accounts", + "miners":"http://pirl.miners-zone.net/apipirl/miners", + "url":"pirl.miners-zone.net", + "notify":"" + }, + { + "name":"HASHINGPOOL", + "stats":"http://www.hashingpool.party/api/stats", + "blocks":"http://www.hashingpool.party/api/blocks", + "payments":"http://www.hashingpool.party/api/payments", + "accounts":"http://www.hashingpool.party/api/accounts", + "miners":"http://www.hashingpool.party/api/miners", + "url":"www.hashingpool.party", + "notify":"" + }, + { + "name":"CRYPTOPROS.US", + "stats":"https://pirl.cryptopros.us/api/stats", + "blocks":"https://pirl.cryptopros.us/api/blocks", + "payments":"https://pirl.cryptopros.us/api/payments", + "accounts":"https://pirl.cryptopros.us/api/accounts", + "miners":"https://pirl.cryptopros.us/api/miners", + "url":"pirl.cryptopros.us", + "notify":"litwi1rm@gmail.com" + }, + { + "name":"MINING-POOL", + "stats":"http://pirl.mining-pool.fr/api/stats", + "blocks":"http://pirl.mining-pool.fr/api/blocks", + "payments":"http://pirl.mining-pool.fr/api/payments", + "accounts":"http://pirl.mining-pool.fr/api/accounts", + "miners":"http://pirl.mining-pool.fr/api/miners", + "url":"pirl.mining-pool.fr", + "notify":"" + }, + { + "name":"ESPOOL.EU", + "stats":"http://pirl.espool.eu/api/stats", + "blocks":"http://pirl.espool.eu/api/blocks", + "payments":"http://pirl.espool.eu/api/payments", + "accounts":"http://pirl.espool.eu/api/accounts", + "miners":"http://pirl.espool.eu/api/miners", + "url":"pirl.espool.eu", + "notify":"masterplanelles@gmail.com" + }, + { + "name":"CRYPTOBITS.LTD", + "stats":"http://pirl.cryptobits.ltd/pirl/api/stats", + "blocks":"http://pirl.cryptobits.ltd/pirl/api/blocks", + "payments":"http://pirl.cryptobits.ltd/pirl/api/payments", + "accounts":"http://pirl.cryptobits.ltd/pirl/api/accounts", + "miners":"http://pirl.cryptobits.ltd/pirl/api/miners", + "url":"pirl.cryptobits.ltd", + "notify":"cryptobitsokc@gmail.com" + }, + { + "name":"SONOFATECH", + "stats":"http://pirl.sonofatech.com/api/stats", + "blocks":"http://pirl.sonofatech.com/api/blocks", + "payments":"http://pirl.sonofatech.com/api/payments", + "accounts":"http://pirl.sonofatech.com/api/accounts", + "miners":"http://pirl.sonofatech.com/api/miners", + "url":"pirl.sonofatech.com", + "notify":"" + }, + { + "name":"EPOOL.IO", + "stats":"https://pirl.epool.io/api/stats", + "blocks":"https://pirl.epool.io/api/index", + "payments":"https://pirl.epool.io/api/payments", + "accounts":"https://pirl.epool.io/api/accounts", + "miners":"https://pirl.epool.io/api/miners", + "url":"pirl.epool.io", + "notify":"" + }, + { + "name":"BAIKALMINE", + "stats":"http://pirl.baikalmine.ru/api/stats", + "blocks":"http://pirl.baikalmine.ru/api/blocks", + "payments":"http://pirl.baikalmine.ru/api/payments", + "accounts":"http://pirl.baikalmine.ru/api/accounts", + "miners":"http://pirl.baikalmine.ru/api/miners", + "url":"pirl.baikalmine.ru", + "notify":"" + }, + { + "name":"MYPOOL", + "stats":"https://api.pirl.mypool.online/api/stats", + "blocks":"https://api.pirl.mypool.online/api/blocks", + "payments":"https://api.pirl.mypool.online/api/payments", + "accounts":"https://api.pirl.mypool.online/api/accounts", + "miners":"https://api.pirl.mypool.online/api/miners", + "url":"pirl.mypool.online", + "notify":"support@mypool.online" + } ] diff --git a/ubiq.json b/ubiq.json index 30d9d0c..7d7f8a5 100644 --- a/ubiq.json +++ b/ubiq.json @@ -1,195 +1,195 @@ -[ - { - "name":"MINERPOOL.NET", - "stats":"http://ubiq.minerpool.net/api/stats", - "blocks":"http://ubiq.minerpool.net/api/blocks", - "payments":"http://ubiq.minerpool.net/api/payments", - "accounts":"http://ubiq.minerpool.net/api/accounts", - "miners":"http://ubiq.minerpool.net/api/miners", - "url":"ubiq.minerpool.net", - "notify":"support@minerpool.net" - }, - { - "name":"REIDOCOIN", - "stats":"https://ubq.reidocoin.com.br/api/stats", - "blocks":"https://ubq.reidocoin.com.br/api/blocks", - "payments":"https://ubq.reidocoin.com.br/api/payments", - "accounts":"https://ubq.reidocoin.com.br/api/accounts", - "miners":"https://ubq.reidocoin.com.br/api/miners", - "url":"ubq.reidocoin.com.br", - "notify":"pool@reidocoin.com.br" - }, - { - "name":"CHINA UBIQ POOL", - "stats":"http://ubiq.allcanmine.net/api/stats", - "blocks":"http://ubiq.allcanmine.net/api/blocks", - "payments":"http://ubiq.allcanmine.net/api/payments", - "accounts":"http://ubiq.allcanmine.net/api/accounts", - "miners":"http://ubiq.allcanmine.net/api/miners", - "url":"ubiq.allcanmine.net", - "notify":"" - }, - { - "name":"UBIQPEON", - "stats":"http://ubiq.spdns.eu/api/stats", - "blocks":"http://ubiq.spdns.eu/api/blocks", - "payments":"http://ubiq.spdns.eu/api/payments", - "accounts":"http://ubiq.spdns.eu/api/accounts", - "miners":"http://ubiq.spdns.eu/api/miners", - "url":"ubiq.spdns.eu", - "notify":"" - }, - { - "name":"LOWFEEMINING", - "stats":"http://ubiq.lowfeemining.com:8080/api/stats", - "blocks":"http://ubiq.lowfeemining.com:8080/api/blocks", - "payments":"http://ubiq.lowfeemining.com:8080/api/payments", - "accounts":"http://ubiq.lowfeemining.com:8080/api/accounts", - "miners":"http://ubiq.lowfeemining.com:8080/api/miners", - "url":"ubiq.lowfeemining.com", - "notify":"" - }, - { - "name":"HODLPOOL", - "stats":"http://ubiq.hodlpool.com/api/stats", - "blocks":"http://ubiq.hodlpool.com/api/blocks", - "payments":"http://ubiq.hodlpool.com/api/payments", - "accounts":"http://ubiq.hodlpool.com/api/accounts", - "miners":"http://ubiq.hodlpool.com/api/miners", - "url":"ubiq.hodlpool.com", - "notify":"" - }, - { - "name":"TERRAHASH", - "stats":"http://ubq.terrahash.cc/api/stats", - "blocks":"http://ubq.terrahash.cc/api/blocks", - "payments":"http://ubq.terrahash.cc/api/payments", - "accounts":"http://ubq.terrahash.cc/api/accounts", - "miners":"http://ubq.terrahash.cc/api/miners", - "url":"ubq.terrahash.cc", - "notify":"" - }, - { - "name":"ASIA UBIQ POOL", - "stats":"http://pool.ubq.tw/api/stats", - "blocks":"http://pool.ubq.tw/api/blocks", - "payments":"http://pool.ubq.tw/api/payments", - "accounts":"http://pool.ubq.tw/api/accounts", - "miners":"http://pool.ubq.tw/api/miners", - "url":"pool.ubq.tw", - "notify":"" - }, - { - "name":"EPICPOOL", - "stats":"http://ubiq.epicpool.club/api/stats", - "blocks":"http://ubiq.epicpool.club/api/blocks", - "payments":"http://ubiq.epicpool.club/api/payments", - "accounts":"http://ubiq.epicpool.club/api/accounts", - "miners":"http://ubiq.epicpool.club/api/miners", - "url":"ubiq.epicpool.club", - "notify":"" - }, - { - "name":"HAKOPOOL", - "stats":"http://ubiq.hakopool.com/?w=api&stats", - "blocks":"http://ubiq.hakopool.com/?w=api&blocks", - "payments":"http://ubiq.hakopool.com/?w=api&payments", - "accounts":"http://ubiq.hakopool.com/?w=api&accounts", - "miners":"http://ubiq.hakopool.com/?w=api&miners", - "url":"ubiq.hakopool.com", - "notify":"" - }, - { - "name":"UBIQPOOL", - "stats":"https://ubiqpool.io/api/stats", - "blocks":"https://ubiqpool.io/api/blocks", - "payments":"https://ubiqpool.io/api/payments", - "accounts":"https://ubiqpool.io/api/accounts", - "miners":"https://ubiqpool.io/api/miners", - "url":"ubiqpool.io", - "notify":"" - }, - { - "name":"MINERS-ZONE", - "stats":"http://ubq.miners-zone.net/api/stats", - "blocks":"http://ubq.miners-zone.net/api/blocks", - "payments":"http://ubq.miners-zone.net/api/payments", - "accounts":"http://ubq.miners-zone.net/api/accounts", - "miners":"http://ubq.miners-zone.net/api/miners", - "url":"ubq.miners-zone.net", - "notify":"" - }, - { - "name":"POOLCOIN", - "stats":"http://ubq.poolcoin.biz/apiubq/stats", - "blocks":"http://ubq.poolcoin.biz/apiubq/blocks", - "payments":"http://ubq.poolcoin.biz/apiubq/payments", - "accounts":"http://ubq.poolcoin.biz/api/accounts", - "miners":"http://ubq.poolcoin.biz/api/miners", - "url":"ubq.poolcoin.biz", - "notify":"" - }, - { - "name":"MOLE-POOL", - "stats":"http://109.70.186.58:5050/api/stats", - "blocks":"http://109.70.186.58:5050/api/blocks", - "payments":"http://109.70.186.58:5050/api/payments", - "accounts":"http://109.70.186.58:5050/api/accounts", - "miners":"http://109.70.186.58:5050/api/miners", - "url":"ubiq.mole-pool.net", - "notify":"" - }, - { - "name":"POOLSEXY", - "stats":"http://ubq.pool.sexy/api/stats", - "blocks":"http://ubq.pool.sexy/api/blocks", - "payments":"http://ubq.pool.sexy/api/payments", - "accounts":"http://ubq.pool.sexy/api/accounts", - "miners":"http://ubq.pool.sexy/api/miners", - "url":"ubq.pool.sexy", - "notify":"" - }, - { - "name":"UBIQMINER", - "stats":"http://ubiqminer.com/api/stats", - "blocks":"http://ubiqminer.com/api/blocks", - "payments":"http://ubiqminer.com/api/payments", - "accounts":"http://ubiqminer.com/api/accounts", - "miners":"http://ubiqminer.com/api/miners", - "url":"ubiqminer.com", - "notify":"" - }, - { - "name":"UBIQMINERS", - "stats":"http://ubiqminers.org/api/stats", - "blocks":"http://ubiqminers.org/api/blocks", - "payments":"http://ubiqminers.org/api/payments", - "accounts":"http://ubiqminers.org/api/accounts", - "miners":"http://ubiqminers.org/api/miners", - "url":"ubiqminers.org", - "notify":"" - }, - { - "name":"EPOOL", - "stats":"https://ubq.epool.io/api/stats", - "blocks":"https://ubq.epool.io/api/blocks", - "payments":"https://ubq.epool.io/api/payments", - "accounts":"https://ubq.epool.io/api/accounts", - "miners":"https://ubq.epool.io/api/miners", - "url":"ubq.epool.io", - "notify":"" - }, - { - "name":"DIGITALPOOL", - "stats":"http://ubiq.digitalpool.cc/api/stats", - "blocks":"http://ubiq.digitalpool.cc/api/blocks", - "payments":"http://ubiq.digitalpool.cc/api/payments", - "accounts":"http://ubiq.digitalpool.cc/api/accounts", - "miners":"http://ubiq.digitalpool.cc/api/miners", - "url":"ubiq.digitalpool.cc", - "notify":"" - }, - { +[ + { + "name":"MINERPOOL.NET", + "stats":"http://ubiq.minerpool.net/api/stats", + "blocks":"http://ubiq.minerpool.net/api/blocks", + "payments":"http://ubiq.minerpool.net/api/payments", + "accounts":"http://ubiq.minerpool.net/api/accounts", + "miners":"http://ubiq.minerpool.net/api/miners", + "url":"ubiq.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"REIDOCOIN", + "stats":"https://ubq.reidocoin.com.br/api/stats", + "blocks":"https://ubq.reidocoin.com.br/api/blocks", + "payments":"https://ubq.reidocoin.com.br/api/payments", + "accounts":"https://ubq.reidocoin.com.br/api/accounts", + "miners":"https://ubq.reidocoin.com.br/api/miners", + "url":"ubq.reidocoin.com.br", + "notify":"pool@reidocoin.com.br" + }, + { + "name":"CHINA UBIQ POOL", + "stats":"http://ubiq.allcanmine.net/api/stats", + "blocks":"http://ubiq.allcanmine.net/api/blocks", + "payments":"http://ubiq.allcanmine.net/api/payments", + "accounts":"http://ubiq.allcanmine.net/api/accounts", + "miners":"http://ubiq.allcanmine.net/api/miners", + "url":"ubiq.allcanmine.net", + "notify":"" + }, + { + "name":"UBIQPEON", + "stats":"http://ubiq.spdns.eu/api/stats", + "blocks":"http://ubiq.spdns.eu/api/blocks", + "payments":"http://ubiq.spdns.eu/api/payments", + "accounts":"http://ubiq.spdns.eu/api/accounts", + "miners":"http://ubiq.spdns.eu/api/miners", + "url":"ubiq.spdns.eu", + "notify":"" + }, + { + "name":"LOWFEEMINING", + "stats":"http://ubiq.lowfeemining.com:8080/api/stats", + "blocks":"http://ubiq.lowfeemining.com:8080/api/blocks", + "payments":"http://ubiq.lowfeemining.com:8080/api/payments", + "accounts":"http://ubiq.lowfeemining.com:8080/api/accounts", + "miners":"http://ubiq.lowfeemining.com:8080/api/miners", + "url":"ubiq.lowfeemining.com", + "notify":"" + }, + { + "name":"HODLPOOL", + "stats":"http://ubiq.hodlpool.com/api/stats", + "blocks":"http://ubiq.hodlpool.com/api/blocks", + "payments":"http://ubiq.hodlpool.com/api/payments", + "accounts":"http://ubiq.hodlpool.com/api/accounts", + "miners":"http://ubiq.hodlpool.com/api/miners", + "url":"ubiq.hodlpool.com", + "notify":"" + }, + { + "name":"TERRAHASH", + "stats":"http://ubq.terrahash.cc/api/stats", + "blocks":"http://ubq.terrahash.cc/api/blocks", + "payments":"http://ubq.terrahash.cc/api/payments", + "accounts":"http://ubq.terrahash.cc/api/accounts", + "miners":"http://ubq.terrahash.cc/api/miners", + "url":"ubq.terrahash.cc", + "notify":"" + }, + { + "name":"ASIA UBIQ POOL", + "stats":"http://pool.ubq.tw/api/stats", + "blocks":"http://pool.ubq.tw/api/blocks", + "payments":"http://pool.ubq.tw/api/payments", + "accounts":"http://pool.ubq.tw/api/accounts", + "miners":"http://pool.ubq.tw/api/miners", + "url":"pool.ubq.tw", + "notify":"" + }, + { + "name":"EPICPOOL", + "stats":"http://ubiq.epicpool.club/api/stats", + "blocks":"http://ubiq.epicpool.club/api/blocks", + "payments":"http://ubiq.epicpool.club/api/payments", + "accounts":"http://ubiq.epicpool.club/api/accounts", + "miners":"http://ubiq.epicpool.club/api/miners", + "url":"ubiq.epicpool.club", + "notify":"" + }, + { + "name":"HAKOPOOL", + "stats":"http://ubiq.hakopool.com/?w=api&stats", + "blocks":"http://ubiq.hakopool.com/?w=api&blocks", + "payments":"http://ubiq.hakopool.com/?w=api&payments", + "accounts":"http://ubiq.hakopool.com/?w=api&accounts", + "miners":"http://ubiq.hakopool.com/?w=api&miners", + "url":"ubiq.hakopool.com", + "notify":"" + }, + { + "name":"UBIQPOOL", + "stats":"https://ubiqpool.io/api/stats", + "blocks":"https://ubiqpool.io/api/blocks", + "payments":"https://ubiqpool.io/api/payments", + "accounts":"https://ubiqpool.io/api/accounts", + "miners":"https://ubiqpool.io/api/miners", + "url":"ubiqpool.io", + "notify":"" + }, + { + "name":"MINERS-ZONE", + "stats":"http://ubq.miners-zone.net/api/stats", + "blocks":"http://ubq.miners-zone.net/api/blocks", + "payments":"http://ubq.miners-zone.net/api/payments", + "accounts":"http://ubq.miners-zone.net/api/accounts", + "miners":"http://ubq.miners-zone.net/api/miners", + "url":"ubq.miners-zone.net", + "notify":"" + }, + { + "name":"POOLCOIN", + "stats":"http://ubq.poolcoin.biz/apiubq/stats", + "blocks":"http://ubq.poolcoin.biz/apiubq/blocks", + "payments":"http://ubq.poolcoin.biz/apiubq/payments", + "accounts":"http://ubq.poolcoin.biz/api/accounts", + "miners":"http://ubq.poolcoin.biz/api/miners", + "url":"ubq.poolcoin.biz", + "notify":"" + }, + { + "name":"MOLE-POOL", + "stats":"http://109.70.186.58:5050/api/stats", + "blocks":"http://109.70.186.58:5050/api/blocks", + "payments":"http://109.70.186.58:5050/api/payments", + "accounts":"http://109.70.186.58:5050/api/accounts", + "miners":"http://109.70.186.58:5050/api/miners", + "url":"ubiq.mole-pool.net", + "notify":"" + }, + { + "name":"POOLSEXY", + "stats":"http://ubq.pool.sexy/api/stats", + "blocks":"http://ubq.pool.sexy/api/blocks", + "payments":"http://ubq.pool.sexy/api/payments", + "accounts":"http://ubq.pool.sexy/api/accounts", + "miners":"http://ubq.pool.sexy/api/miners", + "url":"ubq.pool.sexy", + "notify":"" + }, + { + "name":"UBIQMINER", + "stats":"http://ubiqminer.com/api/stats", + "blocks":"http://ubiqminer.com/api/blocks", + "payments":"http://ubiqminer.com/api/payments", + "accounts":"http://ubiqminer.com/api/accounts", + "miners":"http://ubiqminer.com/api/miners", + "url":"ubiqminer.com", + "notify":"" + }, + { + "name":"UBIQMINERS", + "stats":"http://ubiqminers.org/api/stats", + "blocks":"http://ubiqminers.org/api/blocks", + "payments":"http://ubiqminers.org/api/payments", + "accounts":"http://ubiqminers.org/api/accounts", + "miners":"http://ubiqminers.org/api/miners", + "url":"ubiqminers.org", + "notify":"" + }, + { + "name":"EPOOL", + "stats":"https://ubq.epool.io/api/stats", + "blocks":"https://ubq.epool.io/api/blocks", + "payments":"https://ubq.epool.io/api/payments", + "accounts":"https://ubq.epool.io/api/accounts", + "miners":"https://ubq.epool.io/api/miners", + "url":"ubq.epool.io", + "notify":"" + }, + { + "name":"DIGITALPOOL", + "stats":"http://ubiq.digitalpool.cc/api/stats", + "blocks":"http://ubiq.digitalpool.cc/api/blocks", + "payments":"http://ubiq.digitalpool.cc/api/payments", + "accounts":"http://ubiq.digitalpool.cc/api/accounts", + "miners":"http://ubiq.digitalpool.cc/api/miners", + "url":"ubiq.digitalpool.cc", + "notify":"" + }, + { "name":"MYPOOL", "stats":"https://api.ubq.mypool.online/api/stats", "blocks":"https://api.ubq.mypool.online/api/blocks", diff --git a/whalecoin.json b/whalecoin.json index 25ff12d..13eda24 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -1,150 +1,150 @@ -[ - { - "name":"MINERPOOL.NET", - "stats":"http://whale.minerpool.net/api/stats", - "blocks":"http://whale.minerpool.net/api/blocks", - "payments":"http://whale.minerpool.net/api/payments", - "accounts":"http://whale.minerpool.net/api/accounts", - "miners":"http://whale.minerpool.net/api/miners", - "url":"whale.minerpool.net", - "notify":"support@minerpool.net" - }, - { - "name":"MPEON", - "stats":"http://whale.spdns.eu/api/stats", - "blocks":"http://whale.spdns.eu/api/blocks", - "payments":"http://whale.spdns.eu/api/payments", - "accounts":"http://whale.spdns.eu/api/accounts", - "miners":"http://whale.spdns.eu/api/miners", - "url":"whale.spdns.eu", - "notify":"" - }, - { - "name":"ALLCANMINE", - "stats":"http://whale.allcanmine.net/api/stats", - "blocks":"http://whale.allcanmine.net/api/blocks", - "payments":"http://whale.allcanmine.net/api/payments", - "accounts":"http://whale.allcanmine.net/api/accounts", - "miners":"http://whale.allcanmine.net/api/miners", - "url":"whale.allcanmine.net", - "notify":"" - }, - { - "name":"GLOBALPOOL", - "stats":"http://whale.globalpool.cc/api/stats", - "blocks":"http://whale.globalpool.cc/api/blocks", - "payments":"http://whale.globalpool.cc/api/payments", - "accounts":"http://whale.globalpool.cc/api/accounts", - "miners":"http://whale.globalpool.cc/api/miners", - "url":"whale.globalpool.cc", - "notify":"" - }, - { - "name":"EZMINE", - "stats":"http://whale.ezmine.io/api/stats", - "blocks":"http://whale.ezmine.io/api/blocks", - "payments":"http://whale.ezmine.io/api/payments", - "accounts":"http://whale.ezmine.io/api/accounts", - "miners":"http://whale.ezmine.io/api/miners", - "url":"whale.ezmine.io", - "notify":"" - }, - { - "name":"2ZO", - "stats":"http://whale.2zo.pw/ajax/ajax.stats.php", - "blocks":"http://whale.2zo.pw/ajax/ajax.blocks.php", - "payments":"", - "url":"whale.2zo.pw", - "notify":"" - }, - { - "name":"DYNU", - "stats":"http://whalepool.dynu.net/api/stats", - "blocks":"http://whalepool.dynu.net/api/blocks", - "payments":"http://whalepool.dynu.net/api/payments", - "accounts":"http://whalepool.dynu.net/api/accounts", - "miners":"http://whalepool.dynu.net/api/miners", - "url":"whalepool.dynu.net", - "notify":"" - }, - { - "name":"ORCHARDCOINS", - "stats":"http://whale.orchardcoins.com/api/stats", - "blocks":"http://whale.orchardcoins.com/api/blocks", - "payments":"http://whale.orchardcoins.com/api/payments", - "accounts":"http://whale.orchardcoins.com/api/accounts", - "miners":"http://whale.orchardcoins.com/api/miners", - "url":"whale.orchardcoins.com", - "notify":"" - }, - { - "name":"HODLPOOL", - "stats":"http://whale.hodlpool.com/api/stats", - "blocks":"http://whale.hodlpool.com/api/blocks", - "payments":"http://whale.hodlpool.com/api/payments", - "accounts":"http://whale.hodlpool.com/api/accounts", - "miners":"http://whale.hodlpool.com/api/miners", - "url":"whale.hodlpool.com", - "notify":"" - }, - { - "name":"DIGITALPOOL", - "stats":"http://whl.digitalpool.cc/api/stats", - "blocks":"http://whl.digitalpool.cc/api/blocks", - "payments":"http://whl.digitalpool.cc/api/payments", - "accounts":"http://whl.digitalpool.cc/api/accounts", - "miners":"http://whl.digitalpool.cc/api/miners", - "url":"whl.digitalpool.cc", - "notify":"" - }, - { - "name":"ZET-TECH", - "stats":"https://wc.zet-tech.eu/api/stats", - "blocks":"https://wc.zet-tech.eu/api/blocks", - "payments":"https://wc.zet-tech.eu/api/payments", - "accounts":"https://wc.zet-tech.eu/api/accounts", - "miners":"https://wc.zet-tech.eu/api/miners", - "url":"wc.zet-tech.eu", - "notify":"" - }, - { - "name":"GPUMINE", - "stats":"https://whl-tw.gpumine.org/api/stats", - "blocks":"https://whl-tw.gpumine.org/api/blocks", - "payments":"https://whl-tw.gpumine.org/api/payments", - "accounts":"https://whl-tw.gpumine.org/api/accounts", - "miners":"https://whl-tw.gpumine.org/api/miners", - "url":"whl-tw.gpumine.org", - "notify":"" - }, - { - "name":"POOLSEXY", - "stats":"http://whl.pool.sexy/api2/stats", - "blocks":"http://whl.pool.sexy/api2/blocks", - "payments":"http://whl.pool.sexy/api2/payments", - "accounts":"http://whl.pool.sexy/api2/accounts", - "miners":"http://whl.pool.sexy/api2/miners", - "url":"whl.pool.sexy", - "notify":"" - }, - { - "name":"ZPOOL", - "stats":"http://whale.zpool.fun/api/stats", - "blocks":"http://whale.zpool.fun/api/blocks", - "payments":"http://whale.zpool.fun/api/payments", - "accounts":"http://whale.zpool.fun/api/accounts", - "miners":"http://whale.zpool.fun/api/miners", - "url":"whale.zpool.fun", - "notify":"" - }, - { - "name":"HPOOL", - "stats":"http://whale-asia.hpool.net/api/stats", - "blocks":"http://whale-asia.hpool.net/api/blocks", - "payments":"http://whale-asia.hpool.net/api/payments", - "accounts":"http://whale-asia.hpool.net/api/accounts", - "miners":"http://whale-asia.hpool.net/api/miners", - "url":"whale-asia.hpool.net", - "notify":"" - } +[ + { + "name":"MINERPOOL.NET", + "stats":"http://whale.minerpool.net/api/stats", + "blocks":"http://whale.minerpool.net/api/blocks", + "payments":"http://whale.minerpool.net/api/payments", + "accounts":"http://whale.minerpool.net/api/accounts", + "miners":"http://whale.minerpool.net/api/miners", + "url":"whale.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"MPEON", + "stats":"http://whale.spdns.eu/api/stats", + "blocks":"http://whale.spdns.eu/api/blocks", + "payments":"http://whale.spdns.eu/api/payments", + "accounts":"http://whale.spdns.eu/api/accounts", + "miners":"http://whale.spdns.eu/api/miners", + "url":"whale.spdns.eu", + "notify":"" + }, + { + "name":"ALLCANMINE", + "stats":"http://whale.allcanmine.net/api/stats", + "blocks":"http://whale.allcanmine.net/api/blocks", + "payments":"http://whale.allcanmine.net/api/payments", + "accounts":"http://whale.allcanmine.net/api/accounts", + "miners":"http://whale.allcanmine.net/api/miners", + "url":"whale.allcanmine.net", + "notify":"" + }, + { + "name":"GLOBALPOOL", + "stats":"http://whale.globalpool.cc/api/stats", + "blocks":"http://whale.globalpool.cc/api/blocks", + "payments":"http://whale.globalpool.cc/api/payments", + "accounts":"http://whale.globalpool.cc/api/accounts", + "miners":"http://whale.globalpool.cc/api/miners", + "url":"whale.globalpool.cc", + "notify":"" + }, + { + "name":"EZMINE", + "stats":"http://whale.ezmine.io/api/stats", + "blocks":"http://whale.ezmine.io/api/blocks", + "payments":"http://whale.ezmine.io/api/payments", + "accounts":"http://whale.ezmine.io/api/accounts", + "miners":"http://whale.ezmine.io/api/miners", + "url":"whale.ezmine.io", + "notify":"" + }, + { + "name":"2ZO", + "stats":"http://whale.2zo.pw/ajax/ajax.stats.php", + "blocks":"http://whale.2zo.pw/ajax/ajax.blocks.php", + "payments":"", + "url":"whale.2zo.pw", + "notify":"" + }, + { + "name":"DYNU", + "stats":"http://whalepool.dynu.net/api/stats", + "blocks":"http://whalepool.dynu.net/api/blocks", + "payments":"http://whalepool.dynu.net/api/payments", + "accounts":"http://whalepool.dynu.net/api/accounts", + "miners":"http://whalepool.dynu.net/api/miners", + "url":"whalepool.dynu.net", + "notify":"" + }, + { + "name":"ORCHARDCOINS", + "stats":"http://whale.orchardcoins.com/api/stats", + "blocks":"http://whale.orchardcoins.com/api/blocks", + "payments":"http://whale.orchardcoins.com/api/payments", + "accounts":"http://whale.orchardcoins.com/api/accounts", + "miners":"http://whale.orchardcoins.com/api/miners", + "url":"whale.orchardcoins.com", + "notify":"" + }, + { + "name":"HODLPOOL", + "stats":"http://whale.hodlpool.com/api/stats", + "blocks":"http://whale.hodlpool.com/api/blocks", + "payments":"http://whale.hodlpool.com/api/payments", + "accounts":"http://whale.hodlpool.com/api/accounts", + "miners":"http://whale.hodlpool.com/api/miners", + "url":"whale.hodlpool.com", + "notify":"" + }, + { + "name":"DIGITALPOOL", + "stats":"http://whl.digitalpool.cc/api/stats", + "blocks":"http://whl.digitalpool.cc/api/blocks", + "payments":"http://whl.digitalpool.cc/api/payments", + "accounts":"http://whl.digitalpool.cc/api/accounts", + "miners":"http://whl.digitalpool.cc/api/miners", + "url":"whl.digitalpool.cc", + "notify":"" + }, + { + "name":"ZET-TECH", + "stats":"https://wc.zet-tech.eu/api/stats", + "blocks":"https://wc.zet-tech.eu/api/blocks", + "payments":"https://wc.zet-tech.eu/api/payments", + "accounts":"https://wc.zet-tech.eu/api/accounts", + "miners":"https://wc.zet-tech.eu/api/miners", + "url":"wc.zet-tech.eu", + "notify":"" + }, + { + "name":"GPUMINE", + "stats":"https://whl-tw.gpumine.org/api/stats", + "blocks":"https://whl-tw.gpumine.org/api/blocks", + "payments":"https://whl-tw.gpumine.org/api/payments", + "accounts":"https://whl-tw.gpumine.org/api/accounts", + "miners":"https://whl-tw.gpumine.org/api/miners", + "url":"whl-tw.gpumine.org", + "notify":"" + }, + { + "name":"POOLSEXY", + "stats":"http://whl.pool.sexy/api2/stats", + "blocks":"http://whl.pool.sexy/api2/blocks", + "payments":"http://whl.pool.sexy/api2/payments", + "accounts":"http://whl.pool.sexy/api2/accounts", + "miners":"http://whl.pool.sexy/api2/miners", + "url":"whl.pool.sexy", + "notify":"" + }, + { + "name":"ZPOOL", + "stats":"http://whale.zpool.fun/api/stats", + "blocks":"http://whale.zpool.fun/api/blocks", + "payments":"http://whale.zpool.fun/api/payments", + "accounts":"http://whale.zpool.fun/api/accounts", + "miners":"http://whale.zpool.fun/api/miners", + "url":"whale.zpool.fun", + "notify":"" + }, + { + "name":"HPOOL", + "stats":"http://whale-asia.hpool.net/api/stats", + "blocks":"http://whale-asia.hpool.net/api/blocks", + "payments":"http://whale-asia.hpool.net/api/payments", + "accounts":"http://whale-asia.hpool.net/api/accounts", + "miners":"http://whale-asia.hpool.net/api/miners", + "url":"whale-asia.hpool.net", + "notify":"" + } ] From d55d94f49f7558f5e5afcd973979c482fd530482 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 28 Nov 2017 21:01:04 +0100 Subject: [PATCH 060/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 7d75f62..53b7480 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -209,6 +209,16 @@ "url":"pirl.baikalmine.ru", "notify":"" }, + { + "name":"BOBA", + "stats":"http://pirl.boba.vn/api/stats", + "blocks":"http://pirl.boba.vn/api/blocks", + "payments":"http://pirl.boba.vn/api/payments", + "accounts":"http://pirl.boba.vn/api/accounts", + "miners":"http://pirl.boba.vn/api/miners", + "url":"pirl.boba.vn", + "notify":"" + }, { "name":"MYPOOL", "stats":"https://api.pirl.mypool.online/api/stats", From c2432d4de85a5407c79659a1802ad9b1f2a8aadc Mon Sep 17 00:00:00 2001 From: Galaxy2004 Date: Wed, 29 Nov 2017 09:44:01 +0300 Subject: [PATCH 061/277] Can you add my pool? --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 53b7480..9f3c032 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -219,6 +219,16 @@ "url":"pirl.boba.vn", "notify":"" }, + { + "name":"SHOCKCOIN", + "stats":"http://pirl.shockcoin.com/api/stats", + "blocks":"http://pirl.shockcoin.com/api/blocks", + "payments":"http://pirl.shockcoin.com/api/payments", + "accounts":"http://pirl.shockcoin.com/api/accounts", + "miners":"http://pirl.shockcoin.com/api/miners", + "url":"pirl.shockcoin.com", + "notify":"support@shockcoin.com" + }, { "name":"MYPOOL", "stats":"https://api.pirl.mypool.online/api/stats", From 5fdd313f82af9b565a713656023dbb04251c2e6a Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 29 Nov 2017 18:36:43 +0100 Subject: [PATCH 062/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 9f3c032..d9059cc 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -229,6 +229,16 @@ "url":"pirl.shockcoin.com", "notify":"support@shockcoin.com" }, + { + "name":"PIRL-POOL", + "stats":"http://www.pirl-pool.com/api/stats", + "blocks":"http://www.pirl-pool.com/api/blocks", + "payments":"http://www.pirl-pool.com/api/payments", + "accounts":"http://www.pirl-pool.com/api/accounts", + "miners":"http://www.pirl-pool.com/api/miners", + "url":"www.pirl-pool.com", + "notify":"" + }, { "name":"MYPOOL", "stats":"https://api.pirl.mypool.online/api/stats", From 20bba288552787b67cd5b49e96d7e0b5c48f47e2 Mon Sep 17 00:00:00 2001 From: phatblinkie Date: Wed, 29 Nov 2017 15:21:20 -0600 Subject: [PATCH 063/277] added contact for my pool added contact for my pool --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index d9059cc..d097932 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -97,7 +97,7 @@ "accounts":"http://pirl.cryptopools.info/api/accounts", "miners":"http://pirl.cryptopools.info/api/miners", "url":"pirl.cryptopools.info", - "notify":"" + "notify":"phatblinkie@hotmail.com" }, { "name":"COIN-MINERS", From b79038d5a6b65451d2a4f96c56fed7e063ca761e Mon Sep 17 00:00:00 2001 From: Nick Sawinyh Date: Thu, 30 Nov 2017 15:33:25 -0800 Subject: [PATCH 064/277] Mining Pool added I've added 2miners.com mining pool --- expanse.json | 10 ++++++++++ musicoin.json | 10 ++++++++++ 2 files changed, 20 insertions(+) diff --git a/expanse.json b/expanse.json index 61ee1af..17c2efe 100644 --- a/expanse.json +++ b/expanse.json @@ -148,5 +148,15 @@ "miners":"https://api.exp.mypool.online/api/miners", "url":"exp.mypool.online", "notify":"support@mypool.online" + }, + { + "name":"2MINERS", + "stats":"https://exp.2miners.com/api/stats", + "blocks":"https://exp.2miners.com/api/blocks", + "payments":"https://exp.2miners.com/api/payments", + "accounts":"https://exp.2miners.com/api/accounts", + "miners":"https://exp.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" } ] diff --git a/musicoin.json b/musicoin.json index c762980..51387b2 100644 --- a/musicoin.json +++ b/musicoin.json @@ -268,5 +268,15 @@ "miners":"http://musicpool.rig-share.com:8080/api/miners", "url":"coins.farm", "notify":"" + }, + { + "name":"2MINERS", + "stats":"https://music.2miners.com/api/stats", + "blocks":"https://music.2miners.com/api/blocks", + "payments":"https://music.2miners.com/api/payments", + "accounts":"https://music.2miners.com/api/accounts", + "miners":"https://music.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" } ] From ca6a960353629a5e5e90b8203b75016a453bc495 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 1 Dec 2017 10:25:03 +0100 Subject: [PATCH 065/277] Update musicoin.json --- musicoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/musicoin.json b/musicoin.json index c762980..29912e8 100644 --- a/musicoin.json +++ b/musicoin.json @@ -259,6 +259,16 @@ "url":"www.drowningpool.net", "notify":"" }, + { + "name":"CRYPTOSHIFT", + "stats":"http://music.cryptoshift.co.za/api/stats", + "blocks":"http://music.cryptoshift.co.za/api/blocks", + "payments":"http://music.cryptoshift.co.za/api/payments", + "accounts":"http://music.cryptoshift.co.za/api/accounts", + "miners":"http://music.cryptoshift.co.za/api/miners", + "url":"music.cryptoshift.co.za", + "notify":"" + }, { "name":"COINSFARM", "stats":"http://musicpool.rig-share.com:8080/api/stats", From 7a88f4ff6b7b2621206bb4caf6ca8df11cc6c869 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 3 Dec 2017 16:42:03 +0100 Subject: [PATCH 066/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index d55837a..22601b3 100644 --- a/ellaism.json +++ b/ellaism.json @@ -88,5 +88,15 @@ "miners":"https://api.ella.mypool.online/api/miners", "url":"ella.mypool.online", "notify":"support@mypool.online" + }, + { + "name":"CRYPTOPOOLS", + "stats":"http://ella.Cryptopools.info/api/stats", + "blocks":"http://ella.Cryptopools.info/api/blocks", + "payments":"http://ella.Cryptopools.info/api/payments", + "accounts":"http://ella.Cryptopools.info/api/accounts", + "miners":"http://ella.Cryptopools.info/api/miners", + "url":"ella.Cryptopools.info", + "notify":"phatblinkie@hotmail.com" } ] From 64f9db97cbcd5170a7a23993050e5dc090b2e979 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 4 Dec 2017 23:15:20 +0100 Subject: [PATCH 067/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index d097932..f1c39bb 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -239,6 +239,16 @@ "url":"www.pirl-pool.com", "notify":"" }, + { + "name":"DROWNINGPOOL", + "stats":"http://pirl.drowningpool.net/api/stats", + "blocks":"http://pirl.drowningpool.net/api/blocks", + "payments":"http://pirl.drowningpool.net/api/payments", + "accounts":"http://pirl.drowningpool.net/api/accounts", + "miners":"http://pirl.drowningpool.net/api/miners", + "url":"pirl.drowningpool.net", + "notify":"" + }, { "name":"MYPOOL", "stats":"https://api.pirl.mypool.online/api/stats", From 438653d42397747f3cfe987cbf7ddf5f38da5e3e Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 4 Dec 2017 23:15:45 +0100 Subject: [PATCH 068/277] Update pirlcoin.json --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index f1c39bb..d097932 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -239,16 +239,6 @@ "url":"www.pirl-pool.com", "notify":"" }, - { - "name":"DROWNINGPOOL", - "stats":"http://pirl.drowningpool.net/api/stats", - "blocks":"http://pirl.drowningpool.net/api/blocks", - "payments":"http://pirl.drowningpool.net/api/payments", - "accounts":"http://pirl.drowningpool.net/api/accounts", - "miners":"http://pirl.drowningpool.net/api/miners", - "url":"pirl.drowningpool.net", - "notify":"" - }, { "name":"MYPOOL", "stats":"https://api.pirl.mypool.online/api/stats", From 77fb70f0fb7176d518b307471844fa016b4363d4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 4 Dec 2017 23:18:50 +0100 Subject: [PATCH 069/277] Update pirlcoin.json --- pirlcoin.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index d097932..3cb3be1 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -239,6 +239,26 @@ "url":"www.pirl-pool.com", "notify":"" }, + { + "name":"PIRL-POOL.IO", + "stats":"http://www.pirl-pool.io/api/stats", + "blocks":"http://www.pirl-pool.io/api/blocks", + "payments":"http://www.pirl-pool.io/api/payments", + "accounts":"http://www.pirl-pool.io/api/accounts", + "miners":"http://www.pirl-pool.io/api/miners", + "url":"www.pirl-pool.io", + "notify":"" + }, + { + "name":"DROWNINGPOOL", + "stats":"http://pirl.drowningpool.net/api/stats", + "blocks":"http://pirl.drowningpool.net/api/blocks", + "payments":"http://pirl.drowningpool.net/api/payments", + "accounts":"http://pirl.drowningpool.net/api/accounts", + "miners":"http://pirl.drowningpool.net/api/miners", + "url":"pirl.drowningpool.net", + "notify":"" + }, { "name":"MYPOOL", "stats":"https://api.pirl.mypool.online/api/stats", From 77b349b9412b2bd5955af60d92551003f4af68e2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 5 Dec 2017 01:06:05 +0100 Subject: [PATCH 070/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 3cb3be1..955ed30 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -230,7 +230,7 @@ "notify":"support@shockcoin.com" }, { - "name":"PIRL-POOL", + "name":"PIRL-POOL.COM", "stats":"http://www.pirl-pool.com/api/stats", "blocks":"http://www.pirl-pool.com/api/blocks", "payments":"http://www.pirl-pool.com/api/payments", From 02c542c4fa1dc067ed25b9ac620d0a7aaef05084 Mon Sep 17 00:00:00 2001 From: Nick Sawinyh Date: Mon, 4 Dec 2017 18:14:09 -0800 Subject: [PATCH 071/277] ella, pirl mining pools added --- ellaism.json | 10 ++++++++++ pirlcoin.json | 12 +++++++++++- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/ellaism.json b/ellaism.json index d55837a..66f188e 100644 --- a/ellaism.json +++ b/ellaism.json @@ -88,5 +88,15 @@ "miners":"https://api.ella.mypool.online/api/miners", "url":"ella.mypool.online", "notify":"support@mypool.online" + }, + { + "name":"2MINERS", + "stats":"https://ella.2miners.com/api/stats", + "blocks":"https://ella.2miners.com/api/blocks", + "payments":"https://ella.2miners.com/api/payments", + "accounts":"https://ella.2miners.com/api/accounts", + "miners":"https://ella.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" } ] diff --git a/pirlcoin.json b/pirlcoin.json index d9059cc..9205325 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -248,5 +248,15 @@ "miners":"https://api.pirl.mypool.online/api/miners", "url":"pirl.mypool.online", "notify":"support@mypool.online" - } + }, + { + "name":"2MINERS", + "stats":"https://pirl.2miners.com/api/stats", + "blocks":"https://pirl.2miners.com/api/blocks", + "payments":"https://pirl.2miners.com/api/payments", + "accounts":"https://pirl.2miners.com/api/accounts", + "miners":"https://pirl.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" + } ] From 055f02ba1c32ec21edabc9e5f2c93a12e22e78ef Mon Sep 17 00:00:00 2001 From: Nick Sawinyh Date: Mon, 4 Dec 2017 18:21:15 -0800 Subject: [PATCH 072/277] quick fix fix --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 9205325..1f1ee4f 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -258,5 +258,5 @@ "miners":"https://pirl.2miners.com/api/miners", "url":"2miners.com", "notify":"support@2miners.com" - } + } ] From 1991ef6c4c3ad46215ec0fd434a351826ba3d315 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 5 Dec 2017 11:09:17 +0100 Subject: [PATCH 073/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 22601b3..2044349 100644 --- a/ellaism.json +++ b/ellaism.json @@ -89,6 +89,16 @@ "url":"ella.mypool.online", "notify":"support@mypool.online" }, + { + "name":"ELLAISMPOOL", + "stats":"http://ellaismpool.com/api/stats", + "blocks":"http://ellaismpool.com/api/blocks", + "payments":"http://ellaismpool.com/api/payments", + "accounts":"http://ellaismpool.com/api/accounts", + "miners":"http://ellaismpool.com/api/miners", + "url":"ellaismpool.com", + "notify":"" + }, { "name":"CRYPTOPOOLS", "stats":"http://ella.Cryptopools.info/api/stats", From df7135348ba62ea36b35d725876b9043a49bc92d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 7 Dec 2017 11:58:42 +0100 Subject: [PATCH 074/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 2044349..ba13574 100644 --- a/ellaism.json +++ b/ellaism.json @@ -99,6 +99,16 @@ "url":"ellaismpool.com", "notify":"" }, + { + "name":"HASHINGPOOL", + "stats":"http://ella.hashingpool.party/api/stats", + "blocks":"http://ella.hashingpool.party/api/blocks", + "payments":"http://ella.hashingpool.party/api/payments", + "accounts":"http://ella.hashingpool.party/api/accounts", + "miners":"http://ella.hashingpool.party/api/miners", + "url":"ella.hashingpool.party", + "notify":"" + }, { "name":"CRYPTOPOOLS", "stats":"http://ella.Cryptopools.info/api/stats", From 1aba5faf23bdf3cf4c491eb11c1a7241107f2a6a Mon Sep 17 00:00:00 2001 From: Alexander Haslam Date: Thu, 14 Dec 2017 07:26:03 -0800 Subject: [PATCH 075/277] Remove inactive pools from pirl list Hashingpool inactive since 2017-11-29 ALLCANMINE inactive since 2017-11-03 DIGITALPOOL inactive since 2017-12-01 --- pirlcoin.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 955ed30..c2ff69e 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -19,16 +19,6 @@ "url":"pools.hppcg.com", "notify":"" }, - { - "name":"DIGITALPOOL", - "stats":"http://pirl.digitalpool.cc/api/stats", - "blocks":"http://pirl.digitalpool.cc/api/blocks", - "payments":"http://pirl.digitalpool.cc/api/payments", - "accounts":"http://pirl.digitalpool.cc/api/accounts", - "miners":"http://pirl.digitalpool.cc/api/miners", - "url":"pirl.digitalpool.cc", - "notify":"" - }, { "name":"POOL.SEXY", "stats":"http://pirl.pool.sexy/api6/stats", @@ -49,16 +39,6 @@ "url":"mole-pool.net", "notify":"" }, - { - "name":"ALLCANMINE", - "stats":"http://pirl.allcanmine.net/api/stats", - "blocks":"http://pirl.allcanmine.net/api/blocks", - "payments":"http://pirl.allcanmine.net/api/payments", - "accounts":"http://pirl.allcanmine.net/api/accounts", - "miners":"http://pirl.allcanmine.net/api/miners", - "url":"pirl.allcanmine.net", - "notify":"" - }, { "name":"ETHASH-COINS", "stats":"http://pirl.ethash-coins.ru/api/stats", @@ -129,16 +109,6 @@ "url":"pirl.miners-zone.net", "notify":"" }, - { - "name":"HASHINGPOOL", - "stats":"http://www.hashingpool.party/api/stats", - "blocks":"http://www.hashingpool.party/api/blocks", - "payments":"http://www.hashingpool.party/api/payments", - "accounts":"http://www.hashingpool.party/api/accounts", - "miners":"http://www.hashingpool.party/api/miners", - "url":"www.hashingpool.party", - "notify":"" - }, { "name":"CRYPTOPROS.US", "stats":"https://pirl.cryptopros.us/api/stats", From 5b4c9076bcf124fadcae4aeb99484ffc2ec740a7 Mon Sep 17 00:00:00 2001 From: mineAllTheCoins <34357026+mineAllTheCoins@users.noreply.github.com> Date: Sat, 16 Dec 2017 11:00:34 -0800 Subject: [PATCH 076/277] Update pirlcoin.json Adding MineAllTheCoins.com --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 955ed30..3926e03 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -268,5 +268,15 @@ "miners":"https://api.pirl.mypool.online/api/miners", "url":"pirl.mypool.online", "notify":"support@mypool.online" + }, + { + "name":"MINEALLTHECOINS", + "stats":"http://api.pirl.mineallthecoins.com/api/stats", + "blocks":"http://api.pirl.mineallthecoins.com/api/blocks", + "payments":"http://api.pirl.mineallthecoins.com/api/payments", + "accounts":"http://api.pirl.mineallthecoins.com/api/accounts", + "miners":"http://api.pirl.mineallthecoins.com/api/miners", + "url":"api.pirl.mineallthecoins.com", + "notify":"" } ] From 3f42e0da70cdb67f6caff9b11fe2b2e817cf192f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 16 Dec 2017 21:39:57 +0100 Subject: [PATCH 077/277] delete Orchadcoins cause it redirects to a musicoin pool --- whalecoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index 13eda24..1280f4a 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -67,16 +67,6 @@ "url":"whalepool.dynu.net", "notify":"" }, - { - "name":"ORCHARDCOINS", - "stats":"http://whale.orchardcoins.com/api/stats", - "blocks":"http://whale.orchardcoins.com/api/blocks", - "payments":"http://whale.orchardcoins.com/api/payments", - "accounts":"http://whale.orchardcoins.com/api/accounts", - "miners":"http://whale.orchardcoins.com/api/miners", - "url":"whale.orchardcoins.com", - "notify":"" - }, { "name":"HODLPOOL", "stats":"http://whale.hodlpool.com/api/stats", From c0d4ddc94ceff0384201ca55de5cf3d4585536ae Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 18 Dec 2017 11:42:17 +0100 Subject: [PATCH 078/277] Update pirlcoin.json --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index eca89c3..2a3e3bd 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -209,16 +209,6 @@ "url":"www.pirl-pool.com", "notify":"" }, - { - "name":"PIRL-POOL.IO", - "stats":"http://www.pirl-pool.io/api/stats", - "blocks":"http://www.pirl-pool.io/api/blocks", - "payments":"http://www.pirl-pool.io/api/payments", - "accounts":"http://www.pirl-pool.io/api/accounts", - "miners":"http://www.pirl-pool.io/api/miners", - "url":"www.pirl-pool.io", - "notify":"" - }, { "name":"DROWNINGPOOL", "stats":"http://pirl.drowningpool.net/api/stats", From ca4d059f18e0217544b1db36d09a9f37d5b190cf Mon Sep 17 00:00:00 2001 From: Nick Sawinyh Date: Mon, 18 Dec 2017 10:41:03 -0800 Subject: [PATCH 079/277] fix --- ellaism.json | 23 +++++++++++------------ pirlcoin.json | 21 ++++++++++----------- 2 files changed, 21 insertions(+), 23 deletions(-) diff --git a/ellaism.json b/ellaism.json index 8d7f984..5b61e5d 100644 --- a/ellaism.json +++ b/ellaism.json @@ -90,16 +90,6 @@ "notify":"support@mypool.online" }, { -<<<<<<< HEAD - "name":"2MINERS", - "stats":"https://ella.2miners.com/api/stats", - "blocks":"https://ella.2miners.com/api/blocks", - "payments":"https://ella.2miners.com/api/payments", - "accounts":"https://ella.2miners.com/api/accounts", - "miners":"https://ella.2miners.com/api/miners", - "url":"2miners.com", - "notify":"support@2miners.com" -======= "name":"ELLAISMPOOL", "stats":"http://ellaismpool.com/api/stats", "blocks":"http://ellaismpool.com/api/blocks", @@ -128,6 +118,15 @@ "miners":"http://ella.Cryptopools.info/api/miners", "url":"ella.Cryptopools.info", "notify":"phatblinkie@hotmail.com" ->>>>>>> upstream/master - } + }, + { + "name":"2MINERS", + "stats":"https://ella.2miners.com/api/stats", + "blocks":"https://ella.2miners.com/api/blocks", + "payments":"https://ella.2miners.com/api/payments", + "accounts":"https://ella.2miners.com/api/accounts", + "miners":"https://ella.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" + } ] diff --git a/pirlcoin.json b/pirlcoin.json index b1f8c47..e716e5b 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -230,16 +230,6 @@ "notify":"support@mypool.online" }, { -<<<<<<< HEAD - "name":"2MINERS", - "stats":"https://pirl.2miners.com/api/stats", - "blocks":"https://pirl.2miners.com/api/blocks", - "payments":"https://pirl.2miners.com/api/payments", - "accounts":"https://pirl.2miners.com/api/accounts", - "miners":"https://pirl.2miners.com/api/miners", - "url":"2miners.com", - "notify":"support@2miners.com" -======= "name":"MINEALLTHECOINS", "stats":"http://api.pirl.mineallthecoins.com/api/stats", "blocks":"http://api.pirl.mineallthecoins.com/api/blocks", @@ -248,6 +238,15 @@ "miners":"http://api.pirl.mineallthecoins.com/api/miners", "url":"api.pirl.mineallthecoins.com", "notify":"" ->>>>>>> upstream/master + }, + { + "name":"2MINERS", + "stats":"https://pirl.2miners.com/api/stats", + "blocks":"https://pirl.2miners.com/api/blocks", + "payments":"https://pirl.2miners.com/api/payments", + "accounts":"https://pirl.2miners.com/api/accounts", + "miners":"https://pirl.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" } ] From f37108ea01ab4641f7ba60956f7f4fba50ee9ff2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 24 Dec 2017 07:08:10 +0100 Subject: [PATCH 080/277] Update pirlcoin.json --- pirlcoin.json | 26 ++++++++++++++++++-------- 1 file changed, 18 insertions(+), 8 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index e716e5b..41e7b6a 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -240,13 +240,23 @@ "notify":"" }, { - "name":"2MINERS", - "stats":"https://pirl.2miners.com/api/stats", - "blocks":"https://pirl.2miners.com/api/blocks", - "payments":"https://pirl.2miners.com/api/payments", - "accounts":"https://pirl.2miners.com/api/accounts", - "miners":"https://pirl.2miners.com/api/miners", - "url":"2miners.com", - "notify":"support@2miners.com" + "name":"2MINERS", + "stats":"https://pirl.2miners.com/api/stats", + "blocks":"https://pirl.2miners.com/api/blocks", + "payments":"https://pirl.2miners.com/api/payments", + "accounts":"https://pirl.2miners.com/api/accounts", + "miners":"https://pirl.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" + }, + { + "name":"AUSTRALIANPIRLPOOL", + "stats":"http://australianpirlpool.info/api/stats", + "blocks":"http://australianpirlpool.info/api/blocks", + "payments":"http://australianpirlpool.info/api/payments", + "accounts":"http://australianpirlpool.info/api/accounts", + "miners":"http://australianpirlpool.info/api/miners", + "url":"australianpirlpool.info", + "notify":"" } ] From 9dd8197e6b10bf8bf9ecd2e95de1ed62b0ea4b17 Mon Sep 17 00:00:00 2001 From: JustHashMe <34620890+JustHashMe@users.noreply.github.com> Date: Sun, 24 Dec 2017 00:45:39 -0600 Subject: [PATCH 081/277] Update pirlcoin.json Added JustHash.me pool --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 41e7b6a..1250a04 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -9,6 +9,16 @@ "url":"pirl.minerpool.net", "notify":"" }, + { + "name":"JUSTHASH.ME", + "stats":"http://pirl.justhash.me/api/stats", + "blocks":"http://pirl.justhash.me/api/blocks", + "payments":"http://pirl.justhash.me/api/payments", + "accounts":"http://pirl.justhash.me/api/accounts", + "miners":"http://pirl.justhash.me/api/miners", + "url":"pirl.justhash.me", + "notify":"" + }, { "name":"HPPCG", "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", From c7bf9feaf59619b9bb68e71e7cdfa5023d9ff7fd Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:00:50 +0100 Subject: [PATCH 082/277] Create nekonium --- nekonium | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 nekonium diff --git a/nekonium b/nekonium new file mode 100644 index 0000000..5411cef --- /dev/null +++ b/nekonium @@ -0,0 +1,52 @@ +[ + { + "name":"OLDBEYOND", + "stats":"http://52.168.133.100:10000/api/stats", + "blocks":"http://52.168.133.100:10000/api/blocks", + "payments":"http://52.168.133.100:10000/api/payments", + "accounts":"http://52.168.133.100:10000/api/accounts", + "miners":"http://52.168.133.100:10000/api/miners", + "url":"nuko.oldbeyond.com", + "notify":"" + }, + { + "name":"FTLPOOL", + "stats":"http://nuko.ftlpool.com/api/stats", + "blocks":"http://nuko.ftlpool.com/api/blocks", + "payments":"http://nuko.ftlpool.com/api/payments", + "accounts":"http://nuko.ftlpool.com/api/accounts", + "miners":"http://nuko.ftlpool.com/api/miners", + "url":"nuko.ftlpool.com", + "notify":"" + }, + { + "name":"COINMINER", + "stats":"http://nuko.coinminer.space/api/stats", + "blocks":"http://nuko.coinminer.space/api/blocks", + "payments":"http://nuko.coinminer.space/api/payments", + "accounts":"http://nuko.coinminer.space/api/accounts", + "miners":"http://nuko.coinminer.space/api/miners", + "url":"nuko.coinminer.space", + "notify":"" + }, + { + "name":"CEP-K", + "stats":"http://nuko.cep-k.work/api/stats", + "blocks":"http://nuko.cep-k.work/api/blocks", + "payments":"http://nuko.cep-k.work/api/payments", + "accounts":"http://nuko.cep-k.work/api/accounts", + "miners":"http://nuko.cep-k.work/api/miners", + "url":"nuko.cep-k.work", + "notify":"" + }, + { + "name":"NEKONIUM-POOL", + "stats":"http://www.nekonium-pool.com/api/stats", + "blocks":"http://www.nekonium-pool.com/api/blocks", + "payments":"http://www.nekonium-pool.com/api/payments", + "accounts":"http://www.nekonium-pool.com/api/accounts", + "miners":"http://www.nekonium-pool.com/api/miners", + "url":"www.nekonium-pool.com", + "notify":"" + } +] From b7de1d5f19043bed77a9f7dc84509e75eba8b77b Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:07:41 +0100 Subject: [PATCH 083/277] Rename nekonium to nekonium.json --- nekonium => nekonium.json | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename nekonium => nekonium.json (100%) diff --git a/nekonium b/nekonium.json similarity index 100% rename from nekonium rename to nekonium.json From 537e4d77d91748ed97beb3b0875ae48415d2f83e Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:20:17 +0100 Subject: [PATCH 084/277] Update musicoin.json --- musicoin.json | 80 --------------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/musicoin.json b/musicoin.json index 37d5d88..ad98768 100644 --- a/musicoin.json +++ b/musicoin.json @@ -59,26 +59,6 @@ "url":"music.spdns.eu", "notify":"" }, - { - "name":"NEONPOOL", - "stats":"http://neonpool.ddns.net/api/stats", - "blocks":"http://neonpool.ddns.net/api/blocks", - "payments":"http://neonpool.ddns.net/api/payments", - "accounts":"http://neonpool.ddns.net/api/accounts", - "miners":"http://neonpool.ddns.net/api/miners", - "url":"neonpool.ddns.net", - "notify":"" - }, - { - "name":"MINERTOPIA", - "stats":"http://musicminers.org/api/stats", - "blocks":"http://musicminers.org/api/blocks", - "payments":"http://musicminers.org/api/payments", - "accounts":"http://musicminers.org/api/accounts", - "miners":"http://musicminers.org/api/miners", - "url":"musicminers.org", - "notify":"" - }, { "name":"MINECRYPTO", "stats":"http://46.101.61.172:8080/api/stats", @@ -109,16 +89,6 @@ "url":"pool.musicoin.tw", "notify":"" }, - { - "name":"GLOBALMINE", - "stats":"http://mscams.globalmine.net/api/stats", - "blocks":"http://mscams.globalmine.net/api/blocks", - "payments":"http://mscams.globalmine.net/api/payments", - "accounts":"http://mscams.globalmine.net/api/accounts", - "miners":"http://mscams.globalmine.net/api/miners", - "url":"mscams.globalmine.net", - "notify":"" - }, { "name":"MYPOOL", "stats":"https://api.music.mypool.online/api/stats", @@ -139,16 +109,6 @@ "url":"mixpools.org", "notify":"" }, - { - "name":"TERRAHASH", - "stats":"http://mc.terrahash.cc/api/stats", - "blocks":"http://mc.terrahash.cc/api/blocks", - "payments":"http://mc.terrahash.cc/api/payments", - "accounts":"http://mc.terrahash.cc/api/accounts", - "miners":"http://mc.terrahash.cc/api/miners", - "url":"mc.terrahash.cc", - "notify":"" - }, { "name":"ORCHARDCOINS", "stats":"http://music.orchardcoins.com/api/stats", @@ -169,16 +129,6 @@ "url":"music.coinminer.space", "notify":"" }, - { - "name":"SERVEHTTP", - "stats":"http://mcpool.servehttp.com/api/stats", - "blocks":"http://mcpool.servehttp.com/api/blocks", - "payments":"http://mcpool.servehttp.com/api/payments", - "accounts":"http://mcpool.servehttp.com/api/accounts", - "miners":"http://mcpool.servehttp.com/api/miners", - "url":"mcpool.servehttp.com", - "notify":"" - }, { "name":"EPOOL EU", "stats":"https://emc.epool.io/api/stats", @@ -189,16 +139,6 @@ "url":"emc.epool.io", "notify":"" }, - { - "name":"HODLPOOL", - "stats":"http://mc.hodlpool.com/api/stats", - "blocks":"http://mc.hodlpool.com/api/blocks", - "payments":"http://mc.hodlpool.com/api/payments", - "accounts":"http://mc.hodlpool.com/api/accounts", - "miners":"http://mc.hodlpool.com/api/miners", - "url":"mc.hodlpool.com", - "notify":"" - }, { "name":"MININGCLUB", "stats":"http://musicoin.miningclub.info/api/stats", @@ -209,16 +149,6 @@ "url":"musicoin.miningclub.info", "notify":"" }, - { - "name":"DIGITALPOOL", - "stats":"http://mc.digitalpool.cc/api/stats", - "blocks":"http://mc.digitalpool.cc/api/blocks", - "payments":"http://mc.digitalpool.cc/api/payments", - "accounts":"http://mc.digitalpool.cc/api/accounts", - "miners":"http://mc.digitalpool.cc/api/miners", - "url":"mc.digitalpool.cc", - "notify":"" - }, { "name":"HAKOPOOL", "stats":"http://musicoin.hakopool.com/?w=api&stats", @@ -229,16 +159,6 @@ "url":"musicoin.hakopool.com", "notify":"" }, - { - "name":"GPUMINE", - "stats":"https://music.gpumine.org/api/stats", - "blocks":"https://music.gpumine.org/api/blocks", - "payments":"https://music.gpumine.org/api/payments", - "accounts":"https://music.gpumine.org/api/accounts", - "miners":"https://music.gpumine.org/api/miners", - "url":"music.gpumine.org", - "notify":"" - }, { "name":"MINERSHQ", "stats":"https://mc.minershq.net/api/stats", From 662399ae944b887805a6c439c934efa85b0ddd7b Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:22:00 +0100 Subject: [PATCH 085/277] Update whalecoin.json --- whalecoin.json | 58 -------------------------------------------------- 1 file changed, 58 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index 1280f4a..8948a81 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -19,16 +19,6 @@ "url":"whale.spdns.eu", "notify":"" }, - { - "name":"ALLCANMINE", - "stats":"http://whale.allcanmine.net/api/stats", - "blocks":"http://whale.allcanmine.net/api/blocks", - "payments":"http://whale.allcanmine.net/api/payments", - "accounts":"http://whale.allcanmine.net/api/accounts", - "miners":"http://whale.allcanmine.net/api/miners", - "url":"whale.allcanmine.net", - "notify":"" - }, { "name":"GLOBALPOOL", "stats":"http://whale.globalpool.cc/api/stats", @@ -49,24 +39,6 @@ "url":"whale.ezmine.io", "notify":"" }, - { - "name":"2ZO", - "stats":"http://whale.2zo.pw/ajax/ajax.stats.php", - "blocks":"http://whale.2zo.pw/ajax/ajax.blocks.php", - "payments":"", - "url":"whale.2zo.pw", - "notify":"" - }, - { - "name":"DYNU", - "stats":"http://whalepool.dynu.net/api/stats", - "blocks":"http://whalepool.dynu.net/api/blocks", - "payments":"http://whalepool.dynu.net/api/payments", - "accounts":"http://whalepool.dynu.net/api/accounts", - "miners":"http://whalepool.dynu.net/api/miners", - "url":"whalepool.dynu.net", - "notify":"" - }, { "name":"HODLPOOL", "stats":"http://whale.hodlpool.com/api/stats", @@ -77,16 +49,6 @@ "url":"whale.hodlpool.com", "notify":"" }, - { - "name":"DIGITALPOOL", - "stats":"http://whl.digitalpool.cc/api/stats", - "blocks":"http://whl.digitalpool.cc/api/blocks", - "payments":"http://whl.digitalpool.cc/api/payments", - "accounts":"http://whl.digitalpool.cc/api/accounts", - "miners":"http://whl.digitalpool.cc/api/miners", - "url":"whl.digitalpool.cc", - "notify":"" - }, { "name":"ZET-TECH", "stats":"https://wc.zet-tech.eu/api/stats", @@ -116,25 +78,5 @@ "miners":"http://whl.pool.sexy/api2/miners", "url":"whl.pool.sexy", "notify":"" - }, - { - "name":"ZPOOL", - "stats":"http://whale.zpool.fun/api/stats", - "blocks":"http://whale.zpool.fun/api/blocks", - "payments":"http://whale.zpool.fun/api/payments", - "accounts":"http://whale.zpool.fun/api/accounts", - "miners":"http://whale.zpool.fun/api/miners", - "url":"whale.zpool.fun", - "notify":"" - }, - { - "name":"HPOOL", - "stats":"http://whale-asia.hpool.net/api/stats", - "blocks":"http://whale-asia.hpool.net/api/blocks", - "payments":"http://whale-asia.hpool.net/api/payments", - "accounts":"http://whale-asia.hpool.net/api/accounts", - "miners":"http://whale-asia.hpool.net/api/miners", - "url":"whale-asia.hpool.net", - "notify":"" } ] From 62f32ddf4311ed2fa39890844a1a1b7838d18e1a Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:23:49 +0100 Subject: [PATCH 086/277] Update expanse.json --- expanse.json | 60 ---------------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/expanse.json b/expanse.json index 17c2efe..fbafc37 100644 --- a/expanse.json +++ b/expanse.json @@ -39,16 +39,6 @@ "url":"exp.hodlpool.com", "notify":"" }, - { - "name":"AKASHA", - "stats":"http://exp.akasha-pool.eu/api/stats", - "blocks":"http://exp.akasha-pool.eu/api/blocks", - "payments":"http://exp.akasha-pool.eu/api/payments", - "accounts":"http://exp.akasha-pool.eu/api/accounts", - "miners":"http://exp.akasha-pool.eu/api/miners", - "url":"exp.akasha-pool.eu", - "notify":"" - }, { "name":"MINANDOANDO", "stats":"http://exp.minandoando.com/api/stats", @@ -59,16 +49,6 @@ "url":"exp.minandoando.com", "notify":"" }, - { - "name":"SERVEHTTP", - "stats":"http://exppool.servehttp.com/api/stats", - "blocks":"http://exppool.servehttp.com/api/blocks", - "payments":"http://exppool.servehttp.com/api/payments", - "accounts":"http://exppool.servehttp.com/api/accounts", - "miners":"http://exppool.servehttp.com/api/miners", - "url":"exppool.servehttp.com", - "notify":"" - }, { "name":"CLONA.RU", "stats":"http://clona.ru:2828/api/stats", @@ -79,36 +59,6 @@ "url":"clona.ru", "notify":"" }, - { - "name":"DIGGER.WS", - "stats":"http://exp.digger.ws/api/stats", - "blocks":"http://exp.digger.ws/api/blocks", - "payments":"http://exp.digger.ws/api/payments", - "accounts":"http://exp.digger.ws/api/accounts", - "miners":"http://exp.digger.ws/api/miners", - "url":"exp.digger.ws", - "notify":"" - }, - { - "name":"MINERAPE", - "stats":"http://expanse.minerape.io/api/stats", - "blocks":"http://expanse.minerape.io/api/blocks", - "payments":"http://expanse.minerape.io/api/payments", - "accounts":"http://expanse.minerape.io/api/accounts", - "miners":"http://expanse.minerape.io/api/miners", - "url":"expanse.minerape.io", - "notify":"" - }, - { - "name":"FTLPOOL", - "stats":"http://expanse.ftlpool.com/api/stats", - "blocks":"http://expanse.ftlpool.com/api/blocks", - "payments":"http://expanse.ftlpool.com/api/payments", - "accounts":"http://expanse.ftlpool.com/api/accounts", - "miners":"http://expanse.ftlpool.com/api/miners", - "url":"expanse.ftlpool.com", - "notify":"" - }, { "name":"ETHERTRENCH", "stats":"http://exp.ethertrench.com/api/stats", @@ -119,16 +69,6 @@ "url":"exp.ethertrench.com", "notify":"" }, - { - "name":"DIGITALPOOL", - "stats":"http://exp.digitalpool.cc/api/stats", - "blocks":"http://exp.digitalpool.cc/api/blocks", - "payments":"http://exp.digitalpool.cc/api/payments", - "accounts":"http://exp.digitalpool.cc/api/accounts", - "miners":"http://exp.digitalpool.cc/api/miners", - "url":"exp.digitalpool.cc", - "notify":"" - }, { "name":"EXPMINE", "stats":"https://expmine.pro/api/stats", From f81b52964214a32773d6457f62522e61929d27c3 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:26:13 +0100 Subject: [PATCH 087/277] Update pegascoin.json --- pegascoin.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/pegascoin.json b/pegascoin.json index a0b629b..c6cfe87 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -27,26 +27,6 @@ "accounts":"https://pgc.coin-miners.info/api/accounts", "miners":"https://pgc.coin-miners.info/api/miners", "url":"pgc.coin-miners.info", - "notify":"" - }, - { - "name":"LITWILLER", - "stats":"https://pega.litwiller.us/api/stats", - "blocks":"https://pega.litwiller.us/api/blocks", - "payments":"https://pega.litwiller.us/api/payments", - "accounts":"https://pega.litwiller.us/api/accounts", - "miners":"https://pega.litwiller.us/api/miners", - "url":"pega.litwiller.us", - "notify":"" - }, - { - "name":"HODLPOOL", - "stats":"http://pgc.hodlpool.com:8109/api/stats", - "blocks":"http://pgc.hodlpool.com:8109/api/blocks", - "payments":"http://pgc.hodlpool.com:8109/api/payments", - "accounts":"http://pgc.hodlpool.com:8109/api/accounts", - "miners":"http://pgc.hodlpool.com:8109/api/miners", - "url":"pgc.hodlpool.com", "notify":"" }, { @@ -68,15 +48,5 @@ "miners":"http://pegas.cryptopools.info/api/miners", "url":"pegas.cryptopools.info", "notify":"" - }, - { - "name":"PEGAPOOL", - "stats":"http://pegapool.com/api/stats", - "blocks":"http://pegapool.com/api/blocks", - "payments":"http://pegapool.com/api/payments", - "accounts":"http://pegapool.com/api/accounts", - "miners":"http://pegapool.com/api/miners", - "url":"pegapool.com", - "notify":"" } ] From de67ba1d49a3c0a9359856a7afe72296ac4eb23e Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:28:37 +0100 Subject: [PATCH 088/277] Update ubiq.json --- ubiq.json | 80 ------------------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/ubiq.json b/ubiq.json index 7d7f8a5..26e3ec4 100644 --- a/ubiq.json +++ b/ubiq.json @@ -19,16 +19,6 @@ "url":"ubq.reidocoin.com.br", "notify":"pool@reidocoin.com.br" }, - { - "name":"CHINA UBIQ POOL", - "stats":"http://ubiq.allcanmine.net/api/stats", - "blocks":"http://ubiq.allcanmine.net/api/blocks", - "payments":"http://ubiq.allcanmine.net/api/payments", - "accounts":"http://ubiq.allcanmine.net/api/accounts", - "miners":"http://ubiq.allcanmine.net/api/miners", - "url":"ubiq.allcanmine.net", - "notify":"" - }, { "name":"UBIQPEON", "stats":"http://ubiq.spdns.eu/api/stats", @@ -39,16 +29,6 @@ "url":"ubiq.spdns.eu", "notify":"" }, - { - "name":"LOWFEEMINING", - "stats":"http://ubiq.lowfeemining.com:8080/api/stats", - "blocks":"http://ubiq.lowfeemining.com:8080/api/blocks", - "payments":"http://ubiq.lowfeemining.com:8080/api/payments", - "accounts":"http://ubiq.lowfeemining.com:8080/api/accounts", - "miners":"http://ubiq.lowfeemining.com:8080/api/miners", - "url":"ubiq.lowfeemining.com", - "notify":"" - }, { "name":"HODLPOOL", "stats":"http://ubiq.hodlpool.com/api/stats", @@ -59,16 +39,6 @@ "url":"ubiq.hodlpool.com", "notify":"" }, - { - "name":"TERRAHASH", - "stats":"http://ubq.terrahash.cc/api/stats", - "blocks":"http://ubq.terrahash.cc/api/blocks", - "payments":"http://ubq.terrahash.cc/api/payments", - "accounts":"http://ubq.terrahash.cc/api/accounts", - "miners":"http://ubq.terrahash.cc/api/miners", - "url":"ubq.terrahash.cc", - "notify":"" - }, { "name":"ASIA UBIQ POOL", "stats":"http://pool.ubq.tw/api/stats", @@ -109,26 +79,6 @@ "url":"ubiqpool.io", "notify":"" }, - { - "name":"MINERS-ZONE", - "stats":"http://ubq.miners-zone.net/api/stats", - "blocks":"http://ubq.miners-zone.net/api/blocks", - "payments":"http://ubq.miners-zone.net/api/payments", - "accounts":"http://ubq.miners-zone.net/api/accounts", - "miners":"http://ubq.miners-zone.net/api/miners", - "url":"ubq.miners-zone.net", - "notify":"" - }, - { - "name":"POOLCOIN", - "stats":"http://ubq.poolcoin.biz/apiubq/stats", - "blocks":"http://ubq.poolcoin.biz/apiubq/blocks", - "payments":"http://ubq.poolcoin.biz/apiubq/payments", - "accounts":"http://ubq.poolcoin.biz/api/accounts", - "miners":"http://ubq.poolcoin.biz/api/miners", - "url":"ubq.poolcoin.biz", - "notify":"" - }, { "name":"MOLE-POOL", "stats":"http://109.70.186.58:5050/api/stats", @@ -149,36 +99,6 @@ "url":"ubq.pool.sexy", "notify":"" }, - { - "name":"UBIQMINER", - "stats":"http://ubiqminer.com/api/stats", - "blocks":"http://ubiqminer.com/api/blocks", - "payments":"http://ubiqminer.com/api/payments", - "accounts":"http://ubiqminer.com/api/accounts", - "miners":"http://ubiqminer.com/api/miners", - "url":"ubiqminer.com", - "notify":"" - }, - { - "name":"UBIQMINERS", - "stats":"http://ubiqminers.org/api/stats", - "blocks":"http://ubiqminers.org/api/blocks", - "payments":"http://ubiqminers.org/api/payments", - "accounts":"http://ubiqminers.org/api/accounts", - "miners":"http://ubiqminers.org/api/miners", - "url":"ubiqminers.org", - "notify":"" - }, - { - "name":"EPOOL", - "stats":"https://ubq.epool.io/api/stats", - "blocks":"https://ubq.epool.io/api/blocks", - "payments":"https://ubq.epool.io/api/payments", - "accounts":"https://ubq.epool.io/api/accounts", - "miners":"https://ubq.epool.io/api/miners", - "url":"ubq.epool.io", - "notify":"" - }, { "name":"DIGITALPOOL", "stats":"http://ubiq.digitalpool.cc/api/stats", From c91bebb8bec7499fd29995dcf39f7bbec3048daa Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 10:33:27 +0100 Subject: [PATCH 089/277] Update ellaism.json --- ellaism.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ellaism.json b/ellaism.json index 5b61e5d..8e09b65 100644 --- a/ellaism.json +++ b/ellaism.json @@ -29,16 +29,6 @@ "url":"pool.ellaism.io", "notify":"foreignfive@gmail.com" }, - { - "name":"2ZO", - "stats":"http://ellaism.2zo.pw/api/stats", - "blocks":"http://ellaism.2zo.pw/api/blocks", - "payments":"http://ellaism.2zo.pw/api/payments", - "accounts":"http://ellaism.2zo.pw/api/accounts", - "miners":"http://ellaism.2zo.pw/api/miners", - "url":"ellaism.2zo.pw", - "notify":"" - }, { "name":"ETHASH-COINS", "stats":"http://ella.ethash-coins.ru/api/stats", From 62ca2b2012aa1644ecb64e65ae397f331894dd02 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 21:21:59 +0100 Subject: [PATCH 090/277] Update nekonium.json --- nekonium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nekonium.json b/nekonium.json index 5411cef..024bf28 100644 --- a/nekonium.json +++ b/nekonium.json @@ -1,4 +1,14 @@ [ + { + "name":"MINERPOOL.NET", + "stats":"http://nuko.minerpool.net/api/stats", + "blocks":"http://nuko.minerpool.net/api/blocks", + "payments":"http://nuko.minerpool.net/api/payments", + "accounts":"http://nuko.minerpool.net/api/accounts", + "miners":"http://nuko.minerpool.net/api/miners", + "url":"nuko.minerpool.net", + "notify":"support@minerpool.net" + }, { "name":"OLDBEYOND", "stats":"http://52.168.133.100:10000/api/stats", From 2e72ddcd338695af38b5af5f84b019e2ecf73719 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 27 Dec 2017 21:35:56 +0100 Subject: [PATCH 091/277] Update pegascoin.json --- pegascoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pegascoin.json b/pegascoin.json index c6cfe87..c58b0ba 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -48,5 +48,15 @@ "miners":"http://pegas.cryptopools.info/api/miners", "url":"pegas.cryptopools.info", "notify":"" + }, + { + "name":"PEGASPOOL", + "stats":"http://pegascoin.xyz/api/stats", + "blocks":"http://pegascoin.xyz/api/blocks", + "payments":"http://pegascoin.xyz/api/payments", + "accounts":"http://pegascoin.xyz/api/accounts", + "miners":"http://pegascoin.xyz/api/miners", + "url":"pegascoin.xyz", + "notify":"" } ] From 12ecd967f87cd90374e014d570ca4dca6e78e661 Mon Sep 17 00:00:00 2001 From: etherninja Date: Wed, 27 Dec 2017 18:55:01 -0600 Subject: [PATCH 092/277] Update ellaism.json --- ellaism.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ellaism.json b/ellaism.json index 8e09b65..b947f19 100644 --- a/ellaism.json +++ b/ellaism.json @@ -118,5 +118,15 @@ "miners":"https://ella.2miners.com/api/miners", "url":"2miners.com", "notify":"support@2miners.com" - } + }, + { + "name":"EPOOL.IO", + "stats":"https://ella.epool.io/api/stats", + "blocks":"https://ella.epool.io/api/index", + "payments":"https://ella.epool.io/api/payments", + "accounts":"https://ella.epool.io/api/accounts", + "miners":"https://ella.epool.io/api/miners", + "url":"ella.epool.io", + "notify":"" + } ] From 742ebd5c283ddba862aabe760432699b6318c02d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 28 Dec 2017 11:14:13 +0100 Subject: [PATCH 093/277] Update nekonium.json --- nekonium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nekonium.json b/nekonium.json index 024bf28..758fb89 100644 --- a/nekonium.json +++ b/nekonium.json @@ -49,6 +49,16 @@ "url":"nuko.cep-k.work", "notify":"" }, + { + "name":"MOFUMOFU", + "stats":"http://nuko.mofumofu.me/api/stats", + "blocks":"http://nuko.mofumofu.me/api/blocks", + "payments":"http://nuko.mofumofu.me/api/payments", + "accounts":"http://nuko.mofumofu.me/api/accounts", + "miners":"http://nuko.mofumofu.me/api/miners", + "url":"nuko.mofumofu.me", + "notify":"" + }, { "name":"NEKONIUM-POOL", "stats":"http://www.nekonium-pool.com/api/stats", From ca0de3b13b9a96b99ce5fdacda9b415184aa5416 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 28 Dec 2017 11:52:34 +0100 Subject: [PATCH 094/277] Update nekonium.json --- nekonium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nekonium.json b/nekonium.json index 758fb89..2a04fbb 100644 --- a/nekonium.json +++ b/nekonium.json @@ -59,6 +59,16 @@ "url":"nuko.mofumofu.me", "notify":"" }, + { + "name":"ETHASH-COINS", + "stats":"http://nuko.ethash-coins.ru/api/stats", + "blocks":"http://nuko.ethash-coins.ru/api/blocks", + "payments":"http://nuko.ethash-coins.ru/api/payments", + "accounts":"http://nuko.ethash-coins.ru/api/accounts", + "miners":"http://nuko.ethash-coins.ru/api/miners", + "url":"nuko.ethash-coins.ru", + "notify":"" + }, { "name":"NEKONIUM-POOL", "stats":"http://www.nekonium-pool.com/api/stats", From 3829c44343ce4dc91fcd91b74562828dfa92efbd Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 29 Dec 2017 08:34:17 +0100 Subject: [PATCH 095/277] Update nekonium.json --- nekonium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nekonium.json b/nekonium.json index 2a04fbb..99b810a 100644 --- a/nekonium.json +++ b/nekonium.json @@ -69,6 +69,16 @@ "url":"nuko.ethash-coins.ru", "notify":"" }, + { + "name":"CRYPTOPOOLS", + "stats":"http://neko.cryptopools.info/api/stats", + "blocks":"http://neko.cryptopools.info/api/blocks", + "payments":"http://neko.cryptopools.info/api/payments", + "accounts":"http://neko.cryptopools.info/api/accounts", + "miners":"http://neko.cryptopools.info/api/miners", + "url":"neko.cryptopools.info", + "notify":"" + }, { "name":"NEKONIUM-POOL", "stats":"http://www.nekonium-pool.com/api/stats", From 3f1be9c72b295ff04b38622c95cb07c3b428c9e0 Mon Sep 17 00:00:00 2001 From: JustHashMe <34620890+JustHashMe@users.noreply.github.com> Date: Sat, 30 Dec 2017 21:29:46 -0600 Subject: [PATCH 096/277] Update pirlcoin.json removed justhash.me --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 1250a04..41e7b6a 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -9,16 +9,6 @@ "url":"pirl.minerpool.net", "notify":"" }, - { - "name":"JUSTHASH.ME", - "stats":"http://pirl.justhash.me/api/stats", - "blocks":"http://pirl.justhash.me/api/blocks", - "payments":"http://pirl.justhash.me/api/payments", - "accounts":"http://pirl.justhash.me/api/accounts", - "miners":"http://pirl.justhash.me/api/miners", - "url":"pirl.justhash.me", - "notify":"" - }, { "name":"HPPCG", "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", From d902418b3fb652c12e354268ac2bd8e293d86db0 Mon Sep 17 00:00:00 2001 From: phatblinkie Date: Tue, 2 Jan 2018 11:19:34 -0600 Subject: [PATCH 097/277] adding nodez.json and my pool adding nodez.json and my pool --- nodez.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 nodez.json diff --git a/nodez.json b/nodez.json new file mode 100644 index 0000000..3611bba --- /dev/null +++ b/nodez.json @@ -0,0 +1,12 @@ +[ + { + "name":"CRYPTOPOOLS", + "stats":"http://nodez.Cryptopools.info/api/stats", + "blocks":"http://nodez.Cryptopools.info/api/blocks", + "payments":"http://nodez.Cryptopools.info/api/payments", + "accounts":"http://nodez.Cryptopools.info/api/accounts", + "miners":"http://nodez.Cryptopools.info/api/miners", + "url":"nodez.Cryptopools.info", + "notify":"phatblinkie@hotmail.com" + } +] From e74df73e19180489492229696f2c810e18c622a9 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 2 Jan 2018 18:26:53 +0100 Subject: [PATCH 098/277] added hodlpool --- nodez.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/nodez.json b/nodez.json index 3611bba..5825e15 100644 --- a/nodez.json +++ b/nodez.json @@ -1,4 +1,14 @@ [ + { + "name":"MINERPOOL.NET", + "stats":"http://nodez.minerpool.net/api/stats", + "blocks":"http://nodez.minerpool.net/api/blocks", + "payments":"http://nodez.minerpool.net/api/payments", + "accounts":"http://nodez.minerpool.net/api/accounts", + "miners":"http://nodez.minerpool.net/api/miners", + "url":"nodez.minerpool.net", + "notify":"support@minerpool.net" + }, { "name":"CRYPTOPOOLS", "stats":"http://nodez.Cryptopools.info/api/stats", @@ -8,5 +18,15 @@ "miners":"http://nodez.Cryptopools.info/api/miners", "url":"nodez.Cryptopools.info", "notify":"phatblinkie@hotmail.com" + }, + { + "name":"HODLPOOL", + "stats":"http://ndz.hodlpool.com/api/stats", + "blocks":"http://ndz.hodlpool.com/api/blocks", + "payments":"http://ndz.hodlpool.com/api/payments", + "accounts":"http://ndz.hodlpool.com/api/accounts", + "miners":"http://ndz.hodlpool.com/api/miners", + "url":"ndz.hodlpool.com", + "notify":"" } ] From 97658d13d971f67412ebb14d9924400b192c2968 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 2 Jan 2018 20:30:08 +0100 Subject: [PATCH 099/277] added Minertopia --- nodez.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nodez.json b/nodez.json index 5825e15..e9feaca 100644 --- a/nodez.json +++ b/nodez.json @@ -28,5 +28,15 @@ "miners":"http://ndz.hodlpool.com/api/miners", "url":"ndz.hodlpool.com", "notify":"" + }, + { + "name":"MINERTOPIA", + "stats":"http://nodez.minertopia.org/api/stats", + "blocks":"http://nodez.minertopia.org/api/blocks", + "payments":"http://nodez.minertopia.org/api/payments", + "accounts":"http://nodez.minertopia.org/api/accounts", + "miners":"http://nodez.minertopia.org/api/miners", + "url":"nodez.minertopia.org", + "notify":"" } ] From 70269de79d1aa88749ed320e0f19552d7964594e Mon Sep 17 00:00:00 2001 From: pirl-asiapool <35038638+pirl-asiapool@users.noreply.github.com> Date: Wed, 3 Jan 2018 18:19:26 +0530 Subject: [PATCH 100/277] Added Pirl Asia Pool pirl.asiapool.info --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 1250a04..666b601 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -268,5 +268,15 @@ "miners":"http://australianpirlpool.info/api/miners", "url":"australianpirlpool.info", "notify":"" + }, + { + "name":"PIRL ASIA POOL", + "stats":"http://pirl.asiapool.info/api/stats", + "blocks":"http://pirl.asiapool.info/api/blocks", + "payments":"http://pirl.asiapool.info/api/payments", + "accounts":"http://pirl.asiapool.info/api/accounts", + "miners":"http://pirl.asiapool.info/api/miners", + "url":"pirl.asiapool.info", + "notify":"" } ] From e6e06b25ec6afb64230504b7e8dcff083c1df872 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 4 Jan 2018 00:26:59 +0100 Subject: [PATCH 101/277] added PistolCrypt --- nodez.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nodez.json b/nodez.json index e9feaca..bc4722f 100644 --- a/nodez.json +++ b/nodez.json @@ -38,5 +38,15 @@ "miners":"http://nodez.minertopia.org/api/miners", "url":"nodez.minertopia.org", "notify":"" + }, + { + "name":"PISTOLCRYPT", + "stats":"http://nodez.pistolcrypt.com/api/stats", + "blocks":"http://nodez.pistolcrypt.com/api/blocks", + "payments":"http://nodez.pistolcrypt.com/api/payments", + "accounts":"http://nodez.pistolcrypt.com/api/accounts", + "miners":"http://nodez.pistolcrypt.com/api/miners", + "url":"nodez.pistolcrypt.com", + "notify":"" } ] From bcdee9ace63f818aaf624e13e8c424e1ad9656a2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 4 Jan 2018 03:27:45 +0100 Subject: [PATCH 102/277] Update nodez.json --- nodez.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/nodez.json b/nodez.json index bc4722f..4c75f55 100644 --- a/nodez.json +++ b/nodez.json @@ -48,5 +48,15 @@ "miners":"http://nodez.pistolcrypt.com/api/miners", "url":"nodez.pistolcrypt.com", "notify":"" + }, + { + "name":"CRYPTOPROS", + "stats":"https://nodez.cryptopros.us/api/stats", + "blocks":"https://nodez.cryptopros.us/api/blocks", + "payments":"https://nodez.cryptopros.us/api/payments", + "accounts":"https://nodez.cryptopros.us/api/accounts", + "miners":"https://nodez.cryptopros.us/api/miners", + "url":"nodez.cryptopros.us", + "notify":"" } ] From 58fad63677fe1b20a393e9f7c548b5573408b7c4 Mon Sep 17 00:00:00 2001 From: Nick Sawinyh Date: Thu, 4 Jan 2018 18:02:32 -0800 Subject: [PATCH 103/277] mining pool added --- whalecoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/whalecoin.json b/whalecoin.json index 8948a81..d586aaf 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -78,5 +78,15 @@ "miners":"http://whl.pool.sexy/api2/miners", "url":"whl.pool.sexy", "notify":"" + }, + { + "name":"2MINERS", + "stats":"https://solo-whl.2miners.com/api/stats", + "blocks":"https://solo-whl.2miners.com/api/blocks", + "payments":"https://solo-whl.2miners.com/api/payments", + "accounts":"https://solo-whl.2miners.com/api/accounts", + "miners":"https://solo-whl.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" } ] From dcc23bb84bf5e3ee7516d8fdad97670fdebf4693 Mon Sep 17 00:00:00 2001 From: slavserver Date: Fri, 5 Jan 2018 06:56:45 +0300 Subject: [PATCH 104/277] Update pirlcoin.json --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index c7b6370..f2ff2e1 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -268,5 +268,15 @@ "miners":"http://pirl.asiapool.info/api/miners", "url":"pirl.asiapool.info", "notify":"" - } + }, + { + "name":"clona.ru", + "stats":"http://clona.ru:4012/api/stats", + "blocks":"http://clona.ru:4012/api/blocks", + "payments":"http://clona.ru:4012/api/payments", + "accounts":"http://clona.ru:4012/api/accounts", + "miners":"http://clona.ru:4012/api/miners", + "url":"clona.ru:4013", + "notify":"" + } ] From df8b8ce4ed5f46321c46f61b3f9f1c671e5794e2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 5 Jan 2018 16:40:34 +0100 Subject: [PATCH 105/277] Update pirlcoin.json --- pirlcoin.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index f2ff2e1..c6c81c8 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -269,14 +269,14 @@ "url":"pirl.asiapool.info", "notify":"" }, - { - "name":"clona.ru", - "stats":"http://clona.ru:4012/api/stats", - "blocks":"http://clona.ru:4012/api/blocks", - "payments":"http://clona.ru:4012/api/payments", - "accounts":"http://clona.ru:4012/api/accounts", - "miners":"http://clona.ru:4012/api/miners", - "url":"clona.ru:4013", - "notify":"" + { + "name":"CLONA", + "stats":"http://clona.ru:4012/api/stats", + "blocks":"http://clona.ru:4012/api/blocks", + "payments":"http://clona.ru:4012/api/payments", + "accounts":"http://clona.ru:4012/api/accounts", + "miners":"http://clona.ru:4012/api/miners", + "url":"clona.ru:4013", + "notify":"" } ] From 430c6f6c8f71d19e337cf9f73a33328084e4c52d Mon Sep 17 00:00:00 2001 From: slavserver Date: Fri, 5 Jan 2018 18:49:11 +0300 Subject: [PATCH 106/277] Update ellaism.json --- ellaism.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ellaism.json b/ellaism.json index b947f19..86e9d76 100644 --- a/ellaism.json +++ b/ellaism.json @@ -128,5 +128,15 @@ "miners":"https://ella.epool.io/api/miners", "url":"ella.epool.io", "notify":"" - } + }, + { + "name":"CLONA", + "stats":"http://clona.ru:9010/api/stats", + "blocks":"http://clona.ru:9010/api/blocks", + "payments":"http://clona.ru:9010/api/payments", + "accounts":"http://clona.ru:9010/api/accounts", + "miners":"http://clona.ru:9010/api/miners", + "url":"clona.ru:9011", + "notify":"" + } ] From 55e83f64e0ae623bf8c419baa4ad1f55c55261f7 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 5 Jan 2018 16:54:50 +0100 Subject: [PATCH 107/277] Update pirlcoin.json --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index c6c81c8..bcfebb8 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -278,5 +278,15 @@ "miners":"http://clona.ru:4012/api/miners", "url":"clona.ru:4013", "notify":"" - } + }, + { + "name":"MINER-POOL.COM", + "stats":"http://pirl.miner-pool.com/api/stats", + "blocks":"http://pirl.miner-pool.com/api/blocks", + "payments":"http://pirl.miner-pool.com/api/payments", + "accounts":"http://pirl.miner-pool.com/api/accounts", + "miners":"http://pirl.miner-pool.com/api/miners", + "url":"pirl.miner-pool.com", + "notify":"" + } ] From 73d6d926954491c664cb4ed4816f9a3748ffc29d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 5 Jan 2018 16:57:13 +0100 Subject: [PATCH 108/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index bcfebb8..63c2190 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -276,7 +276,7 @@ "payments":"http://clona.ru:4012/api/payments", "accounts":"http://clona.ru:4012/api/accounts", "miners":"http://clona.ru:4012/api/miners", - "url":"clona.ru:4013", + "url":"clona.ru", "notify":"" }, { From 1dde5ede230c15d3c72e6f64ffb44582b6f8f555 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 5 Jan 2018 16:57:30 +0100 Subject: [PATCH 109/277] Update ellaism.json --- ellaism.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ellaism.json b/ellaism.json index 86e9d76..36ab27d 100644 --- a/ellaism.json +++ b/ellaism.json @@ -136,7 +136,7 @@ "payments":"http://clona.ru:9010/api/payments", "accounts":"http://clona.ru:9010/api/accounts", "miners":"http://clona.ru:9010/api/miners", - "url":"clona.ru:9011", + "url":"clona.ru", "notify":"" } ] From faddee3f97820c46dd8e07fc346a53bdc0f034f4 Mon Sep 17 00:00:00 2001 From: slavserver Date: Fri, 5 Jan 2018 18:58:38 +0300 Subject: [PATCH 110/277] Update musicoin.json --- musicoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/musicoin.json b/musicoin.json index ad98768..60b746d 100644 --- a/musicoin.json +++ b/musicoin.json @@ -208,5 +208,15 @@ "miners":"https://music.2miners.com/api/miners", "url":"2miners.com", "notify":"support@2miners.com" - } + }, + { + "name":"CLONA", + "stats":"http://clona.ru:2929/api/stats", + "blocks":"http://clona.ru:2929/api/blocks", + "payments":"http://clona.ru:2929/api/payments", + "accounts":"http://clona.ru:2929/api/accounts", + "miners":"http://clona.ru:2929/api/miners", + "url":"clona.ru:8089", + "notify":"" + } ] From d0eb882fbd7b5d95fff839f75682093a49a0a1b9 Mon Sep 17 00:00:00 2001 From: slavserver Date: Fri, 5 Jan 2018 19:01:19 +0300 Subject: [PATCH 111/277] Update ubiq.json --- ubiq.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ubiq.json b/ubiq.json index 26e3ec4..38bc78b 100644 --- a/ubiq.json +++ b/ubiq.json @@ -118,5 +118,15 @@ "miners":"https://api.ubq.mypool.online/api/miners", "url":"ubq.mypool.online", "notify":"support@mypool.online" - } + }, + { + "name":"CLONA", + "stats":"http://clona.ru:3012/api/stats", + "blocks":"http://clona.ru:3012/api/blocks", + "payments":"http://clona.ru:3012/api/payments", + "accounts":"http://clona.ru:3012/api/accounts", + "miners":"http://clona.ru:3012/api/miners", + "url":"clona.ru:3015", + "notify":"" + } ] From cd19038d8a63c04932a287b3f6a78e2f51d23527 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 5 Jan 2018 17:02:43 +0100 Subject: [PATCH 112/277] Update ubiq.json --- ubiq.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubiq.json b/ubiq.json index 38bc78b..8d4f6a7 100644 --- a/ubiq.json +++ b/ubiq.json @@ -126,7 +126,7 @@ "payments":"http://clona.ru:3012/api/payments", "accounts":"http://clona.ru:3012/api/accounts", "miners":"http://clona.ru:3012/api/miners", - "url":"clona.ru:3015", + "url":"clona.ru", "notify":"" } ] From 284d7593291a732525bfcef2a1d8b8026fd21fc4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 5 Jan 2018 17:03:09 +0100 Subject: [PATCH 113/277] Update musicoin.json --- musicoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musicoin.json b/musicoin.json index 60b746d..c207f09 100644 --- a/musicoin.json +++ b/musicoin.json @@ -216,7 +216,7 @@ "payments":"http://clona.ru:2929/api/payments", "accounts":"http://clona.ru:2929/api/accounts", "miners":"http://clona.ru:2929/api/miners", - "url":"clona.ru:8089", + "url":"clona.ru", "notify":"" } ] From fde887a949758944a5f0c6832da9a707a22308cf Mon Sep 17 00:00:00 2001 From: slavserver Date: Sun, 7 Jan 2018 14:20:57 +0300 Subject: [PATCH 114/277] Update nekonium.json --- nekonium.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/nekonium.json b/nekonium.json index 99b810a..d06bc7b 100644 --- a/nekonium.json +++ b/nekonium.json @@ -88,5 +88,15 @@ "miners":"http://www.nekonium-pool.com/api/miners", "url":"www.nekonium-pool.com", "notify":"" - } + }, + { + "name":"CLONA", + "stats":"http://clona.ru:9015/api/stats", + "blocks":"http://clona.ru:9015/api/blocks", + "payments":"http://clona.ru:9015/api/payments", + "accounts":"http://clona.ru:9015/api/accounts", + "miners":"http://clona.ru:9015/api/miners", + "url":"clona.ru", + "notify":"" + } ] From 6c4b9fefee6a0d250d21d7026b3b11913e161087 Mon Sep 17 00:00:00 2001 From: phatblinkie Date: Mon, 8 Jan 2018 02:42:21 -0600 Subject: [PATCH 115/277] please remove cryptopools.info please remove cryptopools.info --- nodez.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nodez.json b/nodez.json index 4c75f55..4b6e26f 100644 --- a/nodez.json +++ b/nodez.json @@ -9,16 +9,6 @@ "url":"nodez.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"CRYPTOPOOLS", - "stats":"http://nodez.Cryptopools.info/api/stats", - "blocks":"http://nodez.Cryptopools.info/api/blocks", - "payments":"http://nodez.Cryptopools.info/api/payments", - "accounts":"http://nodez.Cryptopools.info/api/accounts", - "miners":"http://nodez.Cryptopools.info/api/miners", - "url":"nodez.Cryptopools.info", - "notify":"phatblinkie@hotmail.com" - }, { "name":"HODLPOOL", "stats":"http://ndz.hodlpool.com/api/stats", From 849c92ca7b7cc7e054a904211f15eba2f533effa Mon Sep 17 00:00:00 2001 From: phatblinkie Date: Mon, 8 Jan 2018 02:43:20 -0600 Subject: [PATCH 116/277] please remove cryptopools.info please remove cryptopools.info --- nekonium.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nekonium.json b/nekonium.json index d06bc7b..4264283 100644 --- a/nekonium.json +++ b/nekonium.json @@ -69,16 +69,6 @@ "url":"nuko.ethash-coins.ru", "notify":"" }, - { - "name":"CRYPTOPOOLS", - "stats":"http://neko.cryptopools.info/api/stats", - "blocks":"http://neko.cryptopools.info/api/blocks", - "payments":"http://neko.cryptopools.info/api/payments", - "accounts":"http://neko.cryptopools.info/api/accounts", - "miners":"http://neko.cryptopools.info/api/miners", - "url":"neko.cryptopools.info", - "notify":"" - }, { "name":"NEKONIUM-POOL", "stats":"http://www.nekonium-pool.com/api/stats", From e19b115e25294d71bff612ca766fd98c92c20a77 Mon Sep 17 00:00:00 2001 From: phatblinkie Date: Mon, 8 Jan 2018 02:44:29 -0600 Subject: [PATCH 117/277] please remove cryptopools.info please remove cryptopools.info --- pegascoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pegascoin.json b/pegascoin.json index c58b0ba..355e465 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -39,16 +39,6 @@ "url":"pgc.ethash-coins.ru", "notify":"" }, - { - "name":"CRYPTOPOOLS", - "stats":"http://pegas.cryptopools.info/api/stats", - "blocks":"http://pegas.cryptopools.info/api/blocks", - "payments":"http://pegas.cryptopools.info/api/payments", - "accounts":"http://pegas.cryptopools.info/api/accounts", - "miners":"http://pegas.cryptopools.info/api/miners", - "url":"pegas.cryptopools.info", - "notify":"" - }, { "name":"PEGASPOOL", "stats":"http://pegascoin.xyz/api/stats", From 929d29bba8f0bdea374960c2b563acc40c617bb0 Mon Sep 17 00:00:00 2001 From: Georgi Chompalov <7721127+Cremator@users.noreply.github.com> Date: Mon, 8 Jan 2018 11:57:38 +0200 Subject: [PATCH 118/277] add Pirl.Space (PPS) pirl pool --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index 63c2190..0f6b19b 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -288,5 +288,15 @@ "miners":"http://pirl.miner-pool.com/api/miners", "url":"pirl.miner-pool.com", "notify":"" + }, + { + "name":"Pirl.Space (PPS)", + "stats":"http://pirl.space/api/stats", + "blocks":"http://pirl.space/api/blocks", + "payments":"http://pirl.space/api/payments", + "accounts":"http://pirl.space/api/accounts", + "miners":"http://pirl.space/api/miners", + "url":"pirl.space", + "notify":"" } ] From 7d74f1fce7a46f6d4ece2b9be9ac5fdf770e4104 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 8 Jan 2018 12:30:50 +0100 Subject: [PATCH 119/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 0f6b19b..f62dd9a 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -290,7 +290,7 @@ "notify":"" }, { - "name":"Pirl.Space (PPS)", + "name":"PIRL.SPACE", "stats":"http://pirl.space/api/stats", "blocks":"http://pirl.space/api/blocks", "payments":"http://pirl.space/api/payments", From f3955f4645bcdf4c52b08e140f80f4295b2b587e Mon Sep 17 00:00:00 2001 From: zahareevici Date: Wed, 10 Jan 2018 14:59:16 +0100 Subject: [PATCH 120/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 36ab27d..0aa00ed 100644 --- a/ellaism.json +++ b/ellaism.json @@ -9,6 +9,16 @@ "url":"ella.minerpool.net", "notify":"support@minerpool.net" }, + { + "name":"MegaPool.io", + "stats":"https://megapool.io/api/stats/ella", + "blocks":"https://megapool.io/api/blocks/ella", + "payments":"https://megapool.io/api/payments/ella", + "accounts":"https://megapool.io/api/accounts/ella", + "miners":"https://megapool.io/api/miners/ella", + "url":"megapool.io/ella", + "notify":"support@megapool.io" + }, { "name":"ELLAISM CORE", "stats":"http://poolapi.ellaism.org/api/stats", From f6a77f833c7a09931b2cb3c618f5b02077c4b685 Mon Sep 17 00:00:00 2001 From: zahareevici Date: Wed, 10 Jan 2018 15:10:18 +0100 Subject: [PATCH 121/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index f62dd9a..d6ac0d5 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -9,6 +9,16 @@ "url":"pirl.minerpool.net", "notify":"" }, + { + "name":"MegaPool.io", + "stats":"https://megapool.io/api/stats/pirl", + "blocks":"https://megapool.io/api/blocks/pirl", + "payments":"https://megapool.io/api/payments/pirl", + "accounts":"https://megapool.io/api/accounts/pirl", + "miners":"https://megapool.io/api/miners/pirl", + "url":"megapool.io/pirl", + "notify":"support@megapool.io" + }, { "name":"HPPCG", "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", From 53c81c19f9aa53e8c88d5f0c4143489d2cf05b6d Mon Sep 17 00:00:00 2001 From: zahareevici Date: Wed, 10 Jan 2018 15:15:26 +0100 Subject: [PATCH 122/277] Update musicoin.json --- musicoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/musicoin.json b/musicoin.json index c207f09..35551de 100644 --- a/musicoin.json +++ b/musicoin.json @@ -9,6 +9,16 @@ "url":"music.minerpool.net", "notify":"support@minerpool.net" }, + { + "name":"MegaPool.io", + "stats":"https://megapool.io/api/stats/music", + "blocks":"https://megapool.io/api/blocks/music", + "payments":"https://megapool.io/api/payments/music", + "accounts":"https://megapool.io/api/accounts/music", + "miners":"https://megapool.io/api/miners/music", + "url":"megapool.io/music", + "notify":"support@megapool.io" + }, { "name":"REIDOCOIN", "stats":"https://music.reidocoin.com.br/api/stats", From b6c8265d38daa08173b7b8757ddbb0b77ef82207 Mon Sep 17 00:00:00 2001 From: zahareevici Date: Wed, 10 Jan 2018 15:17:06 +0100 Subject: [PATCH 123/277] Update ubiq.json --- ubiq.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ubiq.json b/ubiq.json index 8d4f6a7..b44f5a6 100644 --- a/ubiq.json +++ b/ubiq.json @@ -9,6 +9,16 @@ "url":"ubiq.minerpool.net", "notify":"support@minerpool.net" }, + { + "name":"MegaPool.io", + "stats":"https://megapool.io/api/stats/ubq", + "blocks":"https://megapool.io/api/blocks/ubq", + "payments":"https://megapool.io/api/payments/ubq", + "accounts":"https://megapool.io/api/accounts/ubq", + "miners":"https://megapool.io/api/miners/ubq", + "url":"megapool.io/ubq", + "notify":"support@megapool.io" + }, { "name":"REIDOCOIN", "stats":"https://ubq.reidocoin.com.br/api/stats", From 13bae2e8268eb04fb6cde2e067257f90637ca1d9 Mon Sep 17 00:00:00 2001 From: zahareevici Date: Wed, 10 Jan 2018 15:18:33 +0100 Subject: [PATCH 124/277] Update expanse.json --- expanse.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/expanse.json b/expanse.json index fbafc37..e33b9a0 100644 --- a/expanse.json +++ b/expanse.json @@ -9,6 +9,16 @@ "url":"exp.minerpool.net", "notify":"support@minerpool.net" }, + { + "name":"MegaPool.io", + "stats":"https://megapool.io/api/stats/exp", + "blocks":"https://megapool.io/api/blocks/exp", + "payments":"https://megapool.io/api/payments/exp", + "accounts":"https://megapool.io/api/accounts/exp", + "miners":"https://megapool.io/api/miners/exp", + "url":"megapool.io/exp", + "notify":"support@megapool.io" + }, { "name":"REIDOCOIN", "stats":"https://exp.reidocoin.com.br/api/stats", From 8ad3fa27e2d89f778c7b656e392830cb26b65305 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 12 Jan 2018 10:29:52 +0100 Subject: [PATCH 125/277] Create victorium.json --- victorium.json | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 victorium.json diff --git a/victorium.json b/victorium.json new file mode 100644 index 0000000..9964d99 --- /dev/null +++ b/victorium.json @@ -0,0 +1,42 @@ +[ + { + "name":"VICTORIUM OFFICIAL", + "stats":"http://pool.victorium.org/api/stats", + "blocks":"http://pool.victorium.org/api/blocks", + "payments":"http://pool.victorium.org/api/payments", + "accounts":"http://pool.victorium.org/api/accounts", + "miners":"http://pool.victorium.org/api/miners", + "url":"pool.victorium.org", + "notify":"" + }, + { + "name":"POOL.SEXY", + "stats":"http://vic.pool.sexy/api3/stats", + "blocks":"http://vic.pool.sexy/api3/blocks", + "payments":"http://vic.pool.sexy/api3/payments", + "accounts":"http://vic.pool.sexy/api3/accounts", + "miners":"http://vic.pool.sexy/api3/miners", + "url":"vic.pool.sexy", + "notify":"" + }, + { + "name":"ALTPOOL", + "stats":"http://vic.altpool.pro/api/stats", + "blocks":"http://vic.altpool.pro/api/blocks", + "payments":"http://vic.altpool.pro/api/payments", + "accounts":"http://vic.altpool.pro/api/accounts", + "miners":"http://vic.altpool.pro/api/miners", + "url":"vic.altpool.pro", + "notify":"" + }, + { + "name":"BAIKALMINE", + "stats":"http://vic.baikalmine.com/api/stats", + "blocks":"http://vic.baikalmine.com/api/blocks", + "payments":"http://vic.baikalmine.com/api/payments", + "accounts":"http://vic.baikalmine.com/api/accounts", + "miners":"http://vic.baikalmine.com/api/miners", + "url":"vic.baikalmine.com", + "notify":"" + } +] From 7ea880d0bf3b126ca89e7621125c167807edd6bb Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 13 Jan 2018 11:28:10 +0100 Subject: [PATCH 126/277] Update victorium.json --- victorium.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/victorium.json b/victorium.json index 9964d99..0e2868d 100644 --- a/victorium.json +++ b/victorium.json @@ -38,5 +38,25 @@ "miners":"http://vic.baikalmine.com/api/miners", "url":"vic.baikalmine.com", "notify":"" + }, + { + "name":"CLONA", + "stats":"http://clona.ru:9002/api/stats", + "blocks":"http://clona.ru:9002/api/blocks", + "payments":"http://clona.ru:9002/api/payments", + "accounts":"http://clona.ru:9002/api/accounts", + "miners":"http://clona.ru:9002/api/miners", + "url":"clona.ru", + "notify":"" + }, + { + "name":"ETHASH-COINS", + "stats":"http://vic.ethash-coins.ru/api/stats", + "blocks":"http://vic.ethash-coins.ru/api/blocks", + "payments":"http://vic.ethash-coins.ru/api/payments", + "accounts":"http://vic.ethash-coins.ru/api/accounts", + "miners":"http://vic.ethash-coins.ru/api/miners", + "url":"vic.ethash-coins.ru", + "notify":"" } ] From 46e1bb37ce9aa1acd71201b38fd8afaff735b7be Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 13 Jan 2018 15:03:35 +0100 Subject: [PATCH 127/277] Update ubiq.json --- ubiq.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ubiq.json b/ubiq.json index 8d4f6a7..12574e0 100644 --- a/ubiq.json +++ b/ubiq.json @@ -79,16 +79,6 @@ "url":"ubiqpool.io", "notify":"" }, - { - "name":"MOLE-POOL", - "stats":"http://109.70.186.58:5050/api/stats", - "blocks":"http://109.70.186.58:5050/api/blocks", - "payments":"http://109.70.186.58:5050/api/payments", - "accounts":"http://109.70.186.58:5050/api/accounts", - "miners":"http://109.70.186.58:5050/api/miners", - "url":"ubiq.mole-pool.net", - "notify":"" - }, { "name":"POOLSEXY", "stats":"http://ubq.pool.sexy/api/stats", From d3239c6c1616a702fcaf41a49299544bd7648b57 Mon Sep 17 00:00:00 2001 From: Namp88 <33064857+Namp88@users.noreply.github.com> Date: Wed, 17 Jan 2018 10:21:55 +0700 Subject: [PATCH 128/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index 36ab27d..1e73cbd 100644 --- a/ellaism.json +++ b/ellaism.json @@ -49,6 +49,16 @@ "url":"ella.cryptobitpool.eu", "notify":"" }, + { + "name":"BAIKALMINE", + "stats":"http://ell.baikalmine.com/api/stats", + "blocks":"http://ell.baikalmine.com/api/blocks", + "payments":"http://ell.baikalmine.com/api/payments", + "accounts":"http://ell.baikalmine.com/api/accounts", + "miners":"http://ell.baikalmine.com/api/miners", + "url":"ell.baikalmine.com", + "notify":"" + }, { "name":"ALTPOOL", "stats":"http://ella.altpool.pro/api/stats", From 96383612512f5ab46dbe572d783ef6ba1d26aa0e Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 19 Jan 2018 09:30:03 +0100 Subject: [PATCH 129/277] Update victorium.json --- victorium.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/victorium.json b/victorium.json index 0e2868d..ab587da 100644 --- a/victorium.json +++ b/victorium.json @@ -58,5 +58,25 @@ "miners":"http://vic.ethash-coins.ru/api/miners", "url":"vic.ethash-coins.ru", "notify":"" + }, + { + "name":"HASHING.PARTY", + "stats":"http://vic.hashing.party/api/stats", + "blocks":"http://vic.hashing.party/api/blocks", + "payments":"http://vic.hashing.party/api/payments", + "accounts":"http://vic.hashing.party/api/accounts", + "miners":"http://vic.hashing.party/api/miners", + "url":"vic.hashing.party", + "notify":"" + }, + { + "name":"MOLE-POOL", + "stats":"http://vic.mole-pool.net/api/stats", + "blocks":"http://vic.mole-pool.net/api/blocks", + "payments":"http://vic.mole-pool.net/api/payments", + "accounts":"http://vic.mole-pool.net/api/accounts", + "miners":"http://vic.mole-pool.net/api/miners", + "url":"vic.mole-pool.net", + "notify":"" } ] From 0b39551a28a32b7c5c6c6119fefb922df2c7837c Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 19 Jan 2018 10:22:03 +0100 Subject: [PATCH 130/277] Update ellaism.json --- ellaism.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/ellaism.json b/ellaism.json index 36ab27d..d78cf4c 100644 --- a/ellaism.json +++ b/ellaism.json @@ -138,5 +138,25 @@ "miners":"http://clona.ru:9010/api/miners", "url":"clona.ru", "notify":"" + }, + { + "name":"TETRAPOOL", + "stats":"https://ellaism.tetrapool.com/api/stats", + "blocks":"https://ellaism.tetrapool.com/api/blocks", + "payments":"https://ellaism.tetrapool.com/api/payments", + "accounts":"https://ellaism.tetrapool.com/api/accounts", + "miners":"https://ellaism.tetrapool.com/api/miners", + "url":"ellaism.tetrapool.com", + "notify":"" + }, + { + "name":"COINSFARM", + "stats":"http://138.68.249.66:8080/api/stats", + "blocks":"http://138.68.249.66:8080/api/blocks", + "payments":"http://138.68.249.66:8080/api/payments", + "accounts":"http://138.68.249.66:8080/api/accounts", + "miners":"http://138.68.249.66:8080/api/miners", + "url":"coins.farm", + "notify":"" } ] From 7f9ec553c17d2cc9b0e78d7d859021de177f7760 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 19 Jan 2018 13:23:42 +0100 Subject: [PATCH 131/277] Update pirlcoin.json --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index f62dd9a..8938568 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -298,5 +298,15 @@ "miners":"http://pirl.space/api/miners", "url":"pirl.space", "notify":"" + }, + { + "name":"ALTPOOL", + "stats":"http://pirl.altpool.pro/api/stats", + "blocks":"http://pirl.altpool.pro/api/blocks", + "payments":"http://pirl.altpool.pro/api/payments", + "accounts":"http://pirl.altpool.pro/api/accounts", + "miners":"http://pirl.altpool.pro/api/miners", + "url":"pirl.altpool.pro", + "notify":"" } ] From 45a98ff9127df329d6388dd794f983b2367c9eaa Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 20 Jan 2018 12:27:09 +0100 Subject: [PATCH 132/277] Update victorium.json --- victorium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/victorium.json b/victorium.json index ab587da..2cbaf28 100644 --- a/victorium.json +++ b/victorium.json @@ -9,6 +9,16 @@ "url":"pool.victorium.org", "notify":"" }, + { + "name":"MINERPOOL.NET", + "stats":"http://vic.minerpool.net/api/stats", + "blocks":"http://vic.minerpool.net/api/blocks", + "payments":"http://vic.minerpool.net/api/payments", + "accounts":"http://vic.minerpool.net/api/accounts", + "miners":"http://vic.minerpool.net/api/miners", + "url":"vic.minerpool.net", + "notify":"" + }, { "name":"POOL.SEXY", "stats":"http://vic.pool.sexy/api3/stats", From 58789eb217aafd3a032ffbaa0da054a1ebb98d64 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 21 Jan 2018 13:08:11 +0100 Subject: [PATCH 133/277] Update victorium.json --- victorium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/victorium.json b/victorium.json index 2cbaf28..85a6a04 100644 --- a/victorium.json +++ b/victorium.json @@ -88,5 +88,15 @@ "miners":"http://vic.mole-pool.net/api/miners", "url":"vic.mole-pool.net", "notify":"" + }, + { + "name":"CRYPTOPOOLS", + "stats":"https://vic.cryptopools.info/api/stats", + "blocks":"https://vic.cryptopools.info/api/blocks", + "payments":"https://vic.cryptopools.info/api/payments", + "accounts":"https://vic.cryptopools.info/api/accounts", + "miners":"https://vic.cryptopools.info/api/miners", + "url":"vic.cryptopools.info", + "notify":"" } ] From e57e0d86efdaa489f0a74aa3ccb99d16de2b6c12 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 11:04:33 +0100 Subject: [PATCH 134/277] Update pirlcoin.json --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 8938568..0102d9f 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -308,5 +308,15 @@ "miners":"http://pirl.altpool.pro/api/miners", "url":"pirl.altpool.pro", "notify":"" - } + }, + { + "name":"PIRLMINE", + "stats":"http://pirlmine.com/api/stats", + "blocks":"http://pirlmine.com/api/blocks", + "payments":"http://pirlmine.com/api/payments", + "accounts":"http://pirlmine.com/api/accounts", + "miners":"http://pirlmine.com/api/miners", + "url":"pirlmine.com", + "notify":"" + } ] From 94592d463e7cb8f6c6d1677e31ccb3b366f0f232 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 11:08:36 +0100 Subject: [PATCH 135/277] Create mix.json --- mix.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 mix.json diff --git a/mix.json b/mix.json new file mode 100644 index 0000000..f3faf43 --- /dev/null +++ b/mix.json @@ -0,0 +1,12 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://mix.minerpool.net/api/stats", + "blocks":"http://mix.minerpool.net/api/blocks", + "payments":"http://mix.minerpool.net/api/payments", + "accounts":"http://mix.minerpool.net/api/accounts", + "miners":"http://mix.minerpool.net/api/miners", + "url":"mix.minerpool.net", + "notify":"support@minerpool.net" + } +] From ac01b3485954f4f23d33d8961e7faa388152738c Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 11:12:53 +0100 Subject: [PATCH 136/277] Update ellaism.json --- ellaism.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/ellaism.json b/ellaism.json index 0aa00ed..9113c89 100644 --- a/ellaism.json +++ b/ellaism.json @@ -9,16 +9,6 @@ "url":"ella.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"MegaPool.io", - "stats":"https://megapool.io/api/stats/ella", - "blocks":"https://megapool.io/api/blocks/ella", - "payments":"https://megapool.io/api/payments/ella", - "accounts":"https://megapool.io/api/accounts/ella", - "miners":"https://megapool.io/api/miners/ella", - "url":"megapool.io/ella", - "notify":"support@megapool.io" - }, { "name":"ELLAISM CORE", "stats":"http://poolapi.ellaism.org/api/stats", @@ -148,5 +138,15 @@ "miners":"http://clona.ru:9010/api/miners", "url":"clona.ru", "notify":"" + }, + { + "name":"MEGAPOOL", + "stats":"https://megapool.io/api/stats/ella", + "blocks":"https://megapool.io/api/blocks/ella", + "payments":"https://megapool.io/api/payments/ella", + "accounts":"https://megapool.io/api/accounts/ella", + "miners":"https://megapool.io/api/miners/ella", + "url":"megapool.io", + "notify":"support@megapool.io" } ] From b40dbe8ec371663d68612d4fcd839e7c537c9bda Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 11:13:36 +0100 Subject: [PATCH 137/277] Update expanse.json --- expanse.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/expanse.json b/expanse.json index e33b9a0..5f51c88 100644 --- a/expanse.json +++ b/expanse.json @@ -9,16 +9,6 @@ "url":"exp.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"MegaPool.io", - "stats":"https://megapool.io/api/stats/exp", - "blocks":"https://megapool.io/api/blocks/exp", - "payments":"https://megapool.io/api/payments/exp", - "accounts":"https://megapool.io/api/accounts/exp", - "miners":"https://megapool.io/api/miners/exp", - "url":"megapool.io/exp", - "notify":"support@megapool.io" - }, { "name":"REIDOCOIN", "stats":"https://exp.reidocoin.com.br/api/stats", @@ -108,5 +98,15 @@ "miners":"https://exp.2miners.com/api/miners", "url":"2miners.com", "notify":"support@2miners.com" + }, + { + "name":"MEGAPOOL", + "stats":"https://megapool.io/api/stats/exp", + "blocks":"https://megapool.io/api/blocks/exp", + "payments":"https://megapool.io/api/payments/exp", + "accounts":"https://megapool.io/api/accounts/exp", + "miners":"https://megapool.io/api/miners/exp", + "url":"megapool.io", + "notify":"support@megapool.io" } ] From 496795d5f963260f7714151bd409b29cd95af3ec Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 11:14:14 +0100 Subject: [PATCH 138/277] Update musicoin.json --- musicoin.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/musicoin.json b/musicoin.json index 35551de..6a5589d 100644 --- a/musicoin.json +++ b/musicoin.json @@ -9,16 +9,6 @@ "url":"music.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"MegaPool.io", - "stats":"https://megapool.io/api/stats/music", - "blocks":"https://megapool.io/api/blocks/music", - "payments":"https://megapool.io/api/payments/music", - "accounts":"https://megapool.io/api/accounts/music", - "miners":"https://megapool.io/api/miners/music", - "url":"megapool.io/music", - "notify":"support@megapool.io" - }, { "name":"REIDOCOIN", "stats":"https://music.reidocoin.com.br/api/stats", @@ -228,5 +218,15 @@ "miners":"http://clona.ru:2929/api/miners", "url":"clona.ru", "notify":"" - } + }, + { + "name":"MEGAPOOL", + "stats":"https://megapool.io/api/stats/music", + "blocks":"https://megapool.io/api/blocks/music", + "payments":"https://megapool.io/api/payments/music", + "accounts":"https://megapool.io/api/accounts/music", + "miners":"https://megapool.io/api/miners/music", + "url":"megapool.io", + "notify":"support@megapool.io" + } ] From b8b712408ec770de5f0b69ee446827d796c6859a Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 11:14:56 +0100 Subject: [PATCH 139/277] Update pirlcoin.json --- pirlcoin.json | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index d6ac0d5..32ed4ac 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -9,16 +9,6 @@ "url":"pirl.minerpool.net", "notify":"" }, - { - "name":"MegaPool.io", - "stats":"https://megapool.io/api/stats/pirl", - "blocks":"https://megapool.io/api/blocks/pirl", - "payments":"https://megapool.io/api/payments/pirl", - "accounts":"https://megapool.io/api/accounts/pirl", - "miners":"https://megapool.io/api/miners/pirl", - "url":"megapool.io/pirl", - "notify":"support@megapool.io" - }, { "name":"HPPCG", "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", @@ -308,5 +298,15 @@ "miners":"http://pirl.space/api/miners", "url":"pirl.space", "notify":"" + }, + { + "name":"MEGAPOOL", + "stats":"https://megapool.io/api/stats/pirl", + "blocks":"https://megapool.io/api/blocks/pirl", + "payments":"https://megapool.io/api/payments/pirl", + "accounts":"https://megapool.io/api/accounts/pirl", + "miners":"https://megapool.io/api/miners/pirl", + "url":"megapool.io", + "notify":"support@megapool.io" } ] From eaa4f65f154ca6db1b256fea3cb06d3e3a61d3db Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 11:15:35 +0100 Subject: [PATCH 140/277] Update ubiq.json --- ubiq.json | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/ubiq.json b/ubiq.json index b44f5a6..4fc237f 100644 --- a/ubiq.json +++ b/ubiq.json @@ -9,16 +9,6 @@ "url":"ubiq.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"MegaPool.io", - "stats":"https://megapool.io/api/stats/ubq", - "blocks":"https://megapool.io/api/blocks/ubq", - "payments":"https://megapool.io/api/payments/ubq", - "accounts":"https://megapool.io/api/accounts/ubq", - "miners":"https://megapool.io/api/miners/ubq", - "url":"megapool.io/ubq", - "notify":"support@megapool.io" - }, { "name":"REIDOCOIN", "stats":"https://ubq.reidocoin.com.br/api/stats", @@ -138,5 +128,15 @@ "miners":"http://clona.ru:3012/api/miners", "url":"clona.ru", "notify":"" - } + }, + { + "name":"MEGAPOOL", + "stats":"https://megapool.io/api/stats/ubq", + "blocks":"https://megapool.io/api/blocks/ubq", + "payments":"https://megapool.io/api/payments/ubq", + "accounts":"https://megapool.io/api/accounts/ubq", + "miners":"https://megapool.io/api/miners/ubq", + "url":"megapool.io", + "notify":"support@megapool.io" + } ] From 40c2002009abf4be969ae7e30a7d8e175decebbd Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 24 Jan 2018 14:07:20 +0100 Subject: [PATCH 141/277] Update victorium.json --- victorium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/victorium.json b/victorium.json index 85a6a04..29818e5 100644 --- a/victorium.json +++ b/victorium.json @@ -98,5 +98,15 @@ "miners":"https://vic.cryptopools.info/api/miners", "url":"vic.cryptopools.info", "notify":"" + }, + { + "name":"MININGPOND", + "stats":"http://victorium.miningpond.com/api/stats", + "blocks":"http://victorium.miningpond.com/api/blocks", + "payments":"http://victorium.miningpond.com/api/payments", + "accounts":"http://victorium.miningpond.com/api/accounts", + "miners":"http://victorium.miningpond.com/api/miners", + "url":"victorium.miningpond.com", + "notify":"" } ] From bce9f26f0113bd66531ba312572c18b1f046690a Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 25 Jan 2018 13:21:55 +0100 Subject: [PATCH 142/277] Create akroma.json --- akroma.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 akroma.json diff --git a/akroma.json b/akroma.json new file mode 100644 index 0000000..1d2132c --- /dev/null +++ b/akroma.json @@ -0,0 +1,22 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://mix.minerpool.net/api/stats", + "blocks":"http://mix.minerpool.net/api/blocks", + "payments":"http://mix.minerpool.net/api/payments", + "accounts":"http://mix.minerpool.net/api/accounts", + "miners":"http://mix.minerpool.net/api/miners", + "url":"mix.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"MININGPEON", + "stats":"http://aka.miningpeon.net/api/stats", + "blocks":"http://aka.miningpeon.net/api/blocks", + "payments":"http://aka.miningpeon.net/api/payments", + "accounts":"http://aka.miningpeon.net/api/accounts", + "miners":"http://aka.miningpeon.net/api/miners", + "url":"aka.miningpeon.net", + "notify":"" + } +] From 16e02a7c956bc4543d8261ba5a63a5bd9fc9eab9 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 25 Jan 2018 13:22:21 +0100 Subject: [PATCH 143/277] Update akroma.json --- akroma.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/akroma.json b/akroma.json index 1d2132c..d943baa 100644 --- a/akroma.json +++ b/akroma.json @@ -1,12 +1,12 @@ [ { "name":"MINERPOOL.NET", - "stats":"http://mix.minerpool.net/api/stats", - "blocks":"http://mix.minerpool.net/api/blocks", - "payments":"http://mix.minerpool.net/api/payments", - "accounts":"http://mix.minerpool.net/api/accounts", - "miners":"http://mix.minerpool.net/api/miners", - "url":"mix.minerpool.net", + "stats":"http://akroma.minerpool.net/api/stats", + "blocks":"http://akroma.minerpool.net/api/blocks", + "payments":"http://akroma.minerpool.net/api/payments", + "accounts":"http://akroma.minerpool.net/api/accounts", + "miners":"http://akroma.minerpool.net/api/miners", + "url":"akroma.minerpool.net", "notify":"support@minerpool.net" }, { From cc289eb5e1658f5f752f41f0c0715269d82cfcd5 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 26 Jan 2018 08:26:13 +0100 Subject: [PATCH 144/277] Update akroma.json --- akroma.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/akroma.json b/akroma.json index d943baa..fe11ff9 100644 --- a/akroma.json +++ b/akroma.json @@ -18,5 +18,15 @@ "miners":"http://aka.miningpeon.net/api/miners", "url":"aka.miningpeon.net", "notify":"" - } + }, + { + "name":"CRYPTOPOOLS", + "stats":"https://akroma.cryptopools.info/api/stats", + "blocks":"https://akroma.cryptopools.info/api/blocks", + "payments":"https://akroma.cryptopools.info/api/payments", + "accounts":"https://akroma.cryptopools.info/api/accounts", + "miners":"https://akroma.cryptopools.info/api/miners", + "url":"akroma.cryptopools.info", + "notify":"" + } ] From 653cc24642bfdf938757ddb5803099b428abe7a7 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 28 Jan 2018 10:47:47 +0100 Subject: [PATCH 145/277] Update akroma.json --- akroma.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/akroma.json b/akroma.json index fe11ff9..d26d1a1 100644 --- a/akroma.json +++ b/akroma.json @@ -28,5 +28,15 @@ "miners":"https://akroma.cryptopools.info/api/miners", "url":"akroma.cryptopools.info", "notify":"" - } + }, + { + "name":"CRYPTOBITPOOL", + "stats":"http://akroma.cryptobitpool.eu/api/stats", + "blocks":"http://akroma.cryptobitpool.eu/api/blocks", + "payments":"http://akroma.cryptobitpool.eu/api/payments", + "accounts":"http://akroma.cryptobitpool.eu/api/accounts", + "miners":"http://akroma.cryptobitpool.eu/api/miners", + "url":"akroma.cryptobitpool.eu", + "notify":"" + } ] From faaf42ac10ac1e2393026748a19e98e0de367c43 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 29 Jan 2018 19:15:44 +0100 Subject: [PATCH 146/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index d26d1a1..26bdf02 100644 --- a/akroma.json +++ b/akroma.json @@ -38,5 +38,15 @@ "miners":"http://akroma.cryptobitpool.eu/api/miners", "url":"akroma.cryptobitpool.eu", "notify":"" + }, + { + "name":"POOL.SEXY", + "stats":"http://aka.pool.sexy/api/stats", + "blocks":"http://aka.pool.sexy/api/blocks", + "payments":"http://aka.pool.sexy/api/payments", + "accounts":"http://aka.pool.sexy/api/accounts", + "miners":"http://aka.pool.sexy/api/miners", + "url":"aka.pool.sexy", + "notify":"" } ] From 26275ec1b00d6a5c23826d0b2d1ca5b61de77c9e Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 30 Jan 2018 10:12:57 +0100 Subject: [PATCH 147/277] Update pirlcoin.json --- pirlcoin.json | 22 +++++++++++++++++++++- 1 file changed, 21 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 05a5fe6..c6bccd3 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -328,5 +328,25 @@ "miners":"https://megapool.io/api/miners/pirl", "url":"megapool.io", "notify":"support@megapool.io" - } + }, + { + "name":"CRYPTODIG.SOLO", + "stats":"http://pirl-solo.cryptodig.ru/api/stats", + "blocks":"http://pirl-solo.cryptodig.ru/api/blocks", + "payments":"http://pirl-solo.cryptodig.ru/api/payments", + "accounts":"http://pirl-solo.cryptodig.ru/api/accounts", + "miners":"http://pirl-solo.cryptodig.ru/api/miners", + "url":"pirl-solo.cryptodig.ru", + "notify":"" + }, + { + "name":"CRYPTODIG", + "stats":"http://pirl-pplns.cryptodig.ru/api/stats", + "blocks":"http://pirl-pplns.cryptodig.ru/api/blocks", + "payments":"http://pirl-pplns.cryptodig.ru/api/payments", + "accounts":"http://pirl-pplns.cryptodig.ru/api/accounts", + "miners":"http://pirl-pplns.cryptodig.ru/api/miners", + "url":"pirl-pplns.cryptodig.ru", + "notify":"" + } ] From 28c1293b8015de2d1b2e63aa00534f6701c0c397 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 30 Jan 2018 14:20:52 +0100 Subject: [PATCH 148/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index 26bdf02..de0d4a6 100644 --- a/akroma.json +++ b/akroma.json @@ -48,5 +48,15 @@ "miners":"http://aka.pool.sexy/api/miners", "url":"aka.pool.sexy", "notify":"" + }, + { + "name":"EHASHCOINS", + "stats":"http://aka.ehashcoins.org/api/stats", + "blocks":"http://aka.ehashcoins.org/api/blocks", + "payments":"http://aka.ehashcoins.org/api/payments", + "accounts":"http://aka.ehashcoins.org/api/accounts", + "miners":"http://aka.ehashcoins.org/api/miners", + "url":"aka.ehashcoins.org", + "notify":"" } ] From 0fad42e7fa62f72780c8d6b401c089f7241d3687 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 1 Feb 2018 00:43:16 +0100 Subject: [PATCH 149/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index de0d4a6..5ad3d4e 100644 --- a/akroma.json +++ b/akroma.json @@ -58,5 +58,15 @@ "miners":"http://aka.ehashcoins.org/api/miners", "url":"aka.ehashcoins.org", "notify":"" + }, + { + "name":"ETHERGRAB", + "stats":"http://mining.akroma.org/api/stats", + "blocks":"http://mining.akroma.org/api/blocks", + "payments":"http://mining.akroma.org/api/payments", + "accounts":"http://mining.akroma.org/api/accounts", + "miners":"http://mining.akroma.org/api/miners", + "url":"mining.akroma.org", + "notify":"" } ] From 304dd9484bb1ed86ba23117a424fb50dfb604a0f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 3 Feb 2018 16:49:46 +0100 Subject: [PATCH 150/277] Update akroma.json --- akroma.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/akroma.json b/akroma.json index 5ad3d4e..9b4bad2 100644 --- a/akroma.json +++ b/akroma.json @@ -39,16 +39,6 @@ "url":"akroma.cryptobitpool.eu", "notify":"" }, - { - "name":"POOL.SEXY", - "stats":"http://aka.pool.sexy/api/stats", - "blocks":"http://aka.pool.sexy/api/blocks", - "payments":"http://aka.pool.sexy/api/payments", - "accounts":"http://aka.pool.sexy/api/accounts", - "miners":"http://aka.pool.sexy/api/miners", - "url":"aka.pool.sexy", - "notify":"" - }, { "name":"EHASHCOINS", "stats":"http://aka.ehashcoins.org/api/stats", From e1b9be671e2e303f2de043ad9a63ced3d3767844 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 4 Feb 2018 10:20:15 +0100 Subject: [PATCH 151/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index 9b4bad2..df09a91 100644 --- a/akroma.json +++ b/akroma.json @@ -58,5 +58,15 @@ "miners":"http://mining.akroma.org/api/miners", "url":"mining.akroma.org", "notify":"" + }, + { + "name":"VIPOOL", + "stats":"http://aka.vipool.net/api/stats", + "blocks":"http://aka.vipool.net/api/blocks", + "payments":"http://aka.vipool.net/api/payments", + "accounts":"http://aka.vipool.net/api/accounts", + "miners":"http://aka.vipool.net/api/miners", + "url":"aka.vipool.net", + "notify":"" } ] From 28cb1f3482ff1f898e191ac54ea3d01126990715 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 4 Feb 2018 12:08:35 +0100 Subject: [PATCH 152/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index df09a91..2515279 100644 --- a/akroma.json +++ b/akroma.json @@ -59,6 +59,16 @@ "url":"mining.akroma.org", "notify":"" }, + { + "name":"PISTOLCRYPT", + "stats":"http://akroma.pistolcrypt.com/api/stats", + "blocks":"http://akroma.pistolcrypt.com/api/blocks", + "payments":"http://akroma.pistolcrypt.com/api/payments", + "accounts":"http://akroma.pistolcrypt.com/api/accounts", + "miners":"http://akroma.pistolcrypt.com/api/miners", + "url":"akroma.pistolcrypt.com", + "notify":"" + }, { "name":"VIPOOL", "stats":"http://aka.vipool.net/api/stats", From 2708c497d75f3658b5c0aa1df443f02a60bcfc27 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 4 Feb 2018 13:50:56 +0100 Subject: [PATCH 153/277] Create bcl.json --- bcl.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 bcl.json diff --git a/bcl.json b/bcl.json new file mode 100644 index 0000000..d941ee6 --- /dev/null +++ b/bcl.json @@ -0,0 +1,22 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://bcl.minerpool.net/api/stats", + "blocks":"http://bcl.minerpool.net/api/blocks", + "payments":"http://bcl.minerpool.net/api/payments", + "accounts":"http://bcl.minerpool.net/api/accounts", + "miners":"http://bcl.minerpool.net/api/miners", + "url":"bcl.minerpool.net", + "notify":"" + }, + { + "name":"BITCOINLATINA OFFICIAL", + "stats":"http://pool.bitcoinlatina.org/api/stats", + "blocks":"http://pool.bitcoinlatina.org/api/blocks", + "payments":"http://pool.bitcoinlatina.org/api/payments", + "accounts":"http://pool.bitcoinlatina.org/api/accounts", + "miners":"http://pool.bitcoinlatina.org/api/miners", + "url":"pool.bitcoinlatina.org", + "notify":"" + } +] From 2d725a12fd3b992b825f8b893d47566b290d67cd Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 6 Feb 2018 09:11:41 +0100 Subject: [PATCH 154/277] Create etz.json --- etz.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 etz.json diff --git a/etz.json b/etz.json new file mode 100644 index 0000000..8163080 --- /dev/null +++ b/etz.json @@ -0,0 +1,22 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://etz.minerpool.net/api/stats", + "blocks":"http://etz.minerpool.net/api/blocks", + "payments":"http://etz.minerpool.net/api/payments", + "accounts":"http://etz.minerpool.net/api/accounts", + "miners":"http://etz.minerpool.net/api/miners", + "url":"etz.minerpool.net", + "notify":"" + }, + { + "name":"ETHERZERO OFFICIAL", + "stats":"http://pool.etherzero.org/api/stats", + "blocks":"http://pool.etherzero.org/api/blocks", + "payments":"http://pool.etherzero.org/api/payments", + "accounts":"http://pool.etherzero.org/api/accounts", + "miners":"http://pool.etherzero.org/api/miners", + "url":"pool.etherzero.org", + "notify":"" + } +] From 2fdcaffd2fd648799fa103d0e0190d5a44299ff2 Mon Sep 17 00:00:00 2001 From: slavserver Date: Wed, 7 Feb 2018 00:34:57 +0300 Subject: [PATCH 155/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index 2515279..9f5dba0 100644 --- a/akroma.json +++ b/akroma.json @@ -78,5 +78,15 @@ "miners":"http://aka.vipool.net/api/miners", "url":"aka.vipool.net", "notify":"" + }, + { + "name":"clona", + "stats":"http://clona.ru:9019/api/stats", + "blocks":"http://clona.ru:9019/api/blocks", + "payments":"http://clona.ru:9019/api/payments", + "accounts":"http://clona.ru:9019/api/accounts", + "miners":"http://clona.ru:9019/api/miners", + "url":"clona.ru", + "notify":"" } ] From 25bcef9afe37dea5ca0b22354a7cf1caae6757c7 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 7 Feb 2018 07:02:37 +0100 Subject: [PATCH 156/277] Update akroma.json --- akroma.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akroma.json b/akroma.json index 9f5dba0..9d48a77 100644 --- a/akroma.json +++ b/akroma.json @@ -80,7 +80,7 @@ "notify":"" }, { - "name":"clona", + "name":"CLONA", "stats":"http://clona.ru:9019/api/stats", "blocks":"http://clona.ru:9019/api/blocks", "payments":"http://clona.ru:9019/api/payments", From fce15918bb82e7cc15cafd5c5ea3434d0f131bea Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 7 Feb 2018 21:04:37 +0100 Subject: [PATCH 157/277] Update etz.json --- etz.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/etz.json b/etz.json index 8163080..9f6b594 100644 --- a/etz.json +++ b/etz.json @@ -18,5 +18,25 @@ "miners":"http://pool.etherzero.org/api/miners", "url":"pool.etherzero.org", "notify":"" + }, + { + "name":"EPOOL", + "stats":"http://etz.epool.pw/api/stats", + "blocks":"http://etz.epool.pw/api/blocks", + "payments":"http://etz.epool.pw/api/payments", + "accounts":"http://etz.epool.pw/api/accounts", + "miners":"http://etz.epool.pw/api/miners", + "url":"etz.epool.pw", + "notify":"" + }, + { + "name":"CRYPT-TERM", + "stats":"http://etzpool.crypt-term.net/api/stats", + "blocks":"http://etzpool.crypt-term.net/api/blocks", + "payments":"http://etzpool.crypt-term.net/api/payments", + "accounts":"http://etzpool.crypt-term.net/api/accounts", + "miners":"http://etzpool.crypt-term.net/api/miners", + "url":"etzpool.crypt-term.net", + "notify":"" } ] From d6386f7f70543705afde083cb857a202b93cfe6b Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 09:18:23 +0100 Subject: [PATCH 158/277] Update etz.json --- etz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etz.json b/etz.json index 9f6b594..ff350d7 100644 --- a/etz.json +++ b/etz.json @@ -38,5 +38,15 @@ "miners":"http://etzpool.crypt-term.net/api/miners", "url":"etzpool.crypt-term.net", "notify":"" + }, + { + "name":"MOLE-POOL", + "stats":"http://etz.mole-pool.net/api/stats", + "blocks":"http://etz.mole-pool.net/api/blocks", + "payments":"http://etz.mole-pool.net/api/payments", + "accounts":"http://etz.mole-pool.net/api/accounts", + "miners":"http://etz.mole-pool.net/api/miners", + "url":"etz.mole-pool.net", + "notify":"" } ] From f44969634a7806fd6952d50c8bb06c2d3c55018f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 09:47:47 +0100 Subject: [PATCH 159/277] Update ubiq.json --- ubiq.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ubiq.json b/ubiq.json index 0c2308a..789856d 100644 --- a/ubiq.json +++ b/ubiq.json @@ -128,5 +128,15 @@ "miners":"https://megapool.io/api/miners/ubq", "url":"megapool.io", "notify":"support@megapool.io" + }, + { + "name":"MOLE-POOL", + "stats":"http://ubiq.mole-pool.net/api/stats", + "blocks":"http://ubiq.mole-pool.net/api/blocks", + "payments":"http://ubiq.mole-pool.net/api/payments", + "accounts":"http://ubiq.mole-pool.net/api/accounts", + "miners":"http://ubiq.mole-pool.net/api/miners", + "url":"ubiq.mole-pool.net", + "notify":"" } ] From 24e277d41fdeb1be275b8cd57e7b653555d07eec Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 09:49:30 +0100 Subject: [PATCH 160/277] Update musicoin.json --- musicoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/musicoin.json b/musicoin.json index 6a5589d..5868b74 100644 --- a/musicoin.json +++ b/musicoin.json @@ -228,5 +228,15 @@ "miners":"https://megapool.io/api/miners/music", "url":"megapool.io", "notify":"support@megapool.io" + }, + { + "name":"MOLE-POOL", + "stats":"http://mus.mole-pool.net/api/stats", + "blocks":"http://mus.mole-pool.net/api/blocks", + "payments":"http://mus.mole-pool.net/api/payments", + "accounts":"http://mus.mole-pool.net/api/accounts", + "miners":"http://mus.mole-pool.net/api/miners", + "url":"mus.mole-pool.net", + "notify":"" } ] From 9bc7624c8eab0b209ccaf76287ce9cd446fc8f77 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 09:51:02 +0100 Subject: [PATCH 161/277] Update whalecoin.json --- whalecoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/whalecoin.json b/whalecoin.json index d586aaf..d7b9937 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -88,5 +88,15 @@ "miners":"https://solo-whl.2miners.com/api/miners", "url":"2miners.com", "notify":"support@2miners.com" + }, + { + "name":"MOLE-POOL", + "stats":"http://whale.mole-pool.net/api/stats", + "blocks":"http://whale.mole-pool.net/api/blocks", + "payments":"http://whale.mole-pool.net/api/payments", + "accounts":"http://whale.mole-pool.net/api/accounts", + "miners":"http://whale.mole-pool.net/api/miners", + "url":"whale.mole-pool.net", + "notify":"" } ] From d3da83bf344aa142e866597c8b840da3004b1078 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 09:52:28 +0100 Subject: [PATCH 162/277] Update expanse.json --- expanse.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/expanse.json b/expanse.json index 5f51c88..334bbdf 100644 --- a/expanse.json +++ b/expanse.json @@ -108,5 +108,15 @@ "miners":"https://megapool.io/api/miners/exp", "url":"megapool.io", "notify":"support@megapool.io" + }, + { + "name":"MOLE-POOL", + "stats":"http://exp.mole-pool.net/api/stats", + "blocks":"http://exp.mole-pool.net/api/blocks", + "payments":"http://exp.mole-pool.net/api/payments", + "accounts":"http://exp.mole-pool.net/api/accounts", + "miners":"http://exp.mole-pool.net/api/miners", + "url":"exp.mole-pool.net", + "notify":"" } ] From 0d89bce83c4d30624d382d0d951cdaf8526c1e61 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 09:56:11 +0100 Subject: [PATCH 163/277] Update pegascoin.json --- pegascoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pegascoin.json b/pegascoin.json index 355e465..7636e35 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -48,5 +48,15 @@ "miners":"http://pegascoin.xyz/api/miners", "url":"pegascoin.xyz", "notify":"" + }, + { + "name":"MOLE-POOL", + "stats":"http://pg.mole-pool.net/api/stats", + "blocks":"http://pg.mole-pool.net/api/blocks", + "payments":"http://pg.mole-pool.net/api/payments", + "accounts":"http://pg.mole-pool.net/api/accounts", + "miners":"http://pg.mole-pool.net/api/miners", + "url":"pg.mole-pool.net", + "notify":"" } ] From 521a97814b69bb05b7459e65250d96170f386bd4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 10:01:28 +0100 Subject: [PATCH 164/277] Create etp.json --- etp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etp.json diff --git a/etp.json b/etp.json new file mode 100644 index 0000000..71eda13 --- /dev/null +++ b/etp.json @@ -0,0 +1,12 @@ +[ + { + "name":"MOLE-POOL", + "stats":"http://etps.mole-pool.net/api/stats", + "blocks":"http://etps.mole-pool.net/api/blocks", + "payments":"http://etps.mole-pool.net/api/payments", + "accounts":"http://etps.mole-pool.net/api/accounts", + "miners":"http://etps.mole-pool.net/api/miners", + "url":"etps.mole-pool.net", + "notify":"" + } +] From 1b897b04dd7528f14cddcae864bd4069ea280535 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 8 Feb 2018 10:05:27 +0100 Subject: [PATCH 165/277] Update ellaism.json --- ellaism.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ellaism.json b/ellaism.json index 44332cf..eab23da 100644 --- a/ellaism.json +++ b/ellaism.json @@ -178,5 +178,15 @@ "miners":"https://megapool.io/api/miners/ella", "url":"megapool.io", "notify":"support@megapool.io" - } + }, + { + "name":"MOLE-POOL", + "stats":"http://ella.mole-pool.net/api/stats", + "blocks":"http://ella.mole-pool.net/api/blocks", + "payments":"http://ella.mole-pool.net/api/payments", + "accounts":"http://ella.mole-pool.net/api/accounts", + "miners":"http://ella.mole-pool.net/api/miners", + "url":"ella.mole-pool.net", + "notify":"" + } ] From 214fe8d1a1171dfc756e99e6464238ff72ec3b12 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:20:07 +0100 Subject: [PATCH 166/277] Update whalecoin.json --- whalecoin.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index d7b9937..58eb96b 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -9,36 +9,6 @@ "url":"whale.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"MPEON", - "stats":"http://whale.spdns.eu/api/stats", - "blocks":"http://whale.spdns.eu/api/blocks", - "payments":"http://whale.spdns.eu/api/payments", - "accounts":"http://whale.spdns.eu/api/accounts", - "miners":"http://whale.spdns.eu/api/miners", - "url":"whale.spdns.eu", - "notify":"" - }, - { - "name":"GLOBALPOOL", - "stats":"http://whale.globalpool.cc/api/stats", - "blocks":"http://whale.globalpool.cc/api/blocks", - "payments":"http://whale.globalpool.cc/api/payments", - "accounts":"http://whale.globalpool.cc/api/accounts", - "miners":"http://whale.globalpool.cc/api/miners", - "url":"whale.globalpool.cc", - "notify":"" - }, - { - "name":"EZMINE", - "stats":"http://whale.ezmine.io/api/stats", - "blocks":"http://whale.ezmine.io/api/blocks", - "payments":"http://whale.ezmine.io/api/payments", - "accounts":"http://whale.ezmine.io/api/accounts", - "miners":"http://whale.ezmine.io/api/miners", - "url":"whale.ezmine.io", - "notify":"" - }, { "name":"HODLPOOL", "stats":"http://whale.hodlpool.com/api/stats", From 8d8ab9ef05da773b7f4501c57e60447419517195 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:24:53 +0100 Subject: [PATCH 167/277] Update victorium.json --- victorium.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/victorium.json b/victorium.json index 29818e5..2cbaf28 100644 --- a/victorium.json +++ b/victorium.json @@ -88,25 +88,5 @@ "miners":"http://vic.mole-pool.net/api/miners", "url":"vic.mole-pool.net", "notify":"" - }, - { - "name":"CRYPTOPOOLS", - "stats":"https://vic.cryptopools.info/api/stats", - "blocks":"https://vic.cryptopools.info/api/blocks", - "payments":"https://vic.cryptopools.info/api/payments", - "accounts":"https://vic.cryptopools.info/api/accounts", - "miners":"https://vic.cryptopools.info/api/miners", - "url":"vic.cryptopools.info", - "notify":"" - }, - { - "name":"MININGPOND", - "stats":"http://victorium.miningpond.com/api/stats", - "blocks":"http://victorium.miningpond.com/api/blocks", - "payments":"http://victorium.miningpond.com/api/payments", - "accounts":"http://victorium.miningpond.com/api/accounts", - "miners":"http://victorium.miningpond.com/api/miners", - "url":"victorium.miningpond.com", - "notify":"" } ] From f0284cd16402a07c1110d816b7f836524e5ae3d1 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:26:37 +0100 Subject: [PATCH 168/277] Update nekonium.json --- nekonium.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nekonium.json b/nekonium.json index 4264283..4d746a0 100644 --- a/nekonium.json +++ b/nekonium.json @@ -9,16 +9,6 @@ "url":"nuko.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"OLDBEYOND", - "stats":"http://52.168.133.100:10000/api/stats", - "blocks":"http://52.168.133.100:10000/api/blocks", - "payments":"http://52.168.133.100:10000/api/payments", - "accounts":"http://52.168.133.100:10000/api/accounts", - "miners":"http://52.168.133.100:10000/api/miners", - "url":"nuko.oldbeyond.com", - "notify":"" - }, { "name":"FTLPOOL", "stats":"http://nuko.ftlpool.com/api/stats", From e3e35d89a15cb97c13a6822e97f0b512ba5ce6a8 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:31:08 +0100 Subject: [PATCH 169/277] Update ellaism.json --- ellaism.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/ellaism.json b/ellaism.json index eab23da..2d2e45c 100644 --- a/ellaism.json +++ b/ellaism.json @@ -99,26 +99,6 @@ "url":"ellaismpool.com", "notify":"" }, - { - "name":"HASHINGPOOL", - "stats":"http://ella.hashingpool.party/api/stats", - "blocks":"http://ella.hashingpool.party/api/blocks", - "payments":"http://ella.hashingpool.party/api/payments", - "accounts":"http://ella.hashingpool.party/api/accounts", - "miners":"http://ella.hashingpool.party/api/miners", - "url":"ella.hashingpool.party", - "notify":"" - }, - { - "name":"CRYPTOPOOLS", - "stats":"http://ella.Cryptopools.info/api/stats", - "blocks":"http://ella.Cryptopools.info/api/blocks", - "payments":"http://ella.Cryptopools.info/api/payments", - "accounts":"http://ella.Cryptopools.info/api/accounts", - "miners":"http://ella.Cryptopools.info/api/miners", - "url":"ella.Cryptopools.info", - "notify":"phatblinkie@hotmail.com" - }, { "name":"2MINERS", "stats":"https://ella.2miners.com/api/stats", From fbb370a940c1301176d606998973d1916eb500f9 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:34:26 +0100 Subject: [PATCH 170/277] Update pirlcoin.json --- pirlcoin.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index c6bccd3..3779caf 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -109,16 +109,6 @@ "url":"pirl.miners-zone.net", "notify":"" }, - { - "name":"CRYPTOPROS.US", - "stats":"https://pirl.cryptopros.us/api/stats", - "blocks":"https://pirl.cryptopros.us/api/blocks", - "payments":"https://pirl.cryptopros.us/api/payments", - "accounts":"https://pirl.cryptopros.us/api/accounts", - "miners":"https://pirl.cryptopros.us/api/miners", - "url":"pirl.cryptopros.us", - "notify":"litwi1rm@gmail.com" - }, { "name":"MINING-POOL", "stats":"http://pirl.mining-pool.fr/api/stats", @@ -209,16 +199,6 @@ "url":"www.pirl-pool.com", "notify":"" }, - { - "name":"DROWNINGPOOL", - "stats":"http://pirl.drowningpool.net/api/stats", - "blocks":"http://pirl.drowningpool.net/api/blocks", - "payments":"http://pirl.drowningpool.net/api/payments", - "accounts":"http://pirl.drowningpool.net/api/accounts", - "miners":"http://pirl.drowningpool.net/api/miners", - "url":"pirl.drowningpool.net", - "notify":"" - }, { "name":"MYPOOL", "stats":"https://api.pirl.mypool.online/api/stats", From 42b3fda07421b55e8dacf5068b421a7c70108dad Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:36:44 +0100 Subject: [PATCH 171/277] Update expanse.json --- expanse.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/expanse.json b/expanse.json index 334bbdf..a79eb48 100644 --- a/expanse.json +++ b/expanse.json @@ -29,16 +29,6 @@ "url":"pool.expanse.tech", "notify":"" }, - { - "name":"HODLPOOL", - "stats":"http://exp.hodlpool.com/api/stats", - "blocks":"http://exp.hodlpool.com/api/blocks", - "payments":"http://exp.hodlpool.com/api/payments", - "accounts":"http://exp.hodlpool.com/api/accounts", - "miners":"http://exp.hodlpool.com/api/miners", - "url":"exp.hodlpool.com", - "notify":"" - }, { "name":"MINANDOANDO", "stats":"http://exp.minandoando.com/api/stats", From b17ed732a11b30126f47e4484d877a7975dec0b2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:38:54 +0100 Subject: [PATCH 172/277] Update musicoin.json --- musicoin.json | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/musicoin.json b/musicoin.json index 5868b74..9b8209e 100644 --- a/musicoin.json +++ b/musicoin.json @@ -19,16 +19,6 @@ "url":"music.reidocoin.com.br", "notify":"pool@reidocoin.com.br" }, - { - "name":"DHIX", - "stats":"https://music.dhix.com.br/api/stats", - "blocks":"https://music.dhix.com.br/api/blocks", - "payments":"https://music.dhix.com.br/api/payments", - "accounts":"https://music.dhix.com.br/api/accounts", - "miners":"https://music.dhix.com.br/api/miners", - "url":"music.dhix.com.br", - "notify":"" - }, { "name":"ZETTECH", "stats":"https://mc.zet-tech.eu/api/stats", @@ -49,16 +39,6 @@ "url":"gmc.epool.io", "notify":"" }, - { - "name":"MPEON", - "stats":"http://music.spdns.eu/api/stats", - "blocks":"http://music.spdns.eu/api/blocks", - "payments":"http://music.spdns.eu/api/payments", - "accounts":"http://music.spdns.eu/api/accounts", - "miners":"http://music.spdns.eu/api/miners", - "url":"music.spdns.eu", - "notify":"" - }, { "name":"MINECRYPTO", "stats":"http://46.101.61.172:8080/api/stats", @@ -69,16 +49,6 @@ "url":"mc.minecrypto.pro", "notify":"" }, - { - "name":"COINMINERS", - "stats":"https://mc.coin-miners.info/api/stats", - "blocks":"https://mc.coin-miners.info/api/blocks", - "payments":"https://mc.coin-miners.info/api/payments", - "accounts":"https://mc.coin-miners.info/api/accounts", - "miners":"https://mc.coin-miners.info/api/miners", - "url":"mc.coin-miners.info", - "notify":"" - }, { "name":"TWMCPOOL", "stats":"https://pool.musicoin.tw/api/stats", @@ -149,16 +119,6 @@ "url":"musicoin.miningclub.info", "notify":"" }, - { - "name":"HAKOPOOL", - "stats":"http://musicoin.hakopool.com/?w=api&stats", - "blocks":"http://musicoin.hakopool.com/?w=api&blocks", - "payments":"http://musicoin.hakopool.com/?w=api&payments", - "accounts":"http://musicoin.hakopool.com/?w=api&accounts", - "miners":"http://musicoin.hakopool.com/?w=api&miners", - "url":"musicoin.hakopool.com", - "notify":"" - }, { "name":"MINERSHQ", "stats":"https://mc.minershq.net/api/stats", From f176cfbae40383c9b41a024c6b8e6f202bd466c5 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 10:42:20 +0100 Subject: [PATCH 173/277] Update ubiq.json --- ubiq.json | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/ubiq.json b/ubiq.json index 789856d..05c6da2 100644 --- a/ubiq.json +++ b/ubiq.json @@ -19,16 +19,6 @@ "url":"ubq.reidocoin.com.br", "notify":"pool@reidocoin.com.br" }, - { - "name":"UBIQPEON", - "stats":"http://ubiq.spdns.eu/api/stats", - "blocks":"http://ubiq.spdns.eu/api/blocks", - "payments":"http://ubiq.spdns.eu/api/payments", - "accounts":"http://ubiq.spdns.eu/api/accounts", - "miners":"http://ubiq.spdns.eu/api/miners", - "url":"ubiq.spdns.eu", - "notify":"" - }, { "name":"HODLPOOL", "stats":"http://ubiq.hodlpool.com/api/stats", @@ -49,26 +39,6 @@ "url":"pool.ubq.tw", "notify":"" }, - { - "name":"EPICPOOL", - "stats":"http://ubiq.epicpool.club/api/stats", - "blocks":"http://ubiq.epicpool.club/api/blocks", - "payments":"http://ubiq.epicpool.club/api/payments", - "accounts":"http://ubiq.epicpool.club/api/accounts", - "miners":"http://ubiq.epicpool.club/api/miners", - "url":"ubiq.epicpool.club", - "notify":"" - }, - { - "name":"HAKOPOOL", - "stats":"http://ubiq.hakopool.com/?w=api&stats", - "blocks":"http://ubiq.hakopool.com/?w=api&blocks", - "payments":"http://ubiq.hakopool.com/?w=api&payments", - "accounts":"http://ubiq.hakopool.com/?w=api&accounts", - "miners":"http://ubiq.hakopool.com/?w=api&miners", - "url":"ubiq.hakopool.com", - "notify":"" - }, { "name":"UBIQPOOL", "stats":"https://ubiqpool.io/api/stats", @@ -89,16 +59,6 @@ "url":"ubq.pool.sexy", "notify":"" }, - { - "name":"DIGITALPOOL", - "stats":"http://ubiq.digitalpool.cc/api/stats", - "blocks":"http://ubiq.digitalpool.cc/api/blocks", - "payments":"http://ubiq.digitalpool.cc/api/payments", - "accounts":"http://ubiq.digitalpool.cc/api/accounts", - "miners":"http://ubiq.digitalpool.cc/api/miners", - "url":"ubiq.digitalpool.cc", - "notify":"" - }, { "name":"MYPOOL", "stats":"https://api.ubq.mypool.online/api/stats", From f1e56af3c8b1ad161ffd4478479c64fe6a91e853 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 9 Feb 2018 16:54:52 +0100 Subject: [PATCH 174/277] Create hotelbyte.json --- hotelbyte.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 hotelbyte.json diff --git a/hotelbyte.json b/hotelbyte.json new file mode 100644 index 0000000..a54dd41 --- /dev/null +++ b/hotelbyte.json @@ -0,0 +1,23 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://hotelbyte.minerpool.net/api/stats", + "blocks":"http://hotelbyte.minerpool.net/api/blocks", + "payments":"http://hotelbyte.minerpool.net/api/payments", + "accounts":"http://hotelbyte.minerpool.net/api/accounts", + "miners":"http://hotelbyte.minerpool.net/api/miners", + "url":"hotelbyte.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"HBC OFFICIAL", + "stats":"https://api.openminingpool.org/api/stats", + "blocks":"https://api.openminingpool.org/api/blocks", + "payments":"https://api.openminingpool.org/api/payments", + "accounts":"https://api.openminingpool.org/api/accounts", + "miners":"https://api.openminingpool.org/api/miners", + "url":"hbc.openminingpool.org", + "notify":"" + } +] + From ff4137b83c7a9eb3500c84ed2e9a393947f10529 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 10 Feb 2018 10:54:57 +0100 Subject: [PATCH 175/277] Update etz.json --- etz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etz.json b/etz.json index ff350d7..430e1df 100644 --- a/etz.json +++ b/etz.json @@ -48,5 +48,15 @@ "miners":"http://etz.mole-pool.net/api/miners", "url":"etz.mole-pool.net", "notify":"" + }, + { + "name":"ALTPOOL", + "stats":"http://etz.altpool.pro/api/stats", + "blocks":"http://etz.altpool.pro/api/blocks", + "payments":"http://etz.altpool.pro/api/payments", + "accounts":"http://etz.altpool.pro/api/accounts", + "miners":"http://etz.altpool.pro/api/miners", + "url":"etz.altpool.pro", + "notify":"" } ] From a14dcb6bc04d884b8032fa2f502e0163016be26d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 10 Feb 2018 11:34:30 +0100 Subject: [PATCH 176/277] Update etz.json --- etz.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/etz.json b/etz.json index 430e1df..d030dd6 100644 --- a/etz.json +++ b/etz.json @@ -58,5 +58,15 @@ "miners":"http://etz.altpool.pro/api/miners", "url":"etz.altpool.pro", "notify":"" + }, + { + "name":"ALTPOOL SOLO", + "stats":"http://solo-etz.altpool.pro/api/stats", + "blocks":"http://solo-etz.altpool.pro/api/blocks", + "payments":"http://solo-etz.altpool.pro/api/payments", + "accounts":"http://solo-etz.altpool.pro/api/accounts", + "miners":"http://solo-etz.altpool.pro/api/miners", + "url":"solo-etz.altpool.pro", + "notify":"" } ] From 9d3b25c9156f1b7dd931887231253688179351b4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 10 Feb 2018 12:14:05 +0100 Subject: [PATCH 177/277] Update hotelbyte.json --- hotelbyte.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/hotelbyte.json b/hotelbyte.json index a54dd41..89d1c63 100644 --- a/hotelbyte.json +++ b/hotelbyte.json @@ -18,6 +18,16 @@ "miners":"https://api.openminingpool.org/api/miners", "url":"hbc.openminingpool.org", "notify":"" + }, + { + "name":"LUCKYPOOL", + "stats":"https://hbc.luckypool.io/api/stats", + "blocks":"https://hbc.luckypool.io/api/blocks", + "payments":"https://hbc.luckypool.io/api/payments", + "accounts":"https://hbc.luckypool.io/api/accounts", + "miners":"https://hbc.luckypool.io/api/miners", + "url":"hbc.luckypool.io", + "notify":"" } ] From b81571b9ca088671a710b3341f717b14d5ac1d82 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 10 Feb 2018 12:26:05 +0100 Subject: [PATCH 178/277] Update hotelbyte.json --- hotelbyte.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/hotelbyte.json b/hotelbyte.json index 89d1c63..567ede2 100644 --- a/hotelbyte.json +++ b/hotelbyte.json @@ -21,11 +21,11 @@ }, { "name":"LUCKYPOOL", - "stats":"https://hbc.luckypool.io/api/stats", - "blocks":"https://hbc.luckypool.io/api/blocks", - "payments":"https://hbc.luckypool.io/api/payments", - "accounts":"https://hbc.luckypool.io/api/accounts", - "miners":"https://hbc.luckypool.io/api/miners", + "stats":"https://hbc.luckypool.io/api/api/stats", + "blocks":"https://hbc.luckypool.io/api/api/blocks", + "payments":"https://hbc.luckypool.io/api/api/payments", + "accounts":"https://hbc.luckypool.io/api/api/accounts", + "miners":"https://hbc.luckypool.io/api/api/miners", "url":"hbc.luckypool.io", "notify":"" } From e9b7cdeaac77785fd3b3220dcdc1681c8b9c1748 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Feb 2018 16:36:16 +0100 Subject: [PATCH 179/277] Update mix.json --- mix.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mix.json b/mix.json index f3faf43..95a5315 100644 --- a/mix.json +++ b/mix.json @@ -8,5 +8,15 @@ "miners":"http://mix.minerpool.net/api/miners", "url":"mix.minerpool.net", "notify":"support@minerpool.net" + }, + { + "name":"2ZO SOLO", + "stats":"http://solo-mix.2zo.pw/api/stats", + "blocks":"http://solo-mix.2zo.pw/api/blocks", + "payments":"http://solo-mix.2zo.pw/api/payments", + "accounts":"http://solo-mix.2zo.pw/api/accounts", + "miners":"http://solo-mix.2zo.pw/api/miners", + "url":"solo-mix.2zo.pw", + "notify":"" } ] From 9f53b978ec2cfc2cef9cd1b3ce74f3e5f4522b6d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 12 Feb 2018 22:39:17 +0100 Subject: [PATCH 180/277] Create genom.json --- genom.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 genom.json diff --git a/genom.json b/genom.json new file mode 100644 index 0000000..2804696 --- /dev/null +++ b/genom.json @@ -0,0 +1,12 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://genom.minerpool.net/api/stats", + "blocks":"http://genom.minerpool.net/api/blocks", + "payments":"http://genom.minerpool.net/api/payments", + "accounts":"http://genom.minerpool.net/api/accounts", + "miners":"http://genom.minerpool.net/api/miners", + "url":"genom.minerpool.net", + "notify":"support@minerpool.net" + } +] From f60a032af5f39e1f01ae869f65a6af045cf77f6f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 15 Feb 2018 13:27:53 +0100 Subject: [PATCH 181/277] Update bcl.json --- bcl.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/bcl.json b/bcl.json index d941ee6..1344ec3 100644 --- a/bcl.json +++ b/bcl.json @@ -18,5 +18,15 @@ "miners":"http://pool.bitcoinlatina.org/api/miners", "url":"pool.bitcoinlatina.org", "notify":"" + }, + { + "name":"PISTOLCRYPT", + "stats":"http://bcl.pistolcrypt.com/api/stats", + "blocks":"http://bcl.pistolcrypt.com/api/blocks", + "payments":"http://bcl.pistolcrypt.com/api/payments", + "accounts":"http://bcl.pistolcrypt.com/api/accounts", + "miners":"http://bcl.pistolcrypt.com/api/miners", + "url":"bcl.pistolcrypt.com", + "notify":"" } ] From d5c6d0fd41d90650d909ca237ef7b6601a36af9d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 17 Feb 2018 10:51:12 +0100 Subject: [PATCH 182/277] Update genom.json --- genom.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/genom.json b/genom.json index 2804696..f7bdec3 100644 --- a/genom.json +++ b/genom.json @@ -8,5 +8,15 @@ "miners":"http://genom.minerpool.net/api/miners", "url":"genom.minerpool.net", "notify":"support@minerpool.net" + }, + { + "name":"GENOM OFFICIAL", + "stats":"https://pool.genom.tech/api/stats", + "blocks":"https://pool.genom.tech/api/blocks", + "payments":"https://pool.genom.tech/api/payments", + "accounts":"https://pool.genom.tech/api/accounts", + "miners":"https://pool.genom.tech/api/miners", + "url":"pool.genom.tech", + "notify":"" } ] From 2396dbe9dc51db3895aa6ee34e4cc1c0eb47e418 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 21 Feb 2018 21:09:34 +0100 Subject: [PATCH 183/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index 9d48a77..bd34ed0 100644 --- a/akroma.json +++ b/akroma.json @@ -88,5 +88,15 @@ "miners":"http://clona.ru:9019/api/miners", "url":"clona.ru", "notify":"" + }, + { + "name":"HYPERHASH", + "stats":"https://aka.hyperhash.net/api9/stats", + "blocks":"https://aka.hyperhash.net/api9/blocks", + "payments":"https://aka.hyperhash.net/api9/payments", + "accounts":"https://aka.hyperhash.net/api9/accounts", + "miners":"https://aka.hyperhash.net/api9/miners", + "url":"aka.hyperhash.net", + "notify":"" } ] From ff9b7ace5b70a01540f348d22f90ac77a5a14142 Mon Sep 17 00:00:00 2001 From: alebeta90 Date: Fri, 23 Feb 2018 21:02:50 +0100 Subject: [PATCH 184/277] Update pirlcoin.json Add minandoando.com pirl pool to minerpool.net --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 3779caf..0ac7e2c 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -328,5 +328,15 @@ "miners":"http://pirl-pplns.cryptodig.ru/api/miners", "url":"pirl-pplns.cryptodig.ru", "notify":"" - } + }, + { + "name":"MINANDOANDO.COM", + "stats":"http://pirl.minandoando.com/api/stats", + "blocks":"http://pirl.minandoando.com/api/blocks", + "payments":"http://pirl.minandoando.com/api/payments", + "accounts":"http://pirl.minandoando.com/api/accounts", + "miners":"http://pirl.minandoando.com/api/miners", + "url":"pirl.minandoando.com", + "notify":"" + } ] From e47e5180b6cc9ec7137f0f3943211b2ba85e21bc Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 23 Feb 2018 23:00:19 +0100 Subject: [PATCH 185/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index bd34ed0..5cc4e6a 100644 --- a/akroma.json +++ b/akroma.json @@ -98,5 +98,15 @@ "miners":"https://aka.hyperhash.net/api9/miners", "url":"aka.hyperhash.net", "notify":"" + }, + { + "name":"ENCRYPTGLOBE", + "stats":"https://aka.encryptglobe.com/api/stats", + "blocks":"https://aka.encryptglobe.com/api/blocks", + "payments":"https://aka.encryptglobe.com/api/payments", + "accounts":"https://aka.encryptglobe.com/api/accounts", + "miners":"https://aka.encryptglobe.com/api/miners", + "url":"aka.encryptglobe.com", + "notify":"" } ] From 1717e344a9b5d811ab241d3d7c1f69812c39f6e6 Mon Sep 17 00:00:00 2001 From: wudics <176367820@qq.com> Date: Sun, 25 Feb 2018 12:01:27 +0800 Subject: [PATCH 186/277] Added rubpool.com rubpool.com is a pirl pool in chinese. --- pirlcoin.json | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 0ac7e2c..a4ae7ff 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -328,15 +328,25 @@ "miners":"http://pirl-pplns.cryptodig.ru/api/miners", "url":"pirl-pplns.cryptodig.ru", "notify":"" - }, - { - "name":"MINANDOANDO.COM", - "stats":"http://pirl.minandoando.com/api/stats", - "blocks":"http://pirl.minandoando.com/api/blocks", - "payments":"http://pirl.minandoando.com/api/payments", - "accounts":"http://pirl.minandoando.com/api/accounts", - "miners":"http://pirl.minandoando.com/api/miners", - "url":"pirl.minandoando.com", - "notify":"" - } + }, + { + "name":"MINANDOANDO.COM", + "stats":"http://pirl.minandoando.com/api/stats", + "blocks":"http://pirl.minandoando.com/api/blocks", + "payments":"http://pirl.minandoando.com/api/payments", + "accounts":"http://pirl.minandoando.com/api/accounts", + "miners":"http://pirl.minandoando.com/api/miners", + "url":"pirl.minandoando.com", + "notify":"" + }, + { + "name":"RUBPOOL.COM", + "stats":"http://pirl.rubpool.com/api/stats", + "blocks":"http://pirl.rubpool.com/api/blocks", + "payments":"http://pirl.rubpool.com/api/payments", + "accounts":"http://pirl.rubpool.com/api/accounts", + "miners":"http://pirl.rubpool.com/api/miners", + "url":"pirl.rubpool.com", + "notify":"" + } ] From a7fbae249001b32106c90dbbe283d98503585756 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 2 Mar 2018 09:33:37 +0100 Subject: [PATCH 187/277] Update mix.json --- mix.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mix.json b/mix.json index 95a5315..a8bae12 100644 --- a/mix.json +++ b/mix.json @@ -18,5 +18,15 @@ "miners":"http://solo-mix.2zo.pw/api/miners", "url":"solo-mix.2zo.pw", "notify":"" + }, + { + "name":"ENCRYPTGLOBE", + "stats":"https://mix.encryptglobe.com/api/stats", + "blocks":"https://mix.encryptglobe.com/api/blocks", + "payments":"https://mix.encryptglobe.com/api/payments", + "accounts":"https://mix.encryptglobe.com/api/accounts", + "miners":"https://mix.encryptglobe.com/api/miners", + "url":"mix.encryptglobe.com", + "notify":"" } ] From e5c4b62ec4d439736446bcba682ebe9fca99a8d0 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 2 Mar 2018 10:31:16 +0100 Subject: [PATCH 188/277] Update victorium.json --- victorium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/victorium.json b/victorium.json index 2cbaf28..e07b17c 100644 --- a/victorium.json +++ b/victorium.json @@ -88,5 +88,15 @@ "miners":"http://vic.mole-pool.net/api/miners", "url":"vic.mole-pool.net", "notify":"" + }, + { + "name":"HASHINGPOOL", + "stats":"http://vic.hashingpool.party/api/stats", + "blocks":"http://vic.hashingpool.party/api/blocks", + "payments":"http://vic.hashingpool.party/api/payments", + "accounts":"http://vic.hashingpool.party/api/accounts", + "miners":"http://vic.hashingpool.party/api/miners", + "url":"vic.hashingpool.party", + "notify":"" } ] From 53fae54237b5a53f0000a05aa99cd55ff533dcff Mon Sep 17 00:00:00 2001 From: dreusskis Date: Fri, 2 Mar 2018 17:58:49 -0800 Subject: [PATCH 189/277] Added vic.encryptglobe.com Thank you! --- victorium.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/victorium.json b/victorium.json index e07b17c..f2bc6e3 100644 --- a/victorium.json +++ b/victorium.json @@ -98,5 +98,15 @@ "miners":"http://vic.hashingpool.party/api/miners", "url":"vic.hashingpool.party", "notify":"" + }, + { + "name":"VIC.ENCRYPTGLOBE.COM", + "stats":"http://vic.encryptglobe.com/api/stats", + "blocks":"http://vic.encryptglobe.com/api/blocks", + "payments":"http://vic.encryptglobe.com/api/payments", + "accounts":"http://vic.encryptglobe.com/api/accounts", + "miners":"http://vic.encryptglobe.com/api/miners", + "url":"VIC.ENCRYPTGLOBE.COM", + "notify":"" } ] From b92da288f38a30e78a8fb5af51977d2771d1b7eb Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:35:59 +0100 Subject: [PATCH 190/277] Update pirlcoin.json --- pirlcoin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index a4ae7ff..d371538 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -21,11 +21,11 @@ }, { "name":"POOL.SEXY", - "stats":"http://pirl.pool.sexy/api6/stats", - "blocks":"http://pirl.pool.sexy/api6/blocks", - "payments":"http://pirl.pool.sexy/api6/payments", - "accounts":"http://pirl.pool.sexy/api6/accounts", - "miners":"http://pirl.pool.sexy/api6/miners", + "stats":"http://pirl.pool.sexy/api/v2/stats", + "blocks":"http://pirl.pool.sexy/api/v2/blocks", + "payments":"http://pirl.pool.sexy/api/v2/payments", + "accounts":"http://pirl.pool.sexy/api/v2/accounts", + "miners":"http://pirl.pool.sexy/api/v2/miners", "url":"pirl.pool.sexy", "notify":"" }, From 8146dd407b727d320c44c6a4128b926cfd43ed26 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:38:24 +0100 Subject: [PATCH 191/277] Update pirlcoin.json --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index d371538..6995f9b 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -19,16 +19,6 @@ "url":"pools.hppcg.com", "notify":"" }, - { - "name":"POOL.SEXY", - "stats":"http://pirl.pool.sexy/api/v2/stats", - "blocks":"http://pirl.pool.sexy/api/v2/blocks", - "payments":"http://pirl.pool.sexy/api/v2/payments", - "accounts":"http://pirl.pool.sexy/api/v2/accounts", - "miners":"http://pirl.pool.sexy/api/v2/miners", - "url":"pirl.pool.sexy", - "notify":"" - }, { "name":"MOLE-POOL", "stats":"http://109.70.186.58:3020/api/stats", From f97df36ba36139148e7679e0e6edf8ebf76bff50 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:40:36 +0100 Subject: [PATCH 192/277] Update pirlcoin.json --- pirlcoin.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 6995f9b..55a52b5 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -89,16 +89,6 @@ "url":"pirl.zet-tech.eu", "notify":"" }, - { - "name":"MINERS-ZONE", - "stats":"http://pirl.miners-zone.net/apipirl/stats", - "blocks":"http://pirl.miners-zone.net/apipirl/blocks", - "payments":"http://pirl.miners-zone.net/apipirl/payments", - "accounts":"http://pirl.miners-zone.net/apipirl/accounts", - "miners":"http://pirl.miners-zone.net/apipirl/miners", - "url":"pirl.miners-zone.net", - "notify":"" - }, { "name":"MINING-POOL", "stats":"http://pirl.mining-pool.fr/api/stats", @@ -129,16 +119,6 @@ "url":"pirl.cryptobits.ltd", "notify":"cryptobitsokc@gmail.com" }, - { - "name":"SONOFATECH", - "stats":"http://pirl.sonofatech.com/api/stats", - "blocks":"http://pirl.sonofatech.com/api/blocks", - "payments":"http://pirl.sonofatech.com/api/payments", - "accounts":"http://pirl.sonofatech.com/api/accounts", - "miners":"http://pirl.sonofatech.com/api/miners", - "url":"pirl.sonofatech.com", - "notify":"" - }, { "name":"EPOOL.IO", "stats":"https://pirl.epool.io/api/stats", From e4ac211c42cb30fa3b48bc10b38e54e2103f58e5 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:45:02 +0100 Subject: [PATCH 193/277] Update musicoin.json --- musicoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/musicoin.json b/musicoin.json index 9b8209e..6435c5e 100644 --- a/musicoin.json +++ b/musicoin.json @@ -69,16 +69,6 @@ "url":"music.mypool.online", "notify":"support@mypool.online" }, - { - "name":"MIXPOOLS", - "stats":"https://musicapi.mixpools.org/api/stats", - "blocks":"https://musicapi.mixpools.org/api/blocks", - "payments":"https://musicapi.mixpools.org/api/payments", - "accounts":"https://musicapi.mixpools.org/api/accounts", - "miners":"https://musicapi.mixpools.org/api/miners", - "url":"mixpools.org", - "notify":"" - }, { "name":"ORCHARDCOINS", "stats":"http://music.orchardcoins.com/api/stats", From 0ad40e98f75c28085931cc6d236be6adbcdf9ee0 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:45:28 +0100 Subject: [PATCH 194/277] Update whalecoin.json --- whalecoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index 58eb96b..4272113 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -39,16 +39,6 @@ "url":"whl-tw.gpumine.org", "notify":"" }, - { - "name":"POOLSEXY", - "stats":"http://whl.pool.sexy/api2/stats", - "blocks":"http://whl.pool.sexy/api2/blocks", - "payments":"http://whl.pool.sexy/api2/payments", - "accounts":"http://whl.pool.sexy/api2/accounts", - "miners":"http://whl.pool.sexy/api2/miners", - "url":"whl.pool.sexy", - "notify":"" - }, { "name":"2MINERS", "stats":"https://solo-whl.2miners.com/api/stats", From 64a1c0b9d727101c142b24af3873a97b4cb2d332 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:46:29 +0100 Subject: [PATCH 195/277] Update ellaism.json --- ellaism.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/ellaism.json b/ellaism.json index 2d2e45c..aaa8435 100644 --- a/ellaism.json +++ b/ellaism.json @@ -139,16 +139,6 @@ "url":"ellaism.tetrapool.com", "notify":"" }, - { - "name":"COINSFARM", - "stats":"http://138.68.249.66:8080/api/stats", - "blocks":"http://138.68.249.66:8080/api/blocks", - "payments":"http://138.68.249.66:8080/api/payments", - "accounts":"http://138.68.249.66:8080/api/accounts", - "miners":"http://138.68.249.66:8080/api/miners", - "url":"coins.farm", - "notify":"" - }, { "name":"MEGAPOOL", "stats":"https://megapool.io/api/stats/ella", From a79657d4f00ddf1a14b0f34f61f22e427cf4f934 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:48:14 +0100 Subject: [PATCH 196/277] Update nekonium.json --- nekonium.json | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/nekonium.json b/nekonium.json index 4d746a0..44cd917 100644 --- a/nekonium.json +++ b/nekonium.json @@ -68,15 +68,5 @@ "miners":"http://www.nekonium-pool.com/api/miners", "url":"www.nekonium-pool.com", "notify":"" - }, - { - "name":"CLONA", - "stats":"http://clona.ru:9015/api/stats", - "blocks":"http://clona.ru:9015/api/blocks", - "payments":"http://clona.ru:9015/api/payments", - "accounts":"http://clona.ru:9015/api/accounts", - "miners":"http://clona.ru:9015/api/miners", - "url":"clona.ru", - "notify":"" - } + } ] From 97c717b490328a004263f1736bad13316c02371b Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:50:38 +0100 Subject: [PATCH 197/277] Update victorium.json --- victorium.json | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/victorium.json b/victorium.json index e07b17c..e2cfaeb 100644 --- a/victorium.json +++ b/victorium.json @@ -20,13 +20,13 @@ "notify":"" }, { - "name":"POOL.SEXY", - "stats":"http://vic.pool.sexy/api3/stats", - "blocks":"http://vic.pool.sexy/api3/blocks", - "payments":"http://vic.pool.sexy/api3/payments", - "accounts":"http://vic.pool.sexy/api3/accounts", - "miners":"http://vic.pool.sexy/api3/miners", - "url":"vic.pool.sexy", + "name":"HASHGANG", + "stats":"http://vic.hashgang.io/api/stats", + "blocks":"http://vic.hashgang.io/api/blocks", + "payments":"http://vic.hashgang.io/api/payments", + "accounts":"http://vic.hashgang.io/api/accounts", + "miners":"http://vic.hashgang.io/api/miners", + "url":"vic.hashgang.io", "notify":"" }, { From 87651ecb4c92a74f625c8fcbdadee92ce1088bff Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:51:55 +0100 Subject: [PATCH 198/277] Update victorium.json --- victorium.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/victorium.json b/victorium.json index f2bc6e3..8296f6b 100644 --- a/victorium.json +++ b/victorium.json @@ -99,8 +99,8 @@ "url":"vic.hashingpool.party", "notify":"" }, - { - "name":"VIC.ENCRYPTGLOBE.COM", + { + "name":"ENCRYPTGLOBE", "stats":"http://vic.encryptglobe.com/api/stats", "blocks":"http://vic.encryptglobe.com/api/blocks", "payments":"http://vic.encryptglobe.com/api/payments", From dffeb7db5e4111cbca3933e7b0942bc228b813b5 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 09:59:53 +0100 Subject: [PATCH 199/277] Update mix.json --- mix.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mix.json b/mix.json index a8bae12..8ed0bd7 100644 --- a/mix.json +++ b/mix.json @@ -9,16 +9,6 @@ "url":"mix.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"2ZO SOLO", - "stats":"http://solo-mix.2zo.pw/api/stats", - "blocks":"http://solo-mix.2zo.pw/api/blocks", - "payments":"http://solo-mix.2zo.pw/api/payments", - "accounts":"http://solo-mix.2zo.pw/api/accounts", - "miners":"http://solo-mix.2zo.pw/api/miners", - "url":"solo-mix.2zo.pw", - "notify":"" - }, { "name":"ENCRYPTGLOBE", "stats":"https://mix.encryptglobe.com/api/stats", From 24906b06cd271f640427a831bfd1f25095c21cf3 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 10:00:46 +0100 Subject: [PATCH 200/277] Update akroma.json --- akroma.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/akroma.json b/akroma.json index 5cc4e6a..bbea7fb 100644 --- a/akroma.json +++ b/akroma.json @@ -29,16 +29,6 @@ "url":"akroma.cryptopools.info", "notify":"" }, - { - "name":"CRYPTOBITPOOL", - "stats":"http://akroma.cryptobitpool.eu/api/stats", - "blocks":"http://akroma.cryptobitpool.eu/api/blocks", - "payments":"http://akroma.cryptobitpool.eu/api/payments", - "accounts":"http://akroma.cryptobitpool.eu/api/accounts", - "miners":"http://akroma.cryptobitpool.eu/api/miners", - "url":"akroma.cryptobitpool.eu", - "notify":"" - }, { "name":"EHASHCOINS", "stats":"http://aka.ehashcoins.org/api/stats", From b7d6bb66d884645777a0b1e7c5fffb1d7b238cac Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 10:01:19 +0100 Subject: [PATCH 201/277] Update bcl.json --- bcl.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/bcl.json b/bcl.json index 1344ec3..d941ee6 100644 --- a/bcl.json +++ b/bcl.json @@ -18,15 +18,5 @@ "miners":"http://pool.bitcoinlatina.org/api/miners", "url":"pool.bitcoinlatina.org", "notify":"" - }, - { - "name":"PISTOLCRYPT", - "stats":"http://bcl.pistolcrypt.com/api/stats", - "blocks":"http://bcl.pistolcrypt.com/api/blocks", - "payments":"http://bcl.pistolcrypt.com/api/payments", - "accounts":"http://bcl.pistolcrypt.com/api/accounts", - "miners":"http://bcl.pistolcrypt.com/api/miners", - "url":"bcl.pistolcrypt.com", - "notify":"" } ] From 12dd78dc6c20acc5a374d0f6ed1f23738ce0d90d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 11 Mar 2018 10:01:47 +0100 Subject: [PATCH 202/277] Update etz.json --- etz.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/etz.json b/etz.json index d030dd6..39365e5 100644 --- a/etz.json +++ b/etz.json @@ -19,16 +19,6 @@ "url":"pool.etherzero.org", "notify":"" }, - { - "name":"EPOOL", - "stats":"http://etz.epool.pw/api/stats", - "blocks":"http://etz.epool.pw/api/blocks", - "payments":"http://etz.epool.pw/api/payments", - "accounts":"http://etz.epool.pw/api/accounts", - "miners":"http://etz.epool.pw/api/miners", - "url":"etz.epool.pw", - "notify":"" - }, { "name":"CRYPT-TERM", "stats":"http://etzpool.crypt-term.net/api/stats", From 61d7e8da11083d4ad8f7a252bb3694fc6089226d Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 20 Mar 2018 18:39:38 +0100 Subject: [PATCH 203/277] Create aura.json --- aura.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 aura.json diff --git a/aura.json b/aura.json new file mode 100644 index 0000000..6124520 --- /dev/null +++ b/aura.json @@ -0,0 +1,62 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://aura.minerpool.net/api/stats", + "blocks":"http://aura.minerpool.net/api/blocks", + "payments":"http://aura.minerpool.net/api/payments", + "accounts":"http://aura.minerpool.net/api/accounts", + "miners":"http://aura.minerpool.net/api/miners", + "url":"aura.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"DPOOL", + "stats":"https://aura.dpool.io/api/stats", + "blocks":"https://aura.dpool.io/api/blocks", + "payments":"https://aura.dpool.io/api/payments", + "accounts":"https://aura.dpool.io/api/accounts", + "miners":"https://aura.dpool.io/api/miners", + "url":"aura.dpool.io", + "notify":"" + }, + { + "name":"MOLE-POOL", + "stats":"http://aura.mole-pool.net/api/stats", + "blocks":"http://aura.mole-pool.net/api/blocks", + "payments":"http://aura.mole-pool.net/api/payments", + "accounts":"http://aura.mole-pool.net/api/accounts", + "miners":"http://aura.mole-pool.net/api/miners", + "url":"aura.mole-pool.net", + "notify":"" + }, + { + "name":"EHASHCOINS", + "stats":"http://aura.ehashcoins.org/api/stats", + "blocks":"http://aura.ehashcoins.org/api/blocks", + "payments":"http://aura.ehashcoins.org/api/payments", + "accounts":"http://aura.ehashcoins.org/api/accounts", + "miners":"http://aura.ehashcoins.org/api/miners", + "url":"aura.ehashcoins.org", + "notify":"" + }, + { + "name":"DROWNINGPOOL", + "stats":"http://aura.drowningpool.net/api/stats", + "blocks":"http://aura.drowningpool.net/api/blocks", + "payments":"http://aura.drowningpool.net/api/payments", + "accounts":"http://aura.drowningpool.net/api/accounts", + "miners":"http://aura.drowningpool.net/api/miners", + "url":"aura.drowningpool.net", + "notify":"" + }, + { + "name":"MININGPOOL", + "stats":"http://aura.miningpool.fun/api/stats", + "blocks":"http://aura.miningpool.fun/api/blocks", + "payments":"http://aura.miningpool.fun/api/payments", + "accounts":"http://aura.miningpool.fun/api/accounts", + "miners":"http://aura.miningpool.fun/api/miners", + "url":"aura.miningpool.fun", + "notify":"" + } +] From 7dfc47bada35e3ab9a43b9df33c75a61840356a1 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 20 Mar 2018 19:04:13 +0100 Subject: [PATCH 204/277] Update aura.json --- aura.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/aura.json b/aura.json index 6124520..d953d1c 100644 --- a/aura.json +++ b/aura.json @@ -41,11 +41,11 @@ }, { "name":"DROWNINGPOOL", - "stats":"http://aura.drowningpool.net/api/stats", - "blocks":"http://aura.drowningpool.net/api/blocks", - "payments":"http://aura.drowningpool.net/api/payments", - "accounts":"http://aura.drowningpool.net/api/accounts", - "miners":"http://aura.drowningpool.net/api/miners", + "stats":"http://aura.drowningpool.net:8080/api/stats", + "blocks":"http://aura.drowningpool.net:8080/api/blocks", + "payments":"http://aura.drowningpool.net:8080/api/payments", + "accounts":"http://aura.drowningpool.net:8080/api/accounts", + "miners":"http://aura.drowningpool.net:8080/api/miners", "url":"aura.drowningpool.net", "notify":"" }, From 1ba5207c6157108547b648a49fd4e43132e160f1 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 21 Mar 2018 10:21:24 +0100 Subject: [PATCH 205/277] changed coins.farm --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index aaa8435..c04253d 100644 --- a/ellaism.json +++ b/ellaism.json @@ -158,5 +158,15 @@ "miners":"http://ella.mole-pool.net/api/miners", "url":"ella.mole-pool.net", "notify":"" + }, + { + "name":"COINSFARM", + "stats":"http://159.65.97.139:8080/api/stats", + "blocks":"http://159.65.97.139:8080/api/blocks", + "payments":"http://159.65.97.139:8080/api/payments", + "accounts":"http://159.65.97.139:8080/api/accounts", + "miners":"http://159.65.97.139:8080/api/miners", + "url":"coins.farm", + "notify":"" } ] From aa4afd4920c836f4b37791e9f20fa4094077d583 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 23 Mar 2018 13:50:40 +0100 Subject: [PATCH 206/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index bbea7fb..91ae070 100644 --- a/akroma.json +++ b/akroma.json @@ -98,5 +98,15 @@ "miners":"https://aka.encryptglobe.com/api/miners", "url":"aka.encryptglobe.com", "notify":"" + }, + { + "name":"CRYPTOBIT", + "stats":"http://akroma.cryptobitpool.eu/api/stats", + "blocks":"http://akroma.cryptobitpool.eu/api/blocks", + "payments":"http://akroma.cryptobitpool.eu/api/payments", + "accounts":"http://akroma.cryptobitpool.eu/api/accounts", + "miners":"http://akroma.cryptobitpool.eu/api/miners", + "url":"akroma.cryptobitpool.eu", + "notify":"" } ] From 2541e60d7e3b5e9d8f04251b2e39149370766874 Mon Sep 17 00:00:00 2001 From: Nmka Date: Thu, 29 Mar 2018 19:16:00 +0300 Subject: [PATCH 207/277] Added pirl.epool.eu --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 55a52b5..993e0d8 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -318,5 +318,15 @@ "miners":"http://pirl.rubpool.com/api/miners", "url":"pirl.rubpool.com", "notify":"" - } + }, + { + "name":"EPOOL.EU", + "stats":"http://pirl.epool.eu/api/stats", + "blocks":"http://pirl.epool.eu/api/blocks", + "payments":"http://pirl.epool.eu/api/payments", + "accounts":"http://pirl.epool.eu/api/accounts", + "miners":"http://pirl.epool.eu/api/miners", + "url":"pirl.epool.eu", + "notify":"" + } ] From 572f69bbcc8649e03939f860a8db9da38938f609 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 30 Mar 2018 11:54:31 +0200 Subject: [PATCH 208/277] Create egem.json --- egem.json | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 egem.json diff --git a/egem.json b/egem.json new file mode 100644 index 0000000..4259474 --- /dev/null +++ b/egem.json @@ -0,0 +1,23 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://egem.minerpool.net/api/stats", + "blocks":"http://egem.minerpool.net/api/blocks", + "payments":"http://egem.minerpool.net/api/payments", + "accounts":"http://egem.minerpool.net/api/accounts", + "miners":"http://egem.minerpool.net/api/miners", + "url":"egem.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"EGEM.IO", + "stats":"http://pool.egem.io/api/stats", + "blocks":"http://pool.egem.io/api/blocks", + "payments":"http://pool.egem.io/api/payments", + "accounts":"http://pool.egem.io/api/accounts", + "miners":"http://pool.egem.io/api/miners", + "url":"pool.egem.io", + "notify":"" + } + ] + From 4d9c89bb2991b56473a6ec90451fdb9b24881e12 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 30 Mar 2018 12:12:53 +0200 Subject: [PATCH 209/277] Update egem.json --- egem.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/egem.json b/egem.json index 4259474..c469915 100644 --- a/egem.json +++ b/egem.json @@ -11,11 +11,11 @@ }, { "name":"EGEM.IO", - "stats":"http://pool.egem.io/api/stats", - "blocks":"http://pool.egem.io/api/blocks", - "payments":"http://pool.egem.io/api/payments", - "accounts":"http://pool.egem.io/api/accounts", - "miners":"http://pool.egem.io/api/miners", + "stats":"https://pool.egem.io/api/stats", + "blocks":"https://pool.egem.io/api/blocks", + "payments":"https://pool.egem.io/api/payments", + "accounts":"https://pool.egem.io/api/accounts", + "miners":"https://pool.egem.io/api/miners", "url":"pool.egem.io", "notify":"" } From ef4c30df6f4e30a69031d518568890344df282fe Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Fri, 30 Mar 2018 17:57:45 +0200 Subject: [PATCH 210/277] Update egem.json --- egem.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/egem.json b/egem.json index c469915..e175f1b 100644 --- a/egem.json +++ b/egem.json @@ -18,6 +18,26 @@ "miners":"https://pool.egem.io/api/miners", "url":"pool.egem.io", "notify":"" + }, + { + "name":"CRYPTOBIT", + "stats":"http://egem.cryptobitpool.eu/api/stats", + "blocks":"http://egem.cryptobitpool.eu/api/blocks", + "payments":"http://egem.cryptobitpool.eu/api/payments", + "accounts":"http://egem.cryptobitpool.eu/api/accounts", + "miners":"http://egem.cryptobitpool.eu/api/miners", + "url":"egem.cryptobitpool.eu", + "notify":"" + }, + { + "name":"REVERSEGAINZ", + "stats":"http://egem.reversegainz.info/api/stats", + "blocks":"http://egem.reversegainz.info/api/blocks", + "payments":"http://egem.reversegainz.info/api/payments", + "accounts":"http://egem.reversegainz.info/api/accounts", + "miners":"http://egem.reversegainz.info/api/miners", + "url":"egem.reversegainz.info", + "notify":"" } ] From dd4471add6555ab0dcbb72c7435cd2f5feccf718 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 1 Apr 2018 12:00:19 +0200 Subject: [PATCH 211/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 993e0d8..a4a1737 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -320,7 +320,7 @@ "notify":"" }, { - "name":"EPOOL.EU", + "name":"EPOOL", "stats":"http://pirl.epool.eu/api/stats", "blocks":"http://pirl.epool.eu/api/blocks", "payments":"http://pirl.epool.eu/api/payments", From b91937726f9031daed039f334521c60d0f1e06df Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 3 Apr 2018 19:52:54 +0200 Subject: [PATCH 212/277] Update egem.json --- egem.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/egem.json b/egem.json index e175f1b..6bd63b6 100644 --- a/egem.json +++ b/egem.json @@ -38,6 +38,26 @@ "miners":"http://egem.reversegainz.info/api/miners", "url":"egem.reversegainz.info", "notify":"" + }, + { + "name":"PROTONMINE", + "stats":"http://egem.protonmine.io/api/stats", + "blocks":"http://egem.protonmine.io/api/blocks", + "payments":"http://egem.protonmine.io/api/payments", + "accounts":"http://egem.protonmine.io/api/accounts", + "miners":"http://egem.protonmine.io/api/miners", + "url":"egem.protonmine.io", + "notify":"" + }, + { + "name":"COINS.FARM", + "stats":"http://138.68.40.235:8080/api/stats", + "blocks":"http://138.68.40.235:8080/api/blocks", + "payments":"http://138.68.40.235:8080/api/payments", + "accounts":"http://138.68.40.235:8080/api/accounts", + "miners":"http://138.68.40.235:8080/api/miners", + "url":"coins.farm", + "notify":"" } ] From 5e79cffd7a68fb7f8b650927ebdeec4c46ba66b1 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 3 Apr 2018 20:23:23 +0200 Subject: [PATCH 213/277] Update egem.json --- egem.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/egem.json b/egem.json index 6bd63b6..8f57803 100644 --- a/egem.json +++ b/egem.json @@ -41,11 +41,11 @@ }, { "name":"PROTONMINE", - "stats":"http://egem.protonmine.io/api/stats", - "blocks":"http://egem.protonmine.io/api/blocks", - "payments":"http://egem.protonmine.io/api/payments", - "accounts":"http://egem.protonmine.io/api/accounts", - "miners":"http://egem.protonmine.io/api/miners", + "stats":"https://egem.protonmine.io/api/stats", + "blocks":"https://egem.protonmine.io/api/blocks", + "payments":"https://egem.protonmine.io/api/payments", + "accounts":"https://egem.protonmine.io/api/accounts", + "miners":"https://egem.protonmine.io/api/miners", "url":"egem.protonmine.io", "notify":"" }, From 6f16ea2e83262b314486d6a1407b79db49a3e42f Mon Sep 17 00:00:00 2001 From: Nick Sawinyh Date: Sat, 7 Apr 2018 11:46:28 -0700 Subject: [PATCH 214/277] mining pool added --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index 91ae070..646801c 100644 --- a/akroma.json +++ b/akroma.json @@ -108,5 +108,15 @@ "miners":"http://akroma.cryptobitpool.eu/api/miners", "url":"akroma.cryptobitpool.eu", "notify":"" + }, + { + "name":"2Miners", + "stats":"https://aka.2miners.com/api/stats", + "blocks":"https://aka.2miners.com/api/blocks", + "payments":"https://aka.2miners.com/api/payments", + "accounts":"https://aka.2miners.com/api/accounts", + "miners":"https://aka.2miners.com/api/miners", + "url":"2miners.com", + "notify":"support@2miners.com" } ] From 628c2405a8058f4c6210c92a01f8d044e8680329 Mon Sep 17 00:00:00 2001 From: p-s-dev Date: Tue, 10 Apr 2018 07:15:08 -0700 Subject: [PATCH 215/277] new mix pool --- mix.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/mix.json b/mix.json index 8ed0bd7..a87076c 100644 --- a/mix.json +++ b/mix.json @@ -18,5 +18,15 @@ "miners":"https://mix.encryptglobe.com/api/miners", "url":"mix.encryptglobe.com", "notify":"" + }, + { + "name":"PSDEV.IO", + "stats":"http://mix.psdev.io/api/stats", + "blocks":"http://mix.psdev.io/api/blocks", + "payments":"http://mix.psdev.io/api/payments", + "accounts":"http://mix.psdev.io/api/accounts", + "miners":"http://mix.psdev.io/api/miners", + "url":"mix.psdev.io", + "notify":"p@psdev.io" } ] From de2579a8da66724d1aa546dcb16c23694fcb966f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 15 Apr 2018 11:48:39 +0200 Subject: [PATCH 216/277] Create callisto.json --- callisto.json | 62 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 callisto.json diff --git a/callisto.json b/callisto.json new file mode 100644 index 0000000..17f695d --- /dev/null +++ b/callisto.json @@ -0,0 +1,62 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://clo.minerpool.net/api/stats", + "blocks":"http://clo.minerpool.net/api/blocks", + "payments":"http://clo.minerpool.net/api/payments", + "accounts":"http://clo.minerpool.net/api/accounts", + "miners":"http://clo.minerpool.net/api/miners", + "url":"clo.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"CALLISTOPOOL.IO", + "stats":"https://www.callistopool.io/api/stats", + "blocks":"https://www.callistopool.io/api/blocks", + "payments":"https://www.callistopool.io/api/payments", + "accounts":"https://www.callistopool.io/api/accounts", + "miners":"https://www.callistopool.io/api/miners", + "url":"www.callistopool.io", + "notify":"" + }, + { + "name":"CLOPOOL.PRO", + "stats":"https://clopool.pro/api/stats", + "blocks":"https://clopool.pro/api/blocks", + "payments":"https://clopool.pro/api/payments", + "accounts":"https://clopool.pro/api/accounts", + "miners":"https://clopool.pro/api/miners", + "url":"clopool.pro", + "notify":"" + }, + { + "name":"EPOOL", + "stats":"https://clo.epool.io/api/stats", + "blocks":"https://clo.epool.io/api/blocks", + "payments":"https://clo.epool.io/api/payments", + "accounts":"https://clo.epool.io/api/accounts", + "miners":"https://clo.epool.io/api/miners", + "url":"clo.epool.io", + "notify":"" + }, + { + "name":"CALLISTOPOOL.ORG", + "stats":"http://callistopool.org/api/stats", + "blocks":"http://callistopool.org/api/blocks", + "payments":"http://callistopool.org/api/payments", + "accounts":"http://callistopool.org/api/accounts", + "miners":"http://callistopool.org/api/miners", + "url":"callistopool.org", + "notify":"" + }, + { + "name":"2MINERS", + "stats":"https://clo.2miners.com/api/stats", + "blocks":"https://clo.2miners.com/api/blocks", + "payments":"https://clo.2miners.com/api/payments", + "accounts":"https://clo.2miners.com/api/accounts", + "miners":"https://clo.2miners.com/api/miners", + "url":"clo.2miners.com", + "notify":"" + } + ] From 2b299996dbf249ec8ee0acbbc41e77132492b2c2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sun, 15 Apr 2018 15:30:38 +0200 Subject: [PATCH 217/277] Update callisto.json --- callisto.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/callisto.json b/callisto.json index 17f695d..701f2d7 100644 --- a/callisto.json +++ b/callisto.json @@ -58,5 +58,15 @@ "miners":"https://clo.2miners.com/api/miners", "url":"clo.2miners.com", "notify":"" - } + }, +{ + "name":"MOLE-POOL", + "stats":"http://clo.mole-pool.net:9393/api/stats", + "blocks":"http://clo.mole-pool.net:9393/api/blocks", + "payments":"http://clo.mole-pool.net:9393/api/payments", + "accounts":"http://clo.mole-pool.net:9393/api/accounts", + "miners":"http://clo.mole-pool.net:9393/api/miners", + "url":"mole-pool.net", + "notify":"mole-pool@mail.ru" + } ] From 98f356b692b34550d65e6b91e9e2d983890ded59 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 10:38:34 +0200 Subject: [PATCH 218/277] Update pirlcoin.json --- pirlcoin.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index a4a1737..60647b3 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -109,16 +109,6 @@ "url":"pirl.espool.eu", "notify":"masterplanelles@gmail.com" }, - { - "name":"CRYPTOBITS.LTD", - "stats":"http://pirl.cryptobits.ltd/pirl/api/stats", - "blocks":"http://pirl.cryptobits.ltd/pirl/api/blocks", - "payments":"http://pirl.cryptobits.ltd/pirl/api/payments", - "accounts":"http://pirl.cryptobits.ltd/pirl/api/accounts", - "miners":"http://pirl.cryptobits.ltd/pirl/api/miners", - "url":"pirl.cryptobits.ltd", - "notify":"cryptobitsokc@gmail.com" - }, { "name":"EPOOL.IO", "stats":"https://pirl.epool.io/api/stats", @@ -209,16 +199,6 @@ "url":"australianpirlpool.info", "notify":"" }, - { - "name":"PIRL ASIA POOL", - "stats":"http://pirl.asiapool.info/api/stats", - "blocks":"http://pirl.asiapool.info/api/blocks", - "payments":"http://pirl.asiapool.info/api/payments", - "accounts":"http://pirl.asiapool.info/api/accounts", - "miners":"http://pirl.asiapool.info/api/miners", - "url":"pirl.asiapool.info", - "notify":"" - }, { "name":"CLONA", "stats":"http://clona.ru:4012/api/stats", @@ -249,16 +229,6 @@ "url":"pirl.space", "notify":"" }, - { - "name":"ALTPOOL", - "stats":"http://pirl.altpool.pro/api/stats", - "blocks":"http://pirl.altpool.pro/api/blocks", - "payments":"http://pirl.altpool.pro/api/payments", - "accounts":"http://pirl.altpool.pro/api/accounts", - "miners":"http://pirl.altpool.pro/api/miners", - "url":"pirl.altpool.pro", - "notify":"" - }, { "name":"PIRLMINE", "stats":"http://pirlmine.com/api/stats", From 3946547a00e5a9bac74f5cfa3fc9d7990231b24d Mon Sep 17 00:00:00 2001 From: Akira Takizawa Date: Mon, 16 Apr 2018 20:16:10 +0900 Subject: [PATCH 219/277] Add clopool.net on the list --- callisto.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/callisto.json b/callisto.json index 701f2d7..80855b8 100644 --- a/callisto.json +++ b/callisto.json @@ -59,14 +59,24 @@ "url":"clo.2miners.com", "notify":"" }, -{ - "name":"MOLE-POOL", - "stats":"http://clo.mole-pool.net:9393/api/stats", - "blocks":"http://clo.mole-pool.net:9393/api/blocks", - "payments":"http://clo.mole-pool.net:9393/api/payments", - "accounts":"http://clo.mole-pool.net:9393/api/accounts", - "miners":"http://clo.mole-pool.net:9393/api/miners", - "url":"mole-pool.net", - "notify":"mole-pool@mail.ru" - } + { + "name":"MOLE-POOL", + "stats":"http://clo.mole-pool.net:9393/api/stats", + "blocks":"http://clo.mole-pool.net:9393/api/blocks", + "payments":"http://clo.mole-pool.net:9393/api/payments", + "accounts":"http://clo.mole-pool.net:9393/api/accounts", + "miners":"http://clo.mole-pool.net:9393/api/miners", + "url":"mole-pool.net", + "notify":"mole-pool@mail.ru" + }, + { + "name":"CLOPOOL.NET", + "stats":"https://clopool.net/api/stats", + "blocks":"https://clopool.net/api/blocks", + "payments":"https://clopool.net/api/payments", + "accounts":"https://clopool.net/api/accounts", + "miners":"https://clopool.net/api/miners", + "url":"clopool.net", + "notify":"chainkorea@naver.com" + } ] From abfc3e068da10398e444cfdee96d49fd7b5111d6 Mon Sep 17 00:00:00 2001 From: lambrosini Date: Mon, 16 Apr 2018 18:49:46 +0200 Subject: [PATCH 220/277] Add pool.sexy pools (AKA,EXP,GEN,MUSIC,PGC,PIRL,VIC) --- akroma.json | 10 ++++++++++ expanse.json | 10 ++++++++++ genom.json | 10 ++++++++++ musicoin.json | 10 ++++++++++ pegascoin.json | 10 ++++++++++ pirlcoin.json | 12 +++++++++++- victorium.json | 10 ++++++++++ 7 files changed, 71 insertions(+), 1 deletion(-) diff --git a/akroma.json b/akroma.json index 646801c..cbf946c 100644 --- a/akroma.json +++ b/akroma.json @@ -118,5 +118,15 @@ "miners":"https://aka.2miners.com/api/miners", "url":"2miners.com", "notify":"support@2miners.com" + }, + { + "name":"Pool.sexy", + "stats":"http://aka.pool.sexy/api/stats", + "blocks":"https://aka.pool.sexy/api/blocks", + "payments":"https://aka.pool.sexy/api/payments", + "accounts":"https://aka.pool.sexy/api/accounts", + "miners":"https://aka.pool.sexy/api/miners", + "url":"aka.pool.sexy", + "notify":"" } ] diff --git a/expanse.json b/expanse.json index a79eb48..2565aa5 100644 --- a/expanse.json +++ b/expanse.json @@ -108,5 +108,15 @@ "miners":"http://exp.mole-pool.net/api/miners", "url":"exp.mole-pool.net", "notify":"" + }, + { + "name":"Pool.sexy", + "stats":"http://exp.pool.sexy/api/stats", + "blocks":"https://exp.pool.sexy/api/blocks", + "payments":"https://exp.pool.sexy/api/payments", + "accounts":"https://exp.pool.sexy/api/accounts", + "miners":"https://exp.pool.sexy/api/miners", + "url":"exp.pool.sexy", + "notify":"" } ] diff --git a/genom.json b/genom.json index f7bdec3..c3024b9 100644 --- a/genom.json +++ b/genom.json @@ -18,5 +18,15 @@ "miners":"https://pool.genom.tech/api/miners", "url":"pool.genom.tech", "notify":"" + }, + { + "name":"Pool.sexy", + "stats":"http://gen.pool.sexy/api/stats", + "blocks":"https://gen.pool.sexy/api/blocks", + "payments":"https://gen.pool.sexy/api/payments", + "accounts":"https://gen.pool.sexy/api/accounts", + "miners":"https://gen.pool.sexy/api/miners", + "url":"gen.pool.sexy", + "notify":"" } ] diff --git a/musicoin.json b/musicoin.json index 6435c5e..027af5c 100644 --- a/musicoin.json +++ b/musicoin.json @@ -188,5 +188,15 @@ "miners":"http://mus.mole-pool.net/api/miners", "url":"mus.mole-pool.net", "notify":"" + }, + { + "name":"Pool.sexy", + "stats":"http://music.pool.sexy/api/stats", + "blocks":"https://music.pool.sexy/api/blocks", + "payments":"https://music.pool.sexy/api/payments", + "accounts":"https://music.pool.sexy/api/accounts", + "miners":"https://music.pool.sexy/api/miners", + "url":"music.pool.sexy", + "notify":"" } ] diff --git a/pegascoin.json b/pegascoin.json index 7636e35..835c3c9 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -58,5 +58,15 @@ "miners":"http://pg.mole-pool.net/api/miners", "url":"pg.mole-pool.net", "notify":"" + }, + { + "name":"Pool.sexy", + "stats":"http://pgc.pool.sexy/api/stats", + "blocks":"https://pgc.pool.sexy/api/blocks", + "payments":"https://pgc.pool.sexy/api/payments", + "accounts":"https://pgc.pool.sexy/api/accounts", + "miners":"https://pgc.pool.sexy/api/miners", + "url":"pgc.pool.sexy", + "notify":"" } ] diff --git a/pirlcoin.json b/pirlcoin.json index 60647b3..53a434e 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -288,7 +288,7 @@ "miners":"http://pirl.rubpool.com/api/miners", "url":"pirl.rubpool.com", "notify":"" - }, + }, { "name":"EPOOL", "stats":"http://pirl.epool.eu/api/stats", @@ -298,5 +298,15 @@ "miners":"http://pirl.epool.eu/api/miners", "url":"pirl.epool.eu", "notify":"" + }, + { + "name":"Pool.sexy", + "stats":"http://pirl.pool.sexy/api/stats", + "blocks":"https://pirl.pool.sexy/api/blocks", + "payments":"https://pirl.pool.sexy/api/payments", + "accounts":"https://pirl.pool.sexy/api/accounts", + "miners":"https://pirl.pool.sexy/api/miners", + "url":"pirl.pool.sexy", + "notify":"" } ] diff --git a/victorium.json b/victorium.json index 29b0446..e4148e1 100644 --- a/victorium.json +++ b/victorium.json @@ -108,5 +108,15 @@ "miners":"http://vic.encryptglobe.com/api/miners", "url":"VIC.ENCRYPTGLOBE.COM", "notify":"" + }, + { + "name":"Pool.sexy", + "stats":"http://vic.pool.sexy/api/stats", + "blocks":"https://vic.pool.sexy/api/blocks", + "payments":"https://vic.pool.sexy/api/payments", + "accounts":"https://vic.pool.sexy/api/accounts", + "miners":"https://vic.pool.sexy/api/miners", + "url":"vic.pool.sexy", + "notify":"" } ] From 6bee9d2bbe149d86ba5afdbf6edf136beaac9b6f Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 19:19:09 +0200 Subject: [PATCH 221/277] Update akroma.json --- akroma.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akroma.json b/akroma.json index cbf946c..e3c4f52 100644 --- a/akroma.json +++ b/akroma.json @@ -120,7 +120,7 @@ "notify":"support@2miners.com" }, { - "name":"Pool.sexy", + "name":"POOL.SEXY", "stats":"http://aka.pool.sexy/api/stats", "blocks":"https://aka.pool.sexy/api/blocks", "payments":"https://aka.pool.sexy/api/payments", From 8b06b52f0b1f85d919326be8417b183b8aeb4521 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 19:19:22 +0200 Subject: [PATCH 222/277] Update expanse.json --- expanse.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/expanse.json b/expanse.json index 2565aa5..f6e6167 100644 --- a/expanse.json +++ b/expanse.json @@ -110,7 +110,7 @@ "notify":"" }, { - "name":"Pool.sexy", + "name":"POOL.SEXY", "stats":"http://exp.pool.sexy/api/stats", "blocks":"https://exp.pool.sexy/api/blocks", "payments":"https://exp.pool.sexy/api/payments", From 5879b48ffa58b5ba3c55166a88a2a9647b7f6990 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 19:19:50 +0200 Subject: [PATCH 223/277] Update genom.json --- genom.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genom.json b/genom.json index c3024b9..8ded85d 100644 --- a/genom.json +++ b/genom.json @@ -20,7 +20,7 @@ "notify":"" }, { - "name":"Pool.sexy", + "name":"POOL.SEXY", "stats":"http://gen.pool.sexy/api/stats", "blocks":"https://gen.pool.sexy/api/blocks", "payments":"https://gen.pool.sexy/api/payments", From 0864577dbc666e4360176760f242c5f452140e7e Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 19:20:12 +0200 Subject: [PATCH 224/277] Update musicoin.json --- musicoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/musicoin.json b/musicoin.json index 027af5c..bfcc9bf 100644 --- a/musicoin.json +++ b/musicoin.json @@ -190,7 +190,7 @@ "notify":"" }, { - "name":"Pool.sexy", + "name":"POOL.SEXY", "stats":"http://music.pool.sexy/api/stats", "blocks":"https://music.pool.sexy/api/blocks", "payments":"https://music.pool.sexy/api/payments", From 7466d1c9b2e554a85162ed263e1e6df9dcdcddf7 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 19:20:26 +0200 Subject: [PATCH 225/277] Update pegascoin.json --- pegascoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pegascoin.json b/pegascoin.json index 835c3c9..3bffa2b 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -60,7 +60,7 @@ "notify":"" }, { - "name":"Pool.sexy", + "name":"POOL.SEXY", "stats":"http://pgc.pool.sexy/api/stats", "blocks":"https://pgc.pool.sexy/api/blocks", "payments":"https://pgc.pool.sexy/api/payments", From 237a3304486674ff453e212c61ed2fb005684a47 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 19:20:42 +0200 Subject: [PATCH 226/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 53a434e..f9f87ed 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -300,7 +300,7 @@ "notify":"" }, { - "name":"Pool.sexy", + "name":"POOL.SEXY", "stats":"http://pirl.pool.sexy/api/stats", "blocks":"https://pirl.pool.sexy/api/blocks", "payments":"https://pirl.pool.sexy/api/payments", From bb8896420e255e2fdfc8c5d8b5eae4539bf95b19 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 16 Apr 2018 19:20:55 +0200 Subject: [PATCH 227/277] Update victorium.json --- victorium.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/victorium.json b/victorium.json index e4148e1..6ad3dc4 100644 --- a/victorium.json +++ b/victorium.json @@ -110,7 +110,7 @@ "notify":"" }, { - "name":"Pool.sexy", + "name":"POOL.SEXY", "stats":"http://vic.pool.sexy/api/stats", "blocks":"https://vic.pool.sexy/api/blocks", "payments":"https://vic.pool.sexy/api/payments", From d172d836c12e3b72041bafe8634bc40cb0cee366 Mon Sep 17 00:00:00 2001 From: slavserver Date: Tue, 17 Apr 2018 23:42:41 +0300 Subject: [PATCH 228/277] Update callisto.json --- callisto.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/callisto.json b/callisto.json index 80855b8..3583de7 100644 --- a/callisto.json +++ b/callisto.json @@ -78,5 +78,16 @@ "miners":"https://clopool.net/api/miners", "url":"clopool.net", "notify":"chainkorea@naver.com" - } + }, + { + "name":"CLONA", + "stats":"http://clona.ru:2003/api/stats", + "blocks":"http://clona.ru:2003/api/blocks", + "payments":"http://clona.ru:2003/api/payments", + "accounts":"http://clona.ru:2003/api/accounts", + "miners":"http://clona.ru:2003/api/miners", + "url":"http://clona.ru:2004", + "notify":"" + }, + ] From 64a39b292d102065f9443332c01da1de1ac02bf4 Mon Sep 17 00:00:00 2001 From: lambrosini Date: Thu, 19 Apr 2018 16:48:15 +0200 Subject: [PATCH 229/277] Fix pegascoin pool.sexy API url --- pegascoin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pegascoin.json b/pegascoin.json index 3bffa2b..7c82f8e 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -61,11 +61,11 @@ }, { "name":"POOL.SEXY", - "stats":"http://pgc.pool.sexy/api/stats", - "blocks":"https://pgc.pool.sexy/api/blocks", - "payments":"https://pgc.pool.sexy/api/payments", - "accounts":"https://pgc.pool.sexy/api/accounts", - "miners":"https://pgc.pool.sexy/api/miners", + "stats":"http://pgc.pool.sexy/api5/stats", + "blocks":"https://pgc.pool.sexy/api5/blocks", + "payments":"https://pgc.pool.sexy/api5/payments", + "accounts":"https://pgc.pool.sexy/api5/accounts", + "miners":"https://pgc.pool.sexy/api5/miners", "url":"pgc.pool.sexy", "notify":"" } From ffa3ca01c177d00169424c44f052701b4a01bd96 Mon Sep 17 00:00:00 2001 From: lambrosini Date: Thu, 19 Apr 2018 16:48:24 +0200 Subject: [PATCH 230/277] Add callisto pool.sexy --- callisto.json | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/callisto.json b/callisto.json index 80855b8..bddb1c9 100644 --- a/callisto.json +++ b/callisto.json @@ -18,7 +18,7 @@ "miners":"https://www.callistopool.io/api/miners", "url":"www.callistopool.io", "notify":"" - }, + }, { "name":"CLOPOOL.PRO", "stats":"https://clopool.pro/api/stats", @@ -28,7 +28,7 @@ "miners":"https://clopool.pro/api/miners", "url":"clopool.pro", "notify":"" - }, + }, { "name":"EPOOL", "stats":"https://clo.epool.io/api/stats", @@ -38,7 +38,7 @@ "miners":"https://clo.epool.io/api/miners", "url":"clo.epool.io", "notify":"" - }, + }, { "name":"CALLISTOPOOL.ORG", "stats":"http://callistopool.org/api/stats", @@ -48,7 +48,7 @@ "miners":"http://callistopool.org/api/miners", "url":"callistopool.org", "notify":"" - }, + }, { "name":"2MINERS", "stats":"https://clo.2miners.com/api/stats", @@ -59,6 +59,16 @@ "url":"clo.2miners.com", "notify":"" }, + { + "name":"POOL.SEXY", + "stats":"http://clo.pool.sexy/api/stats", + "blocks":"https://clo.pool.sexy/api/blocks", + "payments":"https://clo.pool.sexy/api/payments", + "accounts":"https://clo.pool.sexy/api/accounts", + "miners":"https://clo.pool.sexy/api/miners", + "url":"clo.pool.sexy", + "notify":"" + }, { "name":"MOLE-POOL", "stats":"http://clo.mole-pool.net:9393/api/stats", From af99a4e3b510323d127d09f228ac2d3129e72a83 Mon Sep 17 00:00:00 2001 From: "Epool.io" <36386975+epoolio@users.noreply.github.com> Date: Mon, 7 May 2018 16:35:26 -0500 Subject: [PATCH 231/277] Egem Epool.io Update --- egem.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/egem.json b/egem.json index 8f57803..5419c7f 100644 --- a/egem.json +++ b/egem.json @@ -58,6 +58,16 @@ "miners":"http://138.68.40.235:8080/api/miners", "url":"coins.farm", "notify":"" + }, + { + "name":"EPOOL.IO", + "stats":"https://egem.epool.io/api/stats", + "blocks":"https://egem.epool.io/api/blocks", + "payments":"https://egem.epool.io/api/payments", + "accounts":"https://egem.epool.io/api/accounts", + "miners":"https://egem.epool.io/api/miners", + "url":"egem.epool.io", + "notify":"" } ] From d9bfb8f58a40d94d9f4bc8ad03a07392d265d064 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 12 May 2018 16:32:16 +0200 Subject: [PATCH 232/277] Create atheios.json --- atheios.json | 52 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 atheios.json diff --git a/atheios.json b/atheios.json new file mode 100644 index 0000000..76e14dc --- /dev/null +++ b/atheios.json @@ -0,0 +1,52 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://atheios.minerpool.net/api/stats", + "blocks":"http://atheios.minerpool.net/api/blocks", + "payments":"http://atheios.minerpool.net/api/payments", + "accounts":"http://atheios.minerpool.net/api/accounts", + "miners":"http://atheios.minerpool.net/api/miners", + "url":"atheios.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"BYLT", + "stats":"https://ath.bylt.gq/api/stats", + "blocks":"https://ath.bylt.gq/api/blocks", + "payments":"https://ath.bylt.gq/api/payments", + "accounts":"https://ath.bylt.gq/api/accounts", + "miners":"https://ath.bylt.gq/api/miners", + "url":"ath.bylt.gq", + "notify":"" + }, + { + "name":"ALTTANK", + "stats":"http://atheios.alttank.ca/api/stats", + "blocks":"http://atheios.alttank.ca/api/blocks", + "payments":"http://atheios.alttank.ca/api/payments", + "accounts":"http://atheios.alttank.ca/api/accounts", + "miners":"http://atheios.alttank.ca/api/miners", + "url":"atheios.alttank.ca", + "notify":"" + }, + { + "name":"ETHASH", + "stats":"http://ath.ethash.farm/api/stats", + "blocks":"http://ath.ethash.farm/api/blocks", + "payments":"http://ath.ethash.farm/api/payments", + "accounts":"http://ath.ethash.farm/api/accounts", + "miners":"http://ath.ethash.farm/api/miners", + "url":"ath.ethash.farm", + "notify":"" + }, + { + "name":"ATHEIOS.COM", + "stats":"https://pool.atheios.com/api/stats", + "blocks":"https://pool.atheios.com/api/blocks", + "payments":"https://pool.atheios.com/api/payments", + "accounts":"https://pool.atheios.com/api/accounts", + "miners":"https://pool.atheios.com/api/miners", + "url":"pool.atheios.com", + "notify":"" + } +] From e5605c8288e4387e23aee4a020464e25ef519e3c Mon Sep 17 00:00:00 2001 From: mobias <35234784+mobias@users.noreply.github.com> Date: Thu, 17 May 2018 16:11:06 +0500 Subject: [PATCH 233/277] add pirl.alhafeez.tech --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index f9f87ed..f3d1117 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -308,5 +308,15 @@ "miners":"https://pirl.pool.sexy/api/miners", "url":"pirl.pool.sexy", "notify":"" - } + }, + { + "name":"ALHAFEEZ.TECH", + "stats":"https://pirl.alhafeez.tech/api/stats", + "blocks":"https://pirl.alhafeez.tech/api/blocks", + "payments":"https://pirl.alhafeez.tech/api/payments", + "accounts":"https://pirl.alhafeez.tech/api/accounts", + "miners":"https://pirl.alhafeez.tech/api/miners", + "url":"pirl.alhafeez.tech", + "notify":"" + } ] From d6ae1d24a112dfa1e0b388effc82b6689f32950c Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Thu, 17 May 2018 05:36:03 -0700 Subject: [PATCH 234/277] Update egem.json --- egem.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/egem.json b/egem.json index 8f57803..0303189 100644 --- a/egem.json +++ b/egem.json @@ -10,7 +10,7 @@ "notify":"support@minerpool.net" }, { - "name":"EGEM.IO", + "name":"DEV POOL", "stats":"https://pool.egem.io/api/stats", "blocks":"https://pool.egem.io/api/blocks", "payments":"https://pool.egem.io/api/payments", @@ -20,13 +20,13 @@ "notify":"" }, { - "name":"CRYPTOBIT", - "stats":"http://egem.cryptobitpool.eu/api/stats", - "blocks":"http://egem.cryptobitpool.eu/api/blocks", - "payments":"http://egem.cryptobitpool.eu/api/payments", - "accounts":"http://egem.cryptobitpool.eu/api/accounts", - "miners":"http://egem.cryptobitpool.eu/api/miners", - "url":"egem.cryptobitpool.eu", + "name":"DOPEBLOCKS", + "stats":"https://dopeblocks.com/api/stats", + "blocks":"https://dopeblocks.com/api/blocks", + "payments":"https://dopeblocks.com/api/payments", + "accounts":"https://dopeblocks.com/api/accounts", + "miners":"https://dopeblocks.com/api/miners", + "url":"dopeblocks.com", "notify":"" }, { From 183e3da611f859c8fac9f47c7d4cbed976bccec1 Mon Sep 17 00:00:00 2001 From: vbank <36046649+vbank@users.noreply.github.com> Date: Sat, 19 May 2018 01:11:37 +0300 Subject: [PATCH 235/277] Update akroma.json --- akroma.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/akroma.json b/akroma.json index e3c4f52..0dfdb7e 100644 --- a/akroma.json +++ b/akroma.json @@ -128,5 +128,15 @@ "miners":"https://aka.pool.sexy/api/miners", "url":"aka.pool.sexy", "notify":"" + }, + { + "name":"BYLT", + "stats":"https://akroma.bylt.gq/api/stats", + "blocks":"https://akroma.bylt.gq/api/blocks", + "payments":"https://akroma.bylt.gq/api/payments", + "accounts":"https://akroma.bylt.gq/api/accounts", + "miners":"https://akroma.bylt.gq/api/miners", + "url":"akroma.bylt.gq", + "notify":"" } ] From 49cfcf03f115532e7815453f4824aecb0c077ceb Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:22:11 +0200 Subject: [PATCH 236/277] Update atheios.json --- atheios.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/atheios.json b/atheios.json index 76e14dc..82feeee 100644 --- a/atheios.json +++ b/atheios.json @@ -29,16 +29,6 @@ "url":"atheios.alttank.ca", "notify":"" }, - { - "name":"ETHASH", - "stats":"http://ath.ethash.farm/api/stats", - "blocks":"http://ath.ethash.farm/api/blocks", - "payments":"http://ath.ethash.farm/api/payments", - "accounts":"http://ath.ethash.farm/api/accounts", - "miners":"http://ath.ethash.farm/api/miners", - "url":"ath.ethash.farm", - "notify":"" - }, { "name":"ATHEIOS.COM", "stats":"https://pool.atheios.com/api/stats", From b02fbdd1cba16b306b1c5de23ca75b732dc8157b Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:26:00 +0200 Subject: [PATCH 237/277] Update callisto.json --- callisto.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/callisto.json b/callisto.json index 3583de7..40dc294 100644 --- a/callisto.json +++ b/callisto.json @@ -86,7 +86,7 @@ "payments":"http://clona.ru:2003/api/payments", "accounts":"http://clona.ru:2003/api/accounts", "miners":"http://clona.ru:2003/api/miners", - "url":"http://clona.ru:2004", + "url":"clona.ru", "notify":"" }, From 1da7e1489ee4c259efbd99cfd3d8f8538a47e785 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:27:44 +0200 Subject: [PATCH 238/277] Update pirlcoin.json --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index f3d1117..e3760e8 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -318,5 +318,15 @@ "miners":"https://pirl.alhafeez.tech/api/miners", "url":"pirl.alhafeez.tech", "notify":"" - } + }, + { + "name":"ULEYPOOL.COM", + "stats":"http://pirl.uleypool.com:58080/api/stats", + "blocks":"http://pirl.uleypool.com:58080/api/blocks", + "payments":"http://pirl.uleypool.com:58080/api/payments", + "accounts":"http://pirl.uleypool.com:58080/api/accounts", + "miners":"http://pirl.uleypool.com:58080/api/miners", + "url":"pirl.uleypool.com", + "notify":"support@uleypool.com" + } ] From 55327142cc564a5c493b36e5a00666f7b11326eb Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:45:15 +0200 Subject: [PATCH 239/277] Update akroma.json --- akroma.json | 40 ---------------------------------------- 1 file changed, 40 deletions(-) diff --git a/akroma.json b/akroma.json index 0dfdb7e..e546d41 100644 --- a/akroma.json +++ b/akroma.json @@ -49,16 +49,6 @@ "url":"mining.akroma.org", "notify":"" }, - { - "name":"PISTOLCRYPT", - "stats":"http://akroma.pistolcrypt.com/api/stats", - "blocks":"http://akroma.pistolcrypt.com/api/blocks", - "payments":"http://akroma.pistolcrypt.com/api/payments", - "accounts":"http://akroma.pistolcrypt.com/api/accounts", - "miners":"http://akroma.pistolcrypt.com/api/miners", - "url":"akroma.pistolcrypt.com", - "notify":"" - }, { "name":"VIPOOL", "stats":"http://aka.vipool.net/api/stats", @@ -79,36 +69,6 @@ "url":"clona.ru", "notify":"" }, - { - "name":"HYPERHASH", - "stats":"https://aka.hyperhash.net/api9/stats", - "blocks":"https://aka.hyperhash.net/api9/blocks", - "payments":"https://aka.hyperhash.net/api9/payments", - "accounts":"https://aka.hyperhash.net/api9/accounts", - "miners":"https://aka.hyperhash.net/api9/miners", - "url":"aka.hyperhash.net", - "notify":"" - }, - { - "name":"ENCRYPTGLOBE", - "stats":"https://aka.encryptglobe.com/api/stats", - "blocks":"https://aka.encryptglobe.com/api/blocks", - "payments":"https://aka.encryptglobe.com/api/payments", - "accounts":"https://aka.encryptglobe.com/api/accounts", - "miners":"https://aka.encryptglobe.com/api/miners", - "url":"aka.encryptglobe.com", - "notify":"" - }, - { - "name":"CRYPTOBIT", - "stats":"http://akroma.cryptobitpool.eu/api/stats", - "blocks":"http://akroma.cryptobitpool.eu/api/blocks", - "payments":"http://akroma.cryptobitpool.eu/api/payments", - "accounts":"http://akroma.cryptobitpool.eu/api/accounts", - "miners":"http://akroma.cryptobitpool.eu/api/miners", - "url":"akroma.cryptobitpool.eu", - "notify":"" - }, { "name":"2Miners", "stats":"https://aka.2miners.com/api/stats", From fdda5bfc2a4cf7014eb308fc4bc9cef2fc5467f4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:46:28 +0200 Subject: [PATCH 240/277] Update aura.json --- aura.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/aura.json b/aura.json index d953d1c..eea06af 100644 --- a/aura.json +++ b/aura.json @@ -48,15 +48,5 @@ "miners":"http://aura.drowningpool.net:8080/api/miners", "url":"aura.drowningpool.net", "notify":"" - }, - { - "name":"MININGPOOL", - "stats":"http://aura.miningpool.fun/api/stats", - "blocks":"http://aura.miningpool.fun/api/blocks", - "payments":"http://aura.miningpool.fun/api/payments", - "accounts":"http://aura.miningpool.fun/api/accounts", - "miners":"http://aura.miningpool.fun/api/miners", - "url":"aura.miningpool.fun", - "notify":"" } ] From 34979a9ffc6f3c37700f1ba31e51c0686d5ca0a4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:48:06 +0200 Subject: [PATCH 241/277] Update ellaism.json --- ellaism.json | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/ellaism.json b/ellaism.json index c04253d..a154ea7 100644 --- a/ellaism.json +++ b/ellaism.json @@ -19,26 +19,6 @@ "url":"pool.ellaism.org", "notify":"ellaismer@protonmail.ch" }, - { - "name":"ELLAISM.IO", - "stats":"https://pool.ellaism.io/api/stats", - "blocks":"https://pool.ellaism.io/api/blocks", - "payments":"https://pool.ellaism.io/api/payments", - "accounts":"https://pool.ellaism.io/api/accounts", - "miners":"https://pool.ellaism.io/api/miners", - "url":"pool.ellaism.io", - "notify":"foreignfive@gmail.com" - }, - { - "name":"ETHASH-COINS", - "stats":"http://ella.ethash-coins.ru/api/stats", - "blocks":"http://ella.ethash-coins.ru/api/blocks", - "payments":"http://ella.ethash-coins.ru/api/payments", - "accounts":"http://ella.ethash-coins.ru/api/accounts", - "miners":"http://ella.ethash-coins.ru/api/miners", - "url":"ella.ethash-coins.ru", - "notify":"" - }, { "name":"CRYPTOBIT", "stats":"http://ella.cryptobitpool.eu/api/stats", @@ -129,16 +109,6 @@ "url":"clona.ru", "notify":"" }, - { - "name":"TETRAPOOL", - "stats":"https://ellaism.tetrapool.com/api/stats", - "blocks":"https://ellaism.tetrapool.com/api/blocks", - "payments":"https://ellaism.tetrapool.com/api/payments", - "accounts":"https://ellaism.tetrapool.com/api/accounts", - "miners":"https://ellaism.tetrapool.com/api/miners", - "url":"ellaism.tetrapool.com", - "notify":"" - }, { "name":"MEGAPOOL", "stats":"https://megapool.io/api/stats/ella", From d7f3894b3c19191dedc661ac516c1a91f05dde91 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:48:38 +0200 Subject: [PATCH 242/277] Update expanse.json --- expanse.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/expanse.json b/expanse.json index f6e6167..83bc39e 100644 --- a/expanse.json +++ b/expanse.json @@ -9,16 +9,6 @@ "url":"exp.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"REIDOCOIN", - "stats":"https://exp.reidocoin.com.br/api/stats", - "blocks":"https://exp.reidocoin.com.br/api/blocks", - "payments":"https://exp.reidocoin.com.br/api/payments", - "accounts":"https://exp.reidocoin.com.br/api/accounts", - "miners":"https://exp.reidocoin.com.br/api/miners", - "url":"exp.reidocoin.com.br", - "notify":"pool@reidocoin.com.br" - }, { "name":"EXP.POOL", "stats":"http://pool.expanse.tech/api/stats", @@ -29,16 +19,6 @@ "url":"pool.expanse.tech", "notify":"" }, - { - "name":"MINANDOANDO", - "stats":"http://exp.minandoando.com/api/stats", - "blocks":"http://exp.minandoando.com/api/blocks", - "payments":"http://exp.minandoando.com/api/payments", - "accounts":"http://exp.minandoando.com/api/accounts", - "miners":"http://exp.minandoando.com/api/miners", - "url":"exp.minandoando.com", - "notify":"" - }, { "name":"CLONA.RU", "stats":"http://clona.ru:2828/api/stats", From a8d2dd7c0184da2859c2568d137a8424b5ef9590 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:49:28 +0200 Subject: [PATCH 243/277] Update hotelbyte.json --- hotelbyte.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/hotelbyte.json b/hotelbyte.json index 567ede2..79abf4c 100644 --- a/hotelbyte.json +++ b/hotelbyte.json @@ -9,16 +9,6 @@ "url":"hotelbyte.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"HBC OFFICIAL", - "stats":"https://api.openminingpool.org/api/stats", - "blocks":"https://api.openminingpool.org/api/blocks", - "payments":"https://api.openminingpool.org/api/payments", - "accounts":"https://api.openminingpool.org/api/accounts", - "miners":"https://api.openminingpool.org/api/miners", - "url":"hbc.openminingpool.org", - "notify":"" - }, { "name":"LUCKYPOOL", "stats":"https://hbc.luckypool.io/api/api/stats", From 16e560169148788a59d6386381bbfe8624310e7b Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:49:50 +0200 Subject: [PATCH 244/277] Update mix.json --- mix.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mix.json b/mix.json index a87076c..fbb272e 100644 --- a/mix.json +++ b/mix.json @@ -9,16 +9,6 @@ "url":"mix.minerpool.net", "notify":"support@minerpool.net" }, - { - "name":"ENCRYPTGLOBE", - "stats":"https://mix.encryptglobe.com/api/stats", - "blocks":"https://mix.encryptglobe.com/api/blocks", - "payments":"https://mix.encryptglobe.com/api/payments", - "accounts":"https://mix.encryptglobe.com/api/accounts", - "miners":"https://mix.encryptglobe.com/api/miners", - "url":"mix.encryptglobe.com", - "notify":"" - }, { "name":"PSDEV.IO", "stats":"http://mix.psdev.io/api/stats", From 2e1800835c90a05387dc85db82fbc79f18b85f64 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:50:26 +0200 Subject: [PATCH 245/277] Update musicoin.json --- musicoin.json | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/musicoin.json b/musicoin.json index bfcc9bf..f02033c 100644 --- a/musicoin.json +++ b/musicoin.json @@ -119,26 +119,6 @@ "url":"mc.minershq.net", "notify":"" }, - { - "name":"DROWNINGPOOL", - "stats":"http://www.drowningpool.net/api/stats", - "blocks":"http://www.drowningpool.net/api/blocks", - "payments":"http://www.drowningpool.net/api/payments", - "accounts":"http://www.drowningpool.net/api/accounts", - "miners":"http://www.drowningpool.net/api/miners", - "url":"www.drowningpool.net", - "notify":"" - }, - { - "name":"CRYPTOSHIFT", - "stats":"http://music.cryptoshift.co.za/api/stats", - "blocks":"http://music.cryptoshift.co.za/api/blocks", - "payments":"http://music.cryptoshift.co.za/api/payments", - "accounts":"http://music.cryptoshift.co.za/api/accounts", - "miners":"http://music.cryptoshift.co.za/api/miners", - "url":"music.cryptoshift.co.za", - "notify":"" - }, { "name":"COINSFARM", "stats":"http://musicpool.rig-share.com:8080/api/stats", From 089869cc979925aff8a39e5d621c03a16554396a Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:50:55 +0200 Subject: [PATCH 246/277] Update nekonium.json --- nekonium.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/nekonium.json b/nekonium.json index 44cd917..21a0289 100644 --- a/nekonium.json +++ b/nekonium.json @@ -49,16 +49,6 @@ "url":"nuko.mofumofu.me", "notify":"" }, - { - "name":"ETHASH-COINS", - "stats":"http://nuko.ethash-coins.ru/api/stats", - "blocks":"http://nuko.ethash-coins.ru/api/blocks", - "payments":"http://nuko.ethash-coins.ru/api/payments", - "accounts":"http://nuko.ethash-coins.ru/api/accounts", - "miners":"http://nuko.ethash-coins.ru/api/miners", - "url":"nuko.ethash-coins.ru", - "notify":"" - }, { "name":"NEKONIUM-POOL", "stats":"http://www.nekonium-pool.com/api/stats", From 5ad0f18785864f7a159667ad976bce3e76373d57 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:51:29 +0200 Subject: [PATCH 247/277] Update nodez.json --- nodez.json | 51 +-------------------------------------------------- 1 file changed, 1 insertion(+), 50 deletions(-) diff --git a/nodez.json b/nodez.json index 4b6e26f..41b42e6 100644 --- a/nodez.json +++ b/nodez.json @@ -1,52 +1,3 @@ [ - { - "name":"MINERPOOL.NET", - "stats":"http://nodez.minerpool.net/api/stats", - "blocks":"http://nodez.minerpool.net/api/blocks", - "payments":"http://nodez.minerpool.net/api/payments", - "accounts":"http://nodez.minerpool.net/api/accounts", - "miners":"http://nodez.minerpool.net/api/miners", - "url":"nodez.minerpool.net", - "notify":"support@minerpool.net" - }, - { - "name":"HODLPOOL", - "stats":"http://ndz.hodlpool.com/api/stats", - "blocks":"http://ndz.hodlpool.com/api/blocks", - "payments":"http://ndz.hodlpool.com/api/payments", - "accounts":"http://ndz.hodlpool.com/api/accounts", - "miners":"http://ndz.hodlpool.com/api/miners", - "url":"ndz.hodlpool.com", - "notify":"" - }, - { - "name":"MINERTOPIA", - "stats":"http://nodez.minertopia.org/api/stats", - "blocks":"http://nodez.minertopia.org/api/blocks", - "payments":"http://nodez.minertopia.org/api/payments", - "accounts":"http://nodez.minertopia.org/api/accounts", - "miners":"http://nodez.minertopia.org/api/miners", - "url":"nodez.minertopia.org", - "notify":"" - }, - { - "name":"PISTOLCRYPT", - "stats":"http://nodez.pistolcrypt.com/api/stats", - "blocks":"http://nodez.pistolcrypt.com/api/blocks", - "payments":"http://nodez.pistolcrypt.com/api/payments", - "accounts":"http://nodez.pistolcrypt.com/api/accounts", - "miners":"http://nodez.pistolcrypt.com/api/miners", - "url":"nodez.pistolcrypt.com", - "notify":"" - }, - { - "name":"CRYPTOPROS", - "stats":"https://nodez.cryptopros.us/api/stats", - "blocks":"https://nodez.cryptopros.us/api/blocks", - "payments":"https://nodez.cryptopros.us/api/payments", - "accounts":"https://nodez.cryptopros.us/api/accounts", - "miners":"https://nodez.cryptopros.us/api/miners", - "url":"nodez.cryptopros.us", - "notify":"" - } + ] From f4495c5540a2079e8932dc7a6e3721d35b376d49 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:52:07 +0200 Subject: [PATCH 248/277] Update pegascoin.json --- pegascoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pegascoin.json b/pegascoin.json index 7c82f8e..896a43c 100644 --- a/pegascoin.json +++ b/pegascoin.json @@ -29,16 +29,6 @@ "url":"pgc.coin-miners.info", "notify":"" }, - { - "name":"ETHASH-COINS", - "stats":"http://pgc.ethash-coins.ru/api/stats", - "blocks":"http://pgc.ethash-coins.ru/api/blocks", - "payments":"http://pgc.ethash-coins.ru/api/payments", - "accounts":"http://pgc.ethash-coins.ru/api/accounts", - "miners":"http://pgc.ethash-coins.ru/api/miners", - "url":"pgc.ethash-coins.ru", - "notify":"" - }, { "name":"PEGASPOOL", "stats":"http://pegascoin.xyz/api/stats", From 327532895c286ba1ed4f82f7c8a3930736d3f9c0 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:53:57 +0200 Subject: [PATCH 249/277] Update pirlcoin.json --- pirlcoin.json | 80 --------------------------------------------------- 1 file changed, 80 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index e3760e8..307af3c 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -9,16 +9,6 @@ "url":"pirl.minerpool.net", "notify":"" }, - { - "name":"HPPCG", - "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", - "blocks":"https://us-nj-01.pools.hppcg.com/pirl/api/blocks", - "payments":"https://us-nj-01.pools.hppcg.com/pirl/api/payments", - "accounts":"https://us-nj-01.pools.hppcg.com/pirl/api/accounts", - "miners":"https://us-nj-01.pools.hppcg.com/pirl/api/miners", - "url":"pools.hppcg.com", - "notify":"" - }, { "name":"MOLE-POOL", "stats":"http://109.70.186.58:3020/api/stats", @@ -29,16 +19,6 @@ "url":"mole-pool.net", "notify":"" }, - { - "name":"ETHASH-COINS", - "stats":"http://pirl.ethash-coins.ru/api/stats", - "blocks":"http://pirl.ethash-coins.ru/api/blocks", - "payments":"http://pirl.ethash-coins.ru/api/payments", - "accounts":"http://pirl.ethash-coins.ru/api/accounts", - "miners":"http://pirl.ethash-coins.ru/api/miners", - "url":"pirl.ethash-coins.ru", - "notify":"" - }, { "name":"COINMINER", "stats":"http://pirl.coinminer.space/api/stats", @@ -129,16 +109,6 @@ "url":"pirl.baikalmine.ru", "notify":"" }, - { - "name":"BOBA", - "stats":"http://pirl.boba.vn/api/stats", - "blocks":"http://pirl.boba.vn/api/blocks", - "payments":"http://pirl.boba.vn/api/payments", - "accounts":"http://pirl.boba.vn/api/accounts", - "miners":"http://pirl.boba.vn/api/miners", - "url":"pirl.boba.vn", - "notify":"" - }, { "name":"SHOCKCOIN", "stats":"http://pirl.shockcoin.com/api/stats", @@ -169,16 +139,6 @@ "url":"pirl.mypool.online", "notify":"support@mypool.online" }, - { - "name":"MINEALLTHECOINS", - "stats":"http://api.pirl.mineallthecoins.com/api/stats", - "blocks":"http://api.pirl.mineallthecoins.com/api/blocks", - "payments":"http://api.pirl.mineallthecoins.com/api/payments", - "accounts":"http://api.pirl.mineallthecoins.com/api/accounts", - "miners":"http://api.pirl.mineallthecoins.com/api/miners", - "url":"api.pirl.mineallthecoins.com", - "notify":"" - }, { "name":"2MINERS", "stats":"https://pirl.2miners.com/api/stats", @@ -189,16 +149,6 @@ "url":"2miners.com", "notify":"support@2miners.com" }, - { - "name":"AUSTRALIANPIRLPOOL", - "stats":"http://australianpirlpool.info/api/stats", - "blocks":"http://australianpirlpool.info/api/blocks", - "payments":"http://australianpirlpool.info/api/payments", - "accounts":"http://australianpirlpool.info/api/accounts", - "miners":"http://australianpirlpool.info/api/miners", - "url":"australianpirlpool.info", - "notify":"" - }, { "name":"CLONA", "stats":"http://clona.ru:4012/api/stats", @@ -209,16 +159,6 @@ "url":"clona.ru", "notify":"" }, - { - "name":"MINER-POOL.COM", - "stats":"http://pirl.miner-pool.com/api/stats", - "blocks":"http://pirl.miner-pool.com/api/blocks", - "payments":"http://pirl.miner-pool.com/api/payments", - "accounts":"http://pirl.miner-pool.com/api/accounts", - "miners":"http://pirl.miner-pool.com/api/miners", - "url":"pirl.miner-pool.com", - "notify":"" - }, { "name":"PIRL.SPACE", "stats":"http://pirl.space/api/stats", @@ -269,16 +209,6 @@ "url":"pirl-pplns.cryptodig.ru", "notify":"" }, - { - "name":"MINANDOANDO.COM", - "stats":"http://pirl.minandoando.com/api/stats", - "blocks":"http://pirl.minandoando.com/api/blocks", - "payments":"http://pirl.minandoando.com/api/payments", - "accounts":"http://pirl.minandoando.com/api/accounts", - "miners":"http://pirl.minandoando.com/api/miners", - "url":"pirl.minandoando.com", - "notify":"" - }, { "name":"RUBPOOL.COM", "stats":"http://pirl.rubpool.com/api/stats", @@ -309,16 +239,6 @@ "url":"pirl.pool.sexy", "notify":"" }, - { - "name":"ALHAFEEZ.TECH", - "stats":"https://pirl.alhafeez.tech/api/stats", - "blocks":"https://pirl.alhafeez.tech/api/blocks", - "payments":"https://pirl.alhafeez.tech/api/payments", - "accounts":"https://pirl.alhafeez.tech/api/accounts", - "miners":"https://pirl.alhafeez.tech/api/miners", - "url":"pirl.alhafeez.tech", - "notify":"" - }, { "name":"ULEYPOOL.COM", "stats":"http://pirl.uleypool.com:58080/api/stats", From 4f7bf2d6a26c3653c708967bdda7ae43628eaa48 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:55:26 +0200 Subject: [PATCH 250/277] Update pirlcoin.json --- pirlcoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index 307af3c..dbc5471 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -170,16 +170,6 @@ "notify":"" }, { - "name":"PIRLMINE", - "stats":"http://pirlmine.com/api/stats", - "blocks":"http://pirlmine.com/api/blocks", - "payments":"http://pirlmine.com/api/payments", - "accounts":"http://pirlmine.com/api/accounts", - "miners":"http://pirlmine.com/api/miners", - "url":"pirlmine.com", - "notify":"" - }, - { "name":"MEGAPOOL", "stats":"https://megapool.io/api/stats/pirl", "blocks":"https://megapool.io/api/blocks/pirl", From 0906219a07cf80185002d6fde601d8c8d02d33a8 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:56:51 +0200 Subject: [PATCH 251/277] Update victorium.json --- victorium.json | 60 -------------------------------------------------- 1 file changed, 60 deletions(-) diff --git a/victorium.json b/victorium.json index 6ad3dc4..97470f3 100644 --- a/victorium.json +++ b/victorium.json @@ -19,16 +19,6 @@ "url":"vic.minerpool.net", "notify":"" }, - { - "name":"HASHGANG", - "stats":"http://vic.hashgang.io/api/stats", - "blocks":"http://vic.hashgang.io/api/blocks", - "payments":"http://vic.hashgang.io/api/payments", - "accounts":"http://vic.hashgang.io/api/accounts", - "miners":"http://vic.hashgang.io/api/miners", - "url":"vic.hashgang.io", - "notify":"" - }, { "name":"ALTPOOL", "stats":"http://vic.altpool.pro/api/stats", @@ -39,16 +29,6 @@ "url":"vic.altpool.pro", "notify":"" }, - { - "name":"BAIKALMINE", - "stats":"http://vic.baikalmine.com/api/stats", - "blocks":"http://vic.baikalmine.com/api/blocks", - "payments":"http://vic.baikalmine.com/api/payments", - "accounts":"http://vic.baikalmine.com/api/accounts", - "miners":"http://vic.baikalmine.com/api/miners", - "url":"vic.baikalmine.com", - "notify":"" - }, { "name":"CLONA", "stats":"http://clona.ru:9002/api/stats", @@ -59,26 +39,6 @@ "url":"clona.ru", "notify":"" }, - { - "name":"ETHASH-COINS", - "stats":"http://vic.ethash-coins.ru/api/stats", - "blocks":"http://vic.ethash-coins.ru/api/blocks", - "payments":"http://vic.ethash-coins.ru/api/payments", - "accounts":"http://vic.ethash-coins.ru/api/accounts", - "miners":"http://vic.ethash-coins.ru/api/miners", - "url":"vic.ethash-coins.ru", - "notify":"" - }, - { - "name":"HASHING.PARTY", - "stats":"http://vic.hashing.party/api/stats", - "blocks":"http://vic.hashing.party/api/blocks", - "payments":"http://vic.hashing.party/api/payments", - "accounts":"http://vic.hashing.party/api/accounts", - "miners":"http://vic.hashing.party/api/miners", - "url":"vic.hashing.party", - "notify":"" - }, { "name":"MOLE-POOL", "stats":"http://vic.mole-pool.net/api/stats", @@ -89,26 +49,6 @@ "url":"vic.mole-pool.net", "notify":"" }, - { - "name":"HASHINGPOOL", - "stats":"http://vic.hashingpool.party/api/stats", - "blocks":"http://vic.hashingpool.party/api/blocks", - "payments":"http://vic.hashingpool.party/api/payments", - "accounts":"http://vic.hashingpool.party/api/accounts", - "miners":"http://vic.hashingpool.party/api/miners", - "url":"vic.hashingpool.party", - "notify":"" - }, - { - "name":"ENCRYPTGLOBE", - "stats":"http://vic.encryptglobe.com/api/stats", - "blocks":"http://vic.encryptglobe.com/api/blocks", - "payments":"http://vic.encryptglobe.com/api/payments", - "accounts":"http://vic.encryptglobe.com/api/accounts", - "miners":"http://vic.encryptglobe.com/api/miners", - "url":"VIC.ENCRYPTGLOBE.COM", - "notify":"" - }, { "name":"POOL.SEXY", "stats":"http://vic.pool.sexy/api/stats", From 93f21e29f21ab61fe50ac037ad4e2690914769ee Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 21 May 2018 11:57:10 +0200 Subject: [PATCH 252/277] Update whalecoin.json --- whalecoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index 4272113..d1f7607 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -29,16 +29,6 @@ "url":"wc.zet-tech.eu", "notify":"" }, - { - "name":"GPUMINE", - "stats":"https://whl-tw.gpumine.org/api/stats", - "blocks":"https://whl-tw.gpumine.org/api/blocks", - "payments":"https://whl-tw.gpumine.org/api/payments", - "accounts":"https://whl-tw.gpumine.org/api/accounts", - "miners":"https://whl-tw.gpumine.org/api/miners", - "url":"whl-tw.gpumine.org", - "notify":"" - }, { "name":"2MINERS", "stats":"https://solo-whl.2miners.com/api/stats", From 68bfa0a500e73de5128a01abac3c378a2414e645 Mon Sep 17 00:00:00 2001 From: Dmitry Pustovoyt <39483703+upoolin@users.noreply.github.com> Date: Mon, 21 May 2018 13:09:24 +0300 Subject: [PATCH 253/277] Update pirlcoin.json Please add mining pool for pirl https://pirl.upool.in --- pirlcoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/pirlcoin.json b/pirlcoin.json index dbc5471..35c5ee9 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -238,5 +238,15 @@ "miners":"http://pirl.uleypool.com:58080/api/miners", "url":"pirl.uleypool.com", "notify":"support@uleypool.com" + }, + { + "name":"UPool.in Crypto World", + "stats":"https://pirl.upool.in/api/stats", + "blocks":"https://pirl.upool.in/api/blocks", + "payments":"https://pirl.upool.in/api/payments", + "accounts":"https://pirl.upool.in/api/accounts", + "miners":"https://pirl.upool.in/api/miners", + "url":"pirl.upool.in", + "notify":"upool.in@gmail.com" } ] From 786a0a5a0c7e19d66ed61dfdf3c44d20ea2f9ff4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 22 May 2018 11:32:40 +0200 Subject: [PATCH 254/277] Update pirlcoin.json --- pirlcoin.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index 35c5ee9..e0147e8 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -240,7 +240,7 @@ "notify":"support@uleypool.com" }, { - "name":"UPool.in Crypto World", + "name":"UPOOL", "stats":"https://pirl.upool.in/api/stats", "blocks":"https://pirl.upool.in/api/blocks", "payments":"https://pirl.upool.in/api/payments", From 4d704db5ae7024828f13f9f415bfde31646a9710 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Tue, 22 May 2018 11:33:58 +0200 Subject: [PATCH 255/277] Update egem.json --- egem.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/egem.json b/egem.json index 6366a03..0303189 100644 --- a/egem.json +++ b/egem.json @@ -58,16 +58,6 @@ "miners":"http://138.68.40.235:8080/api/miners", "url":"coins.farm", "notify":"" - }, - { - "name":"EPOOL.IO", - "stats":"https://egem.epool.io/api/stats", - "blocks":"https://egem.epool.io/api/blocks", - "payments":"https://egem.epool.io/api/payments", - "accounts":"https://egem.epool.io/api/accounts", - "miners":"https://egem.epool.io/api/miners", - "url":"egem.epool.io", - "notify":"" } ] From 3595dbf9d6e36f806a195444381616c36a5f0345 Mon Sep 17 00:00:00 2001 From: Nikolay Pustynnikov Date: Tue, 22 May 2018 15:55:22 +0300 Subject: [PATCH 256/277] Update callisto.json --- callisto.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/callisto.json b/callisto.json index 6b9b1ba..3995ac5 100644 --- a/callisto.json +++ b/callisto.json @@ -99,5 +99,25 @@ "url":"clona.ru", "notify":"" }, + { + "name":"Ethash PPLNS", + "stats":"http://clo.ethash.farm/api/stats", + "blocks":"http://clo.ethash.farm/api/blocks", + "payments":"http://clo.ethash.farm/api/payments", + "accounts":"http://clo.ethash.farm/api/accounts", + "miners":"http://clo.ethash.farm/api/miners", + "url":"clo.ethash.farm", + "notify":"" + }, + { + "name":"Ethash SOLO", + "stats":"http://solo-clo.ethash.farm/api/stats", + "blocks":"http://solo-clo.ethash.farm/api/blocks", + "payments":"http://solo-clo.ethash.farm/api/payments", + "accounts":"http://solo-clo.ethash.farm/api/accounts", + "miners":"http://solo-clo.ethash.farm/api/miners", + "url":"solo-clo.ethash.farm", + "notify":"" + }, ] From 39eb0c326b681adde49a342fc4f06dcee665b5a9 Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Tue, 22 May 2018 06:58:15 -0700 Subject: [PATCH 257/277] Update egem.json --- egem.json | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/egem.json b/egem.json index 0303189..1f47a16 100644 --- a/egem.json +++ b/egem.json @@ -58,6 +58,17 @@ "miners":"http://138.68.40.235:8080/api/miners", "url":"coins.farm", "notify":"" + }, + { + "name":"CLONA.RU (SOLO)", + "stats":"http://clona.ru:5101/api/stats", + "blocks":"http://clona.ru:5101/api/blocks", + "payments":"http://clona.ru:5101/api/payments", + "accounts":"http://clona.ru:5101/api/accounts", + "miners":"http://clona.ru:5101/api/miners", + "url":"coins.farm", + "notify":"" } + ] From bdb69d69e018fd5f0caabadb7c273442c6e1bf32 Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Tue, 22 May 2018 07:03:03 -0700 Subject: [PATCH 258/277] Update egem.json --- egem.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/egem.json b/egem.json index 1f47a16..2ccb763 100644 --- a/egem.json +++ b/egem.json @@ -66,7 +66,17 @@ "payments":"http://clona.ru:5101/api/payments", "accounts":"http://clona.ru:5101/api/accounts", "miners":"http://clona.ru:5101/api/miners", - "url":"coins.farm", + "url":"clona.ru:5101", + "notify":"" + }, + { + "name":"ETHASH.FARM", + "stats":"http://egem.ethash.farm/api/stats", + "blocks":"http://egem.ethash.farm/api/blocks", + "payments":"http://egem.ethash.farm/api/payments", + "accounts":"http://egem.ethash.farm/api/accounts", + "miners":"http://egem.ethash.farm/api/miners", + "url":"egem.ethash.farm", "notify":"" } From 8d4cfd707ae89f6cb708209e10416218a6800f28 Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Tue, 22 May 2018 07:14:16 -0700 Subject: [PATCH 259/277] Update egem.json --- egem.json | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/egem.json b/egem.json index 2ccb763..493ba02 100644 --- a/egem.json +++ b/egem.json @@ -68,17 +68,6 @@ "miners":"http://clona.ru:5101/api/miners", "url":"clona.ru:5101", "notify":"" - }, - { - "name":"ETHASH.FARM", - "stats":"http://egem.ethash.farm/api/stats", - "blocks":"http://egem.ethash.farm/api/blocks", - "payments":"http://egem.ethash.farm/api/payments", - "accounts":"http://egem.ethash.farm/api/accounts", - "miners":"http://egem.ethash.farm/api/miners", - "url":"egem.ethash.farm", - "notify":"" - } - + } ] From 227ab7a2171e692b146ce5524b064ba01b6d732c Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Tue, 22 May 2018 07:45:06 -0700 Subject: [PATCH 260/277] Update egem.json --- egem.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/egem.json b/egem.json index 493ba02..96a5c27 100644 --- a/egem.json +++ b/egem.json @@ -68,6 +68,16 @@ "miners":"http://clona.ru:5101/api/miners", "url":"clona.ru:5101", "notify":"" + }, + { + "name":"CUBEPOOL.TK", + "stats":"https://egem.cubepool.tk/api/stats", + "blocks":"https://egem.cubepool.tk/api/blocks", + "payments":"https://egem.cubepool.tk/api/payments", + "accounts":"https://egem.cubepool.tk/api/accounts", + "miners":"https://egem.cubepool.tk/api/miners", + "url":"egem.cubepool.tk", + "notify":"" } ] From 08d7a10de41e3454f8068aebd10cd8b457353b32 Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Tue, 22 May 2018 14:12:27 -0700 Subject: [PATCH 261/277] Update egem.json --- egem.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/egem.json b/egem.json index 96a5c27..3331284 100644 --- a/egem.json +++ b/egem.json @@ -78,6 +78,16 @@ "miners":"https://egem.cubepool.tk/api/miners", "url":"egem.cubepool.tk", "notify":"" - } + }, + { + "name":"UPOOL.IN", + "stats":"https://egem.upool.in/api/stats", + "blocks":"https://egem.upool.in/api/blocks", + "payments":"https://egem.upool.in/api/payments", + "accounts":"https://egem.upool.in/api/accounts", + "miners":"https://egem.upool.in/api/miners", + "url":"egem.upool.in", + "notify":"" + } ] From 52755f545413964f7df953d6e002f63b3515e2e2 Mon Sep 17 00:00:00 2001 From: Derek May <32908855+riddlez666@users.noreply.github.com> Date: Tue, 22 May 2018 14:23:18 -0700 Subject: [PATCH 262/277] Update egem.json --- egem.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/egem.json b/egem.json index 3331284..b5b4347 100644 --- a/egem.json +++ b/egem.json @@ -88,6 +88,16 @@ "miners":"https://egem.upool.in/api/miners", "url":"egem.upool.in", "notify":"" + }, + { + "name":"ETHASH.FARM", + "stats":"http://egem.ethash.farm/api/stats", + "blocks":"http://egem.ethash.farm/api/blocks", + "payments":"http://egem.ethash.farm/api/payments", + "accounts":"http://egem.ethash.farm/api/accounts", + "miners":"http://egem.ethash.farm/api/miners", + "url":"egem.ethash.farm", + "notify":"" } ] From 94b916b4ed238aaf56359318e557a1dfa74bb953 Mon Sep 17 00:00:00 2001 From: Brian Bowen Date: Wed, 23 May 2018 18:28:49 -0500 Subject: [PATCH 263/277] please add cryptopools.info to atheios Thanks :) --- atheios.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/atheios.json b/atheios.json index 82feeee..084959c 100644 --- a/atheios.json +++ b/atheios.json @@ -38,5 +38,15 @@ "miners":"https://pool.atheios.com/api/miners", "url":"pool.atheios.com", "notify":"" + }, + { + "name":"CryptoPools.info", + "stats":"https://atheios.cryptopools.info/api/stats", + "blocks":"https://atheios.cryptopools.info/api/blocks", + "payments":"https://atheios.cryptopools.info/api/payments", + "accounts":"https://atheios.cryptopools.info/api/accounts", + "miners":"https://atheios.cryptopools.info/api/miners", + "url":"atheios.cryptopools.info", + "notify":"" } ] From 519a9c83a0c340fc3d1c7eca56975f8d7aa12566 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 28 May 2018 01:28:55 +0200 Subject: [PATCH 264/277] Create etho.json --- etho.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 etho.json diff --git a/etho.json b/etho.json new file mode 100644 index 0000000..bdebc91 --- /dev/null +++ b/etho.json @@ -0,0 +1,12 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://etho.minerpool.net/api/stats", + "blocks":"http://etho.minerpool.net/api/blocks", + "payments":"http://etho.minerpool.net/api/payments", + "accounts":"http://etho.minerpool.net/api/accounts", + "miners":"http://etho.minerpool.net/api/miners", + "url":"etho.minerpool.net", + "notify":"support@minerpool.net" + } + ] From a3cf0ff292c8156115cc6ce149587657291244b2 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 28 May 2018 01:45:39 +0200 Subject: [PATCH 265/277] Update etho.json --- etho.json | 60 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/etho.json b/etho.json index bdebc91..4e751db 100644 --- a/etho.json +++ b/etho.json @@ -8,5 +8,65 @@ "miners":"http://etho.minerpool.net/api/miners", "url":"etho.minerpool.net", "notify":"support@minerpool.net" + }, + { + "name":"POOL.SEXY", + "stats":"http://etho.pool.sexy/api/stats", + "blocks":"http://etho.pool.sexy/api/blocks", + "payments":"http://etho.pool.sexy/api/payments", + "accounts":"http://etho.pool.sexy/api/accounts", + "miners":"http://etho.pool.sexy/api/miners", + "url":"etho.pool.sexy", + "notify":"" + }, + { + "name":"ETHER1", + "stats":"http://pool.ether1.org/api/stats", + "blocks":"http://pool.ether1.org/api/blocks", + "payments":"http://pool.ether1.org/api/payments", + "accounts":"http://pool.ether1.org/api/accounts", + "miners":"http://pool.ether1.org/api/miners", + "url":"pool.ether1.org", + "notify":"" + }, + { + "name":"WEEMINEPOOL", + "stats":"http://ether1.weeminepool.com/api/stats", + "blocks":"http://ether1.weeminepool.com/api/blocks", + "payments":"http://ether1.weeminepool.com/api/payments", + "accounts":"http://ether1.weeminepool.com/api/accounts", + "miners":"http://ether1.weeminepool.com/api/miners", + "url":"ether1.weeminepool.com", + "notify":"" + }, + { + "name":"BYLT", + "stats":"https://etho.bylt.gq/api/stats", + "blocks":"https://etho.bylt.gq/api/blocks", + "payments":"https://etho.bylt.gq/api/payments", + "accounts":"https://etho.bylt.gq/api/accounts", + "miners":"https://etho.bylt.gq/api/miners", + "url":"etho.bylt.gq", + "notify":"" + }, + { + "name":"MINE-THIS", + "stats":"http://etherone.mine-this.com/api/stats", + "blocks":"http://etherone.mine-this.com/api/blocks", + "payments":"http://etherone.mine-this.com/api/payments", + "accounts":"http://etherone.mine-this.com/api/accounts", + "miners":"http://etherone.mine-this.com/api/miners", + "url":"etherone.mine-this.com", + "notify":"" + }, + { + "name":"ETHASHMINES", + "stats":"http://ether1.ethashmines.com/api/stats", + "blocks":"http://ether1.ethashmines.com/api/blocks", + "payments":"http://ether1.ethashmines.com/api/payments", + "accounts":"http://ether1.ethashmines.com/api/accounts", + "miners":"http://ether1.ethashmines.com/api/miners", + "url":"ether1.ethashmines.com", + "notify":"" } ] From 5c587b440316757c642d7fd7118a5b6b32d3e1de Mon Sep 17 00:00:00 2001 From: Alexander Haslam Date: Mon, 28 May 2018 03:07:31 -0700 Subject: [PATCH 266/277] Fix removal of hppcg pool --- pirlcoin.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/pirlcoin.json b/pirlcoin.json index e0147e8..9178fba 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -248,5 +248,15 @@ "miners":"https://pirl.upool.in/api/miners", "url":"pirl.upool.in", "notify":"upool.in@gmail.com" - } + }, + { + "name":"HPPCG", + "stats":"https://us-nj-01.pools.hppcg.com/pirl/api/stats", + "blocks":"https://us-nj-01.pools.hppcg.com/pirl/api/blocks", + "payments":"https://us-nj-01.pools.hppcg.com/pirl/api/payments", + "accounts":"https://us-nj-01.pools.hppcg.com/pirl/api/accounts", + "miners":"https://us-nj-01.pools.hppcg.com/pirl/api/miners", + "url":"pools.hppcg.com", + "notify":"" + } ] From fb4412afd4f13107d026508bc9161176c0d8d037 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:40:26 +0200 Subject: [PATCH 267/277] Update callisto.json --- callisto.json | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/callisto.json b/callisto.json index 3995ac5..5c071bb 100644 --- a/callisto.json +++ b/callisto.json @@ -100,24 +100,13 @@ "notify":"" }, { - "name":"Ethash PPLNS", + "name":"ETHASH", "stats":"http://clo.ethash.farm/api/stats", "blocks":"http://clo.ethash.farm/api/blocks", "payments":"http://clo.ethash.farm/api/payments", "accounts":"http://clo.ethash.farm/api/accounts", "miners":"http://clo.ethash.farm/api/miners", - "url":"clo.ethash.farm", + "url":"ethash.farm", "notify":"" - }, - { - "name":"Ethash SOLO", - "stats":"http://solo-clo.ethash.farm/api/stats", - "blocks":"http://solo-clo.ethash.farm/api/blocks", - "payments":"http://solo-clo.ethash.farm/api/payments", - "accounts":"http://solo-clo.ethash.farm/api/accounts", - "miners":"http://solo-clo.ethash.farm/api/miners", - "url":"solo-clo.ethash.farm", - "notify":"" - }, - + } ] From aae151380ec285929bd6df2106adcfc95680331c Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:42:15 +0200 Subject: [PATCH 268/277] Update egem.json --- egem.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/egem.json b/egem.json index b5b4347..ca63715 100644 --- a/egem.json +++ b/egem.json @@ -60,13 +60,13 @@ "notify":"" }, { - "name":"CLONA.RU (SOLO)", + "name":"CLONA.RU", "stats":"http://clona.ru:5101/api/stats", "blocks":"http://clona.ru:5101/api/blocks", "payments":"http://clona.ru:5101/api/payments", "accounts":"http://clona.ru:5101/api/accounts", "miners":"http://clona.ru:5101/api/miners", - "url":"clona.ru:5101", + "url":"clona.ru", "notify":"" }, { From 56c55dabad35fbf21a6a4551b89a4696357b3a9c Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:44:17 +0200 Subject: [PATCH 269/277] Update egem.json --- egem.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/egem.json b/egem.json index ca63715..7896096 100644 --- a/egem.json +++ b/egem.json @@ -98,6 +98,16 @@ "miners":"http://egem.ethash.farm/api/miners", "url":"egem.ethash.farm", "notify":"" + }, + { + "name":"BYLT", + "stats":"https://egem.bylt.gq/api/stats", + "blocks":"https://egem.bylt.gq/api/blocks", + "payments":"https://egem.bylt.gq/api/payments", + "accounts":"https://egem.bylt.gq/api/accounts", + "miners":"https://egem.bylt.gq/api/miners", + "url":"bylt.gq", + "notify":"" } ] From 7367ed5bdc90bdcbda3a7e11b646aca0ab1e32ab Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:44:55 +0200 Subject: [PATCH 270/277] Update atheios.json --- atheios.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/atheios.json b/atheios.json index 084959c..7e794de 100644 --- a/atheios.json +++ b/atheios.json @@ -40,7 +40,7 @@ "notify":"" }, { - "name":"CryptoPools.info", + "name":"CRYPTOPOOLS", "stats":"https://atheios.cryptopools.info/api/stats", "blocks":"https://atheios.cryptopools.info/api/blocks", "payments":"https://atheios.cryptopools.info/api/payments", From ce529c6f5bb2239c83e30148294fdb47c1097ae4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:46:29 +0200 Subject: [PATCH 271/277] Update callisto.json --- callisto.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/callisto.json b/callisto.json index 5c071bb..8c6a377 100644 --- a/callisto.json +++ b/callisto.json @@ -108,5 +108,15 @@ "miners":"http://clo.ethash.farm/api/miners", "url":"ethash.farm", "notify":"" + }, + { + "name":"BYLT", + "stats":"https://clo.bylt.gq/api/stats", + "blocks":"https://clo.bylt.gq/api/blocks", + "payments":"https://clo.bylt.gq/api/payments", + "accounts":"https://clo.bylt.gq/api/accounts", + "miners":"https://clo.bylt.gq/api/miners", + "url":"clo.bylt.gq", + "notify":"" } ] From 4214e22828eaa73187575011646be0fd6b6bfdf4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:50:17 +0200 Subject: [PATCH 272/277] Update egem.json --- egem.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/egem.json b/egem.json index 7896096..27b3a6d 100644 --- a/egem.json +++ b/egem.json @@ -108,6 +108,16 @@ "miners":"https://egem.bylt.gq/api/miners", "url":"bylt.gq", "notify":"" + }, + { + "name":"P00L.ORG", + "stats":"https://egem.p00l.org/api/stats", + "blocks":"https://egem.p00l.org/api/blocks", + "payments":"https://egem.p00l.org/api/payments", + "accounts":"https://egem.p00l.org/api/accounts", + "miners":"https://egem.p00l.org/api/miners", + "url":"egem.p00l.org", + "notify":"info@p00l.org" } ] From e7c94a0a8a0a42034e72a68d8236925eb75c20d9 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:50:55 +0200 Subject: [PATCH 273/277] Update ellaism.json --- ellaism.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ellaism.json b/ellaism.json index a154ea7..26968ca 100644 --- a/ellaism.json +++ b/ellaism.json @@ -138,5 +138,15 @@ "miners":"http://159.65.97.139:8080/api/miners", "url":"coins.farm", "notify":"" + }, + { + "name":"P00L.ORG", + "stats":"https://ella.p00l.org/api/stats", + "blocks":"https://ella.p00l.org/api/blocks", + "payments":"https://ella.p00l.org/api/payments", + "accounts":"https://ella.p00l.org/api/accounts", + "miners":"https://ella.p00l.org/api/miners", + "url":"ella.p00l.org", + "notify":"info@p00l.org" } ] From a526d4e187f6e624bfad736d3d395ded064510e9 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:51:28 +0200 Subject: [PATCH 274/277] Update musicoin.json --- musicoin.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/musicoin.json b/musicoin.json index f02033c..2587507 100644 --- a/musicoin.json +++ b/musicoin.json @@ -178,5 +178,15 @@ "miners":"https://music.pool.sexy/api/miners", "url":"music.pool.sexy", "notify":"" + }, + { + "name":"P00L.ORG", + "stats":"https://music.p00l.org/api/stats", + "blocks":"https://music.p00l.org/api/blocks", + "payments":"https://music.p00l.org/api/payments", + "accounts":"https://music.p00l.org/api/accounts", + "miners":"https://music.p00l.org/api/miners", + "url":"music.p00l.org", + "notify":"info@p00l.org" } ] From c32cd47b25632c8933c20ff4a2dc5b699224f7f6 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Wed, 30 May 2018 18:53:25 +0200 Subject: [PATCH 275/277] Update callisto.json --- callisto.json | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/callisto.json b/callisto.json index 8c6a377..fc141dd 100644 --- a/callisto.json +++ b/callisto.json @@ -118,5 +118,15 @@ "miners":"https://clo.bylt.gq/api/miners", "url":"clo.bylt.gq", "notify":"" - } + }, + { + "name":"FARMINE", + "stats":"http://farmine.net/api/stats", + "blocks":"http://farmine.net/api/blocks", + "payments":"http://farmine.net/api/payments", + "accounts":"http://farmine.net/api/accounts", + "miners":"http://farmine.net/api/miners", + "url":"farmine.net", + "notify":"legift@mail.ru" + } ] From 2c404142235522ff12a6d7803310cc3b56ac3cef Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Thu, 31 May 2018 23:15:30 +0200 Subject: [PATCH 276/277] Update whalecoin.json --- whalecoin.json | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/whalecoin.json b/whalecoin.json index d1f7607..b6173a4 100644 --- a/whalecoin.json +++ b/whalecoin.json @@ -19,16 +19,6 @@ "url":"whale.hodlpool.com", "notify":"" }, - { - "name":"ZET-TECH", - "stats":"https://wc.zet-tech.eu/api/stats", - "blocks":"https://wc.zet-tech.eu/api/blocks", - "payments":"https://wc.zet-tech.eu/api/payments", - "accounts":"https://wc.zet-tech.eu/api/accounts", - "miners":"https://wc.zet-tech.eu/api/miners", - "url":"wc.zet-tech.eu", - "notify":"" - }, { "name":"2MINERS", "stats":"https://solo-whl.2miners.com/api/stats", From f0fe83301a1301c5b7af117a05ed978bfbea55d7 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Mon, 4 Jun 2018 13:06:13 +0200 Subject: [PATCH 277/277] Create nilu.json --- nilu.json | 63 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 63 insertions(+) create mode 100644 nilu.json diff --git a/nilu.json b/nilu.json new file mode 100644 index 0000000..79b4e2e --- /dev/null +++ b/nilu.json @@ -0,0 +1,63 @@ +[ + { + "name":"MINERPOOL.NET", + "stats":"http://nilu.minerpool.net/api/stats", + "blocks":"http://nilu.minerpool.net/api/blocks", + "payments":"http://nilu.minerpool.net/api/payments", + "accounts":"http://nilu.minerpool.net/api/accounts", + "miners":"http://nilu.minerpool.net/api/miners", + "url":"nilu.minerpool.net", + "notify":"support@minerpool.net" + }, + { + "name":"NILU.TECH (POOL1)", + "stats":"http://pool.nilu.tech/api/stats", + "blocks":"http://pool.nilu.tech/api/blocks", + "payments":"http://pool.nilu.tech/api/payments", + "accounts":"http://pool.nilu.tech/api/accounts", + "miners":"http://pool.nilu.tech/api/miners", + "url":"pool.nilu.tech", + "notify":"" + }, + { + "name":"NILU.TECH (POOL2)", + "stats":"http://pool2.nilu.tech/api/stats", + "blocks":"http://pool2.nilu.tech/api/blocks", + "payments":"http://pool2.nilu.tech/api/payments", + "accounts":"http://pool2.nilu.tech/api/accounts", + "miners":"http://pool2.nilu.tech/api/miners", + "url":"pool2.nilu.tech", + "notify":"" + }, + { + "name":"NILU.TECH (DEV)", + "stats":"http://devpool.nilu.tech/api/stats", + "blocks":"http://devpool.nilu.tech/api/blocks", + "payments":"http://devpool.nilu.tech/api/payments", + "accounts":"http://devpool.nilu.tech/api/accounts", + "miners":"http://devpool.nilu.tech/api/miners", + "url":"devpool.nilu.tech", + "notify":"" + }, + { + "name":"POOLS.REN", + "stats":"http://nilu.pools.ren/api/stats", + "blocks":"http://nilu.pools.ren/api/blocks", + "payments":"http://nilu.pools.ren/api/payments", + "accounts":"http://nilu.pools.ren/api/accounts", + "miners":"http://nilu.pools.ren/api/miners", + "url":"nilu.pools.ren", + "notify":"" + }, + { + "name":"POOL.SO", + "stats":"https://nilu.pool.so/api/stats", + "blocks":"https://nilu.pool.so/api/blocks", + "payments":"https://nilu.pool.so/api/payments", + "accounts":"https://nilu.pool.so/api/accounts", + "miners":"https://nilu.pool.so/api/miners", + "url":"nilu.pool.so", + "notify":"" + } + ] +