From 795ce7c9bd00220a4bc45623853c4e2d04c3a5b4 Mon Sep 17 00:00:00 2001 From: DaCHRIS Date: Sat, 30 Sep 2017 22:29:32 +0200 Subject: [PATCH 01/46] 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 02/46] 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 03/46] 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 04/46] 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 05/46] 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 06/46] 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 07/46] 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 08/46] 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 09/46] 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 10/46] 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 11/46] 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 12/46] 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 13/46] 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 14/46] 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 15/46] 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 16/46] 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 17/46] 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 18/46] 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 19/46] 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 20/46] 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 21/46] 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 22/46] 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 23/46] 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 24/46] 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 25/46] 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 26/46] 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 27/46] 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 28/46] 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 29/46] 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 30/46] 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 31/46] 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 32/46] 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 33/46] 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 34/46] 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 35/46] 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 36/46] 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 37/46] 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 38/46] 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 39/46] 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 40/46] 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 41/46] 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 42/46] 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 43/46] 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 44/46] 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 45/46] 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 46/46] 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" } ]