Bitcoin Forum
June 29, 2024, 04:15:35 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Help with bfgminer script  (Read 762 times)
Fuglie (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
January 10, 2014, 06: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
Fuglie (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
January 10, 2014, 08:36:27 PM
Last edit: January 10, 2014, 09:00:35 PM by Fuglie
 #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.
Fuglie (OP)
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
January 11, 2014, 05:43:11 PM
 #3

Hey guys. Just bumping up for today since still not allowed in the big boy section.

- Fuglie
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!