Using BAMT, cgminer 3.1.0 with config:
{
"pools" : [
{
"url" : "stratum+tcp://eu.wemineltc.com:3333",
"user" : "xxx",
"pass" : "xxx"
}
],
"intensity" : "20",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"thread-concurrency" : "21712",
"gpu-engine" : "1150",
"gpu-fan" : "90",
"gpu-memclock" : "1250",
"gpu-powertune" : "20",
"gpu-threads" : "1",
"scrypt" : true
}
And it fails to run. When I debug it with "-T" key, its output is:
[2013-05-05 19:03:44] Invalid config option --intensity: Invalid value passed to set intensity
[2013-05-05 19:03:44] Invalid config option --kernel: Invalid parameter to set_kernel
[2013-05-05 19:03:44] Started cgminer 3.1.0
[2013-05-05 19:03:44] Loaded configuration file /root/.cgminer/cgminer.conf
[2013-05-05 19:03:44] Error in configuration file, partially loaded.
[2013-05-05 19:03:45] Too many values passed to set temp cutoff
Also when I try to run it with the same options, but from command line:
cgminer --scrypt --worksize 256 --thread-concurrency 21712 --gpu-powertune 20 --gpu-fan 70 --gpu-engine 1150 --gpu-memclock 1250 --lookup-gap 2 --gpu-threads 1 --intensity 20 -o stratum+tcp://eu.wemineltc.com:3333 -u xxx -p xxx
It's ouput is:
[2013-05-05 19:04:07] ./cgminer: --scrypt: unrecognized option
Please help me.