Post
Topic
Board Announcements (Altcoins)
Re: [ANN] AIDEN | First Crypto to use Scrypt-OG (Optimized for GPU) [altaccept.com]
by
rsancho
on 09/04/2014, 18:01:27 UTC
Pulling my hair out since two days to get my rigs working with AIDEN.  Huh
I don't understand what's going wrong here??  Huh
I have compiled sgminer 4.0.0, 4.1.153, 4.1.242 from source myself and use this setting for my 280x rigs:

"intensity" : "19",
"nfactor" : "6",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"shaders" : "0",
"gpu-threads" : "1",
"gpu-engine" : "1080",
"gpu-fan" : "30-90",
"gpu-memclock" : "1500",

For sgminer 4.0.0, 4.1.153 all I got is: Shares above targets  Huh
For sgminer 4.1.242 my GPU get SICK and my rigs crashed.   Huh Huh Huh

 Huh

I will very appreciate if someone could enlighten me.

Thanks in advance.

Regards,


heres my settings you can try using works well for me, on 4.1.153 v2. Im running a msi 7970 and a msi 280x

{
"pools" : [
   {
      "url" : "Yoururl",
      "user" : "youruser.worker",
      "pass" : "password"
   },
   {
      "url" : ".....",
      "user" : ".......",
      "pass" : "...."
   }

]
,

"intensity" : "13",
"nfactor" : "6",
"worksize" : "256",
"lookup-gap" : "2",
"thread-concurrency" : "24000",
"temp-cutoff" : "90",
"expiry" : "1",
"failover-only" : true,
"log" : "5",
"queue" : "0",
"scan-time" : "1",
"device" : "0",
"gpu-threads" : "2"
}