..had useless NVidia card so upgraded to Asus R9 270 OC20C-2GD5
Now I can't get my cgminer to work..
I'm confused about the config and .bat/.cmd files and settings
Can I can tweak the optimizing argument settings later ...... I can't get cgminer to run
I can offer a few QRK for your troubles (I mined 60 in 3 weeks)
name your price
I really want back into mining and promoting CC's
If I understand my .bat or .cmd should look like this
cgminer.exe -o stratum+tcp://mine-dgc.scryptmining.com -u USER -p PASSWORD
While my config should be ??
This is what my .bat looks like, fully configured and set to start at boot (I put it in the startup folder.)
timeout /t 150
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer.exe --scrypt -w 256 -I 14,19 -g 1 -s 5 --thread-concurrency 8192,24000 --gpu-engine 800,1105 --gpu-memclock 1250,1480 (then of course all server info after this.) I bump that -I 14 up to 17 or so when I'm not using the computer. The 19 is for the second card and it doesn't affect normal computer use since I don't have anything plugged into it. It's not being used for anything but mining. Numbers are for Radeon 6950,Radeon 7950.
You don't need the timout, but you do need the rest. And of course, your numbers after --scrypt will vary.