Test last wtm pool file from master branch

It looks the same... with coins.json . I dont think will work with manually added pool with LUX or BSD fro example...
Now is getting all active coins from
http://whattomine.com/coins.json, before was 55 from main page, now are 55 from main page and 44 from coins.json.
wtm limits to 80 requests per minute
currently there are 109 active coins on coins page and most are already listed on main
change the condition to prevent api saturation and not process same coins twice:
$WTMResponse.($_).status -eq "Active" -and ` #active
$WTMResponse.($_).listed -eq $false -and ` #not listed on main page
$WTMResponse.($_).lagging -eq $false -and `#up to date info
$WTMResponse.($_).testing -eq $false #verified formula and not a testing