Previously, I have been mining Bitcoins with GUIMiner with no problem, and am trying to switch over to Litecoin mining using CGMiner.
For some reason, scrypt seems to be failing horribly, and I'm not sure why.
I have 3 5870s on this computer and am expecting a rate of about 1000 khash/sec
Instead, whenever I use the --scrypt flag, I seem to get about 5 kH per card, giving me a rate of 15khash....needless to say, this is pretty much unusable.
If I don't, I get 1000Mhash, but then, of course, all my blocks are rejected, because I'm not actually mining lightcoins at that point...
I'm pretty sure I am missing something obvious, but have no idea what it could be.
command line:
cgminer.exe --scrypt -o
http://litecoinpool.org:9332/ -u X -p X --shaders 1600 -I 2,2,2
tried intensities ranging from 2-13. (Tried 19 too, but that causes an instant computer crash)
Bitcoin mining, of course, still works fine at over 1k Mhash/sec with:
cgminer.exe -o
http://stratum.bitcoin.cz:3333/ -u X -p X --shaders 1600 -I 2,2,2 (or higher intensities for when i don't need the computer)
Arrrgh!
Any help or advice would be greatly appreciated.
Update: reading some more, it seems that some people were getting this problem when switching over from CGMiner 2.6.1(4) to 2.7 when BAMT upgraded to 0.5.c
Considering that cgminer is now on 2.11, surely there's some kind of fix by now? I couldn't find anyinformation on what exactly the problem is, or how to fix it...and ideas?
update2: Used MinGW to build older versions...2.6.4 has the same problem, and so does 2.6.1 - back to the drawing board.
It's definitely a scrypt problem, since I can mine bitcoins just fine.
TLDR version: WHYYYY am I getting 15khash while mining litecoins on 3x5870s? It should really be 1000ish. Bitcoin mining works fine. Want to mine litecoins, but getting annoyed.