https://forum.feathercoin.com/index.php?/topic/7780-dev-neoscrypt-gpu-miner-public-beta-test/page-29#entry70031
Hey that fixed the problem. It put me up to 97KH/s on each card.
After that I started messing with the intensity and worksize and got up to 123Kh/s per card. Has anyone gotten higher with 270X's? (Core at 1180MHz for now)
{
"name" : "WestHash_NeoScrypt",
"url" : "stratum+tcp://stratum.westhash.com:4341",
"user" : "X",
"pass" : "X",
"algorithm" : "neoscrypt",
"nfactor" : "10",
"worksize" : "96",
"gpu-threads" : "1",
"xintensity" : "9",
"thread-concurrency" : "8192"
},
Also, I'm still having issues with Scrypt-N. In 3 minutes each card has about 500 HW errors. Getting about 175KH/s per card.
{
"name" : "WestHash_Scrypt-N",
"url" : "stratum+tcp://stratum.westhash.com:4335",
"user" : "X",
"pass" : "X",
"algorithm" : "zuikkis",
"nfactor" : "11",
"xintensity" : "4",
"thread-concurrency" : "5152"
},
Actually, I just tested good 'ole Scrypt out and it's getting about twice the amount of HW errors at twice the hashrate. I used to mine Scrypt at 4MH/s with my four 270X's but now I'm getting 1.39MH/s. I think that's from a driver change though.
I wish I could help you with the Scrypt-N HW errors, but I have no experience with it As far as the 270xs: 123 Kh/s isn't terrible, but I know (with FTCs implementation of neoscrypt at least) that it is possible to get higher hash rate out of the 270x; like in the range of 130-140 Kh/s or so from what I recall. I have 7850s and 7870s, which are very similar to the 270x, so maybe try using these settings to get more hashes out of them: gpu-threads2, worksize64, lookup-gap2, thread-concurrency8192, xIntensity3 also you don't need nfactor for neoscrypt, so take that out.
I don't know why GPU-threads was set to 1... I just switched to 2 and went to 130Kh/s which made lower xintensity values usable. Before that I couldn't break 80Kh/s with xintensity below 7. It seems also that xintensity 2 gets me 2 KH/s more than xintensity 3. Worksize 96 still beats any multiple of 32 or 24 by at least 15KH/s.
So here's what I got.
"name" : "WestHash_NeoScrypt",
"url" : "stratum+tcp://stratum.westhash.com:4341",
"user" : "X",
"pass" : "X",
"algorithm" : "neoscrypt",
"worksize" : "96",
"gpu-threads" : "2",
"xintensity" : "2",
"thread-concurrency" : "8192"
And The Grand total is... 142KH/s! Thanks a bunch insanid!
Wolf0, if I were to drop the driver down to 13.12 wouldn't most other algos suffer? I thought X13 and X11 do much better on newer drivers?