Author

Topic: Help with bfgminer script (Read 763 times)

newbie
Activity: 18
Merit: 0
January 11, 2014, 01:43:11 PM
#3
Hey guys. Just bumping up for today since still not allowed in the big boy section.

- Fuglie
newbie
Activity: 18
Merit: 0
January 10, 2014, 04:36:27 PM
#2
Actually I need even more help.  Keep getting:

Code:
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:

Code:
daemon=1
listen=1
server=1
rpcuser=blah
rpcpassword=blah
rpcallowip=192.168.2.38
rpcport=8832

Trying to run off of my Windows wallet from Rasp Pi using bfgminer.

Code:
sudo ./bfgminer -o http://192.168.2.13:8832 -u blah -p blah --coinbase-addr 4098uq049uqawlkjadlkfjadlksfjasdfkjasdjlfk

Thanks again! trying to figure this stuff out.
newbie
Activity: 18
Merit: 0
January 10, 2014, 02:42:02 PM
#1
Hey guys and gals,

Trying to set up a bfgminer .conf script to run off of.  Running a Jalapeno and an Ant U1.  Got them both working together last night but now I want to do a little solo mining on the side (think lotto). This is the start but after this I'm kinda clueless.  New to this whole thing and has been about 15 years since i've done any programming.  Thanks for the help!

Code:
"pools" : [
        {
                "url" : "198.168.2.13:8897",
                "user" : "usernameA",
                "pass" : "passA"
        },
        {
                "quota" : "9;stratum.bitcoin.cz:3333",
                "user" : "usernameB",
                "pass" : "passB"
        }
]

Would this set up 10% of my miners to be used for solo mining? Also where in the script would I need to add the coinbase:

    --coinbase-addr 1QATWksNFGeUJCWBrN4g6hGM178Lovm7Wh \
    --coinbase-sig "rig1: This is Joe's block!"

Also I have no clue about this part if anyone can help explain/setup:

If your bitcoin node does not support longpolling (for example, bitcoind 0.8.x), you
should consider setting up a failover pool to provide you with block
notifications.

- Fuglie
Jump to: