From 795ce7c9bd00220a4bc45623853c4e2d04c3a5b4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 30 Sep 2017 22:29:32 +0200 Subject: [PATCH 001/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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/117] 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 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 115/117] 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 116/117] 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 81af8dbe182bad5693f90e8660af3309f2ab9e96 Mon Sep 17 00:00:00 2001 From: Georgi Chompalov <7721127+Cremator@users.noreply.github.com> Date: Tue, 9 Jan 2018 13:56:56 +0200 Subject: [PATCH 117/117] add https to pirl.space --- pirlcoin.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pirlcoin.json b/pirlcoin.json index f62dd9a..2abbcbf 100644 --- a/pirlcoin.json +++ b/pirlcoin.json @@ -291,11 +291,11 @@ }, { "name":"PIRL.SPACE", - "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", + "stats":"https://pirl.space/api/stats", + "blocks":"https://pirl.space/api/blocks", + "payments":"https://pirl.space/api/payments", + "accounts":"https://pirl.space/api/accounts", + "miners":"https://pirl.space/api/miners", "url":"pirl.space", "notify":"" }