Post
Topic
Board Hardware
Re: The Habanero - 650GH/s - Batch 2 Shipping June 9th, $850 ($1.3/GH/s)
by
btchedge
on 14/07/2014, 03:40:25 UTC
Can someone do me a favor and copy and past their .conf file here.  My cgminer is keeps giving me a JSON error when I try to write it and I get a blank file.  I just need to build my own.
Thanks!

Here you go...
__________________________________________
{
"pools" : [
         {
                "url" : "stratum+tcp://stratum.mining.eligius.st:3334",
                "user" : "xxx",
                "pass" : "1234"
        },
        {       "url" : "us1.ghash.io:3333",
                "user" : "xxx"
                "pass" : "123"
        }
],
"hfa-fan" : "100",
"hfa-fail-drop" : "0",
"hfa-temp-target" : "0",
"hfa-temp-overheat" : "110",
"hfa-hash-clock" : "975",
"api-allow": "127.0.0.1,192.168.237.99"
}
__________________________________________

And here is the mine.sh file...
__________________________________________
/home/xxx/xxx/cgminer-4.4.1/cgminer --api-network  --api-listen --hfa-noshed --config /home/xxx/xxx/cgminer-4.4.1/mine.conf

__________________________________________