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!
"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