Post
Topic
Board Beginners & Help
Re: 7970 low hash
by
chrischer
on 14/12/2013, 10:35:50 UTC
That setx GPU_MAX_ALLOC_PERCENT 100 is not inside cgminer.conf, but a command at the cmd.exe prompt

Inside the config file, use:

"intensity" : "20",
"lookup-gap" : "2",
"thread-concurrency" : "24000"
"gpu-threads" : "1",


or

"intensity" : "13",
"lookup-gap" : "2",
"thread-concurrency" : "8192"
"gpu-threads" : "2"


alongside the remaining settings

hi wipeout2097
thanks for heping
i tryied both and i get error :
[2013-12-14 12:33:27] Started cgminer 3.5.0
[2013-12-14 12:33:27] Started cgminer 3.5.0
[2013-12-14 12:33:27] Loaded configuration file cgminer.conf
[2013-12-14 12:33:27] Fatal JSON error in configuration file.
[2013-12-14 12:33:27] Configuration file could not be used.
[2013-12-14 12:33:29] Need to specify at least one pool server.


this how i done it:
{
"pools" : [
   {
      "url" : "stratum+tcp://world.wemineltc.com:3335",
      "user" : "chrischer.1",
      "pass" : "x"
   }
],
"intensity" : "13",
"lookup-gap" : "2",
"thread-concurrency" : "8192"
"gpu-threads" : "2"
}

any suggestiions
thanks