I create flash drive with ubuntu and auto start minig
Flash must be >=4G
To use download and unpack file
http://depositfiles.com/ru/files/y5gv2w2m2md5=311cf52eb50d3511980d5d0a08c0ca54
1) copy to flash /dev/sde (name you device you can see in Disk Utility
http://codsplaice.blogspot.com/2010/03/ubuntu-1004-beta-1-disk-utility.html)
>>sudo dd if=backup.flashD.2.6G.clear of=/dev/sde bs=100M count=30
2) insert to computer and start
connect to computer with ssh (DHCP must working in network)
password : a
ip get from DHCP - you can see it in DHCP settings or find with ping
3) init gpu device
>> sudo aticonfig -f --initial --adapter=all
4) edit run.sh with vi
you must change USERNAME PASSWORD
and may overdrive you card
and may use param IP to add you USERNAME
export AMDAPPSDKROOT=/home/evg/AMD-APP-SDK-v2.4-lnx32/
export AMDAPPSDKSAMPLESROOT=/home/evg/AMD-APP-SDK-v2.4-lnx32/
export LD_LIBRARY_PATH=${AMDAPPSDKROOT}lib/x86:${LD_LIBRARY_PATH}
export DISPLAY=:0
#aticonfig --od-enable --adapter=all
#aticonfig --od-setclocks=930,300 --adapter=0
#aticonfig --od-setclocks=930,300 --adapter=1
IP=$(bsh /home/evg/getip.bsh)
echo IP=$IP
/home/evg/DiabloMiner/DiabloMiner-Linux.sh -u USERNAME -p PASSWORD -o pit.deepbit.net -r 8332 -f 20 -v 2 -w 256
#/home/evg/DiabloMiner/DiabloMiner-Linux.sh -u USERNAME -p PASSWORD -o btcmine.com -r 8332 -f 20 -g 5 -v 2 -w 256
5) reboot
6) monitor with screen
7) bonus! you can control temperature with control.sh
>>./control.sh 0 400 965 87 88 0
where
display=0 min_clock=400 max_clock=965 min_temp=87 max_temp=88 adapter=0
8 ) stop mining
9) start minig
PS catalist 11.7 DiabloMiner
PS you may remove files authorized_keys known_hosts in folder .ssh )
used this topic
http://bitcointalk.org/index.php?topic=9239.0