so I have a custom mining bash script for my miners in linuxcoin final. I followed the wiki guide from day one to build the startminers.sh script.
Here's my script:
#!/bin/bash
sudo aticonfig –od-enable
cd cgminer-2.0.7
./cgminer –o
http://us.eclipsemc.com:8337 –u username –p password –I 9,9,9,9 --gpu-fan 100 --gpu-engine 800 --gpu-memclock 300
Do I really need the "sudo aticonfig -od-enable" line? and could it be hurting me in any way?
also, is there something I need to add to this so cgminer will restart dead gpu threads or does it do it automatically?
Thanks.