1
I am getting this error and looking for guidance.
Error : Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
config
server=1
rpcallowip=192.168.1.0/24
rpcallowip=192.168.2.0/24
rpcallowip=127.0.0.1
rpcport=9050
rpcuser=someuser
rpcpassword=somepass
command
bfgminer.exe -o 192.168.2.242:9050 -u someuser -p somepass
bfgminer.exe -o 127.0.0.1:9050 -u someuser -p somepass
In this example, the username in
bitcoin.confissomepassbut on thebfgminercommand line it issomeuser. Perhaps you should double check whether they match in your actual setup. – Nate Eldredge – 2014-09-07T20:40:25.950don't mind it I misedit them while posting here. – Mert – 2014-09-07T21:10:05.077
I have a stupid question. Is bitcoind actually running? – Nick ODell – 2014-09-07T21:55:17.233
I am not sure what is bitcoind but bitcoin-qt running and synced. (like 25 GB) – Mert – 2014-09-07T22:13:04.627