why again? agrrrrhhhhh
root@smos-1:~/Downloads/cpuminer-heavycoin# ./minerd --algo=heavy --url=http://192.168.0.33:7203 --userpass=root:donate --vote=1024
[2014-03-08 20:30:04] HTTP request failed: Empty reply from server
[2014-03-08 20:30:04] json_rpc_call failed, retry after 30 seconds
root@smos-1:~/Downloads/cpuminer-heavycoin# ./minerd --algo=heavy --url=http://192.168.0.33:7202 --userpass=root:donate --vote=1024
[2014-03-08 20:30:46] HTTP request failed: couldn't connect to host
[2014-03-08 20:30:46] json_rpc_call failed, retry after 30 seconds
Have you enabled the ports 7202 and 7203 on your router?
I have the wallet on my windows pc and 2 linux server mining to the windows ipaddress using:
./minerd -a heavy -o mywindowsip:7202 -u myusername -p mypwd -v 1024
You've got the wrong port. You're using the p2p port (7203), while what you want is the rpcport (7202).