I made the changes you specified, but unfortunately, I still get the "connection is refused" error message.
This is my .bat file for cc miner:
cpuminer-athlon64-64.exe -t 4 -o 192.168.1.23:10889 -O user:pas
pause
Is there anything else I can do to fix this?
EDIT:
I just realized that after making those changes to the wallet .conf, I get a different error message that reads:
HTTP request failed: The requested URL returned error 404
When I go into the browser and type in the local ip and port I get the following error:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}
Hope this means I'm getting closer to fixing this.
Here is my conf file with user/pw starred out from before qubit got k-lined:
rpcuser=***
rpcpassword=***
server=1
rpcport=50554
algo=qubit
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
and I don't even think it needs rpcallowip or rpcconnect, pretty sure localhost is always ok.
To check if the wallet is listening properly on the port, if you have cygwin or msys installed you can do something like this with curl:
curl --data-binary '{"jsonrpc":"1.0","id":"curltext","method":"getinfo","params":[]}' -H 'content-type:text/plain;' http://username:
[email protected]:50554