Post
Topic
Board CPU/GPU Bitcoin mining hardware
Re: GUI mining - now with Phoenix/phatk and ufasoft
by
tekproxy
on 09/06/2011, 13:38:11 UTC
the url for BTCguild needs updating.  the www. is required or the site pitches an error page at you, rather than the expected JSON data, breaking the balance fetching.

Good catch. I'll put an update out today with these fixes.

adding "www." in a few places in servers.ini fixes the problem.


Code:
{ "name": "BTC Guild",
"host": "btcguild.com",
"url": "http://www.btcguild.com",
"port": 8332,
"balance_token_url": "http://www.btcguild.com/my_api.php",
"balance_host": "www.btcguild.com",
"balance_url": "/api.php?api_key=%s"
},