Post
Topic
Board Mining support
Topic OP
Pool/Solo with Quotas Help (BFGMINER)
by
Fuglie
on 15/01/2014, 17:04:03 UTC
Hey guys and girls,

Trying to do a little solo mining on the side.  I have it set up and is running but it is either a) not working correctly or b) I dont fully understand load balance.

I am trying to get it where it does 90% of the work for the pool and 10% for solo mining.  However I only get about 1/3 or the hash rate on the pool as I used to and not the 90% I would like. Here is the code, without the load balance command because not sure where to put it so I do that manually:

Code:
{

"pools" : [
        {
                "quota" : "10;192.168.2.9:8332",
                "user" : "blah",
                "pass" : "blah",
"coinbase-addr" : "1DhHifvuR232342142424SsKJoQUqeC7Z5dc",
"coinbase-sig" : "Fuglie's solo lotto 10%"
        },
        {
                "quota" : "90;stratum.bitcoin.cz:3333",
                "user" : "blah",
                "pass" : "blah"
        }

]
,

"scan" : "all"

}

Is it not working correctly or is load balance not working how I think it should (sharing the max available hash rate between the pool/solo)?
Thanks!

- Fuglie