Hey guys and gals,
I'm trying to get my miner running where it will do a a pool and then do a little bit (10%) solo mining based off a .conf script. Right now though I can't even get it to solo mine normally. Trying to use the wallet on my Windows machine. The Raspberry Pi is .2.38 and the Windows machine ip is .2.13. New to Linux environment so might be something easy I'm missing.
Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http:://192.168.2.13:8332 User: blah Password: blah
the bitcoin-qt conf file:
daemon=1
listen=1
server=1
rpcuser=blah
rpcpassword=blah
rpcallowip=192.168.2.38
rpcport=8832
Here is how I'm executing. Without sudo it kicks back to my .conf script and won't try to solo mine.
sudo ./bfgminer -o http://192.168.2.13:8832 -u blah -p blah --coinbase-addr 4098uq049uqawlkjadlkfjadlksfjasdfkjasdjlfk
Thanks again! trying to figure this stuff out.
"Most likely you have input the wrong URL, forgotten to add a port, or have not set up workers
Pool: 0 URL: http:://192.168.2.13:8332 User: blah Password: blah"
rpcallowip=192.168.2.38
rpcport=8832
sudo ./bfgminer -o
http://192.168.2.13:8832 -u blah -p blah --coinbase-addr
ports are different try to change the config file port to 8332 idk it might work i couldn't tell u if its a sure fix but it might i think its bfgminer config is stuck on port 8332 it happens sometimes when i overclock my K16 it stays stuck on 446mhz even tho i set it to 362
Thanks! That worked. Not just gotta get a script up and going. I'm sure I'll have another question in a day or two