When I run it without arguments, it benchmarks. But when I try to connect to localhost, it reports this:
./gw_miner localhost x y
/root/coyote_miner/bitcoin.cpp(88): Throw in function boost::property_tree::ptree bitcoin::detail::client::request(const string&)
Dynamic exception type: boost::exception_detail::clone_impl<bitcoin::exception>
std::exception::what: bitcoin::exception
[bitcoin::bitcoin_msg_*] = Response returned with status code 500
I installed boost 1.53 development and debug so that should include all the boost libraries. Any ideas?
EDIT: stopping and starting bitcoind a few times and trying again resolves the issue.
Also, occasionally it will display hashes, but still say "ACCEPTED: 0." Is this normal?