Kiv / poclbm

PyOpenCL bitcoin miner with a GUI frontend
GNU General Public License v3.0
450 stars 153 forks source link

Servers.ini out of date ex eclipseMC [US] ,btcGuild[US] #85

Open techman05 opened 11 years ago

techman05 commented 11 years ago

two of the pools I've started mining with eclipsemc.com and btcguild have changes pool addresses. I wasn't sure how to add to the file so I'm adding here. btcGuild I think has their own copy but its not changed on current december download.

{ "balance_host": "eclipsemc.com", "balance_token_url": "https://eclipsemc.com/my_account.php", "balance_url": "/api.key?key=%s&action=getbalance", "host": "us2.eclipsemc.com", "name": "Eclipse US", "port": 8337, "url": "https://eclipsemc.com" },

BTC Guild US looks like florida and california don't exist anymore so I made it this for noting here.

{ "balance_host": "www.btcguild.com", "balance_token_url": "http://www.btcguild.com/my_api.php", "balance_url": "/api.php?api_key=%s", "host": "stratum.btcguild.com", "name": "BTC Guild (USA[Stratum])", "port": 3333, "url": "http://www.btcguild.com" },