From a5ac973395cee0400de050210529dce41daa3ca9 Mon Sep 17 00:00:00 2001 From: Sky Young Date: Fri, 4 Jan 2019 15:01:48 -0700 Subject: [PATCH] Add new Pools Added Medici Land Governance and OIP Historian --- pools.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/pools.json b/pools.json index 3f85bf9..8990365 100644 --- a/pools.json +++ b/pools.json @@ -1,4 +1,11 @@ [ + { + "poolName": "OIP Historian", + "url": "https://oip.wiki", + "searchStrings": [ + "Historian" + ] + }, { "poolName": "Mining Dutch", "url": "https://www.mining-dutch.nl/pools/florin.php?page=statistics&action=pool", @@ -47,5 +54,14 @@ "searchStrings": [ "coinfoundry.org" ] + }, + { + "poolName": "Medici Land", + "url": "https://mediciland.com", + "searchStrings": [ + "MLG", + "medici", + "Medici" + ] } ]