FOR SCRYPT MINING:I thought I should pop in here and comment.....
CGMiner 2.6.4 is ROCK SOLID. No Hicupps, No Crashes...nothing.
I am currently using it on all 3 recent generations of ATI Cards (5/6/7xxx) all using CAT 12.6/SDK 2.6 and everything just seems to WORK.
I have also found that the AUTOTUNE feature works great. I only specify --shaders, -I (Intensity) and -g (threads) and the performance is better than if I mess with it.
This is my HD 7970 BAT file for LTC Mining....and as I said, it doesn't require any screwing around. Autotune is great.
cgminer ^
-o http://litecoinpool.org:9332 -u bitlane -p password ^
-o http://192.168.0.50:9332 -u bitlane -p password ^
--failover-only --api-listen --api-network --api-port 4028 --api-allow W:192.168.0/24 --auto-fan --temp-target 69 ^
--scrypt --shaders 2048 -g 4 -I 13
As my BAT file strings were getting unmanageable and LONG, I have resorted to using the
CARET (^/
shift-6) to continue long lines and avoid side-scrolling.
(
I still don't like using config files).
I would recommend it for anyone still using BAT files in Windows and wants to keep everything straight/easy to read etc.
Thanks again for all your hard work Con.