I'm currently using 2 5850s on this rig, running cgminer with the scrypt option through terminal with the command:
./cgminer --scrypt -o <pooladdress:port> -u <username> -p <password>
returns "Too many values for temp cutoff".
Doing some research I've noticed it could possibly be the cgminer.conf file. I tinkered with that a little based off of the post here:
http://forum.litecoin.net/index.php?topic=639.0my file looks something like (with the url, user, and pass filled in accordingly):
{
"pools" : [
{
"url" : "http://www.ulr.com:port",
"user" : "user",
"pass" : "pass"
}
],
"intensity" : "10, 10",
"gpu-engine" : "850, 850",
"gpu-thread" : "2, 2",
"scrypt" : true,
"api-listen" : true,
"shaders" : ", 1440, 1440",
"thread-concurrency" : "1600, 1600",
"lookup-gap" : "2, 2"
}
I proceeded to run cgminer using the code:
./cgminer --config <filepathofconfigfile>
Running it that way I get an extremely low hashrate, but will get accepted shares. An additional problem revealed itself as the computer locks as soon as cgminer accepts its first share, but I think that correcting the overall issue would correct that as while.
--fort