Can anyone tell me the equivalent to the --api-listen --api-network in the cgminer config file?
In my config file, I'm using
"api-listen" : true,
"api-network" : true,
The Pepper app is working and displaying current hash rate, average rate, data in the ASC tab, etc... but the individual die temperatures are showing 0 and the stats page is blank.
Thoughts?
Here is what my mine.conf file looks like...
__________________________________________
{
"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.3.4/cgminer --api-network --api-listen --confighome/xxx/xxx/cgminer-4.3.4/mine.conf
__________________________________________