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
__________________________________________