From db62bf9da5f8f6952422b216729e7a192270012c Mon Sep 17 00:00:00 2001 From: Eveiv Date: Fri, 21 Feb 2014 11:04:07 +1100 Subject: [PATCH] Update pool strings, fixes early EMC blocks. --- etc/minersPoolStrings.json | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/etc/minersPoolStrings.json b/etc/minersPoolStrings.json index bbe8b2b7..04d57e60 100644 --- a/etc/minersPoolStrings.json +++ b/etc/minersPoolStrings.json @@ -3,7 +3,8 @@ "poolName":"50BTC", "url":"https://50btc.com/", "searchStrings":[ - "50BTC.com" + "50BTC.com", + "50btc.com" ] }, { @@ -71,7 +72,7 @@ "searchStrings":[ "Josh Zerlan was here!", "EclipseMC", - "Aluminum Falcons" + "Aluminum Falcon" ] }, { @@ -116,6 +117,13 @@ "searchStrings":[ "MaxBTC" ] + }, + { + "poolName":"NMCbit", + "url":"http://nmcbit.com/", + "searchStrings":[ + "nmcbit.com" + ] }, { "poolName":"ozcoin", @@ -153,6 +161,13 @@ "Triplemining.com" ] }, + { + "poolName":"wizkid057", + "url":"http://wizkid057.com/btc", + "searchStrings":[ + "wizkid057" + ] + }, { "poolName":"Yourbtc.net", "url":"http://yourbtc.net/", @@ -160,4 +175,4 @@ "yourbtc.net" ] } -] \ No newline at end of file +]