Post
Topic
Board Mining (Altcoins)
Re: Brand new 290x memory clock stuck
by
m0nz
on 09/03/2014, 01:30:49 UTC
try the same configuraiton without
“thread-concurrency” : “32765″, (just delete the whole line or set to "8192" instead)

If that do not work, then try to strip down the configuration file until it runs.
Should be able to work with only:


{
“pools” : [
{
"url" : "stratum+tcp://yourrpool1.com:3334",
"user" : ".",
"pass" : ""
},
}
],
“scrypt” : true,
}

(If you don't specify a parameter then is the default value used)

This is completely on point. Thank you.  I have 290x's and when i switched the crashed gpu down to 8192 tc, it was immediately fixed.

Thanks.