Bitcoin Forum
April 26, 2024, 10:17:01 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: linuxcoin mining script  (Read 1160 times)
jjshabadoo (OP)
Hero Member
*****
Offline Offline

Activity: 535
Merit: 500



View Profile
January 10, 2012, 08:48:50 AM
 #1

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.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!