I'm going to take a guess that your options parameter is not correct for the url it should be
--url
http://mining.bitcoin.cz:8332after adding a / to the url I run it now and get
[2011-02-25 19:47:17] 2 miner threads started, using SHA256 'c' algorithm.
[2011-02-25 19:47:31] JSON decode failed(1): '[' or '{' expected near '<'
[2011-02-25 19:47:31] json_rpc_call failed, retry after 30 seconds
[2011-02-25 19:48:02] JSON decode failed(1): '[' or '{' expected near '<'
[2011-02-25 19:48:02] json_rpc_call failed, retry after 30 seconds
any ideas?
I'm getting the same message myself
[2011-02-26 20:54:18] HTTP request failed: couldn't connect to host
[2011-02-26 20:54:18] json_rpc_call failed, retry after 30 seconds
[2011-02-26 20:54:19] 1 miner threads started, using SHA256 'c' algorithm.
[2011-02-26 20:54:48] HTTP request failed: couldn't connect to host
[2011-02-26 20:54:48] json_rpc_call failed, retry after 30 seconds
i am using
minerd --url=http://mining.bitcoin.cz:8332 --user=xxxx.xxx --pass=xxxxxxxxxxx
maybe I am missing something as well. Any help would be greatly appreciated