Bitcoin Forum

Other => Beginners & Help => Topic started by: somenick on August 18, 2011, 09:49:07 PM



Title: Mining on FLASH UBUNTU 11.04
Post by: somenick on August 18, 2011, 09:49:07 PM
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/y5gv2w2m2 (http://depositfiles.com/ru/files/y5gv2w2m2)
md5=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 (http://codsplaice.blogspot.com/2010/03/ubuntu-1004-beta-1-disk-utility.html))
Code:
>>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
Code:
>>ssh evg@192.168.0.XX 
ip get from DHCP - you can see it in DHCP settings or find  with ping
3) init gpu device
Code:
>> sudo aticonfig -f --initial --adapter=all
4) edit run.sh with vi
Code:
>>vi run.sh
you must change USERNAME PASSWORD
and may overdrive you card
and may use param IP to add you USERNAME
Code:
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
Code:
sudo reboot
6) monitor with screen
Code:
sudo screen -r gpu

7) bonus! you can control temperature with control.sh
Code:
>>./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
Code:
>>killall java
9) start minig
Code:
>>./run.sh


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 (http://bitcointalk.org/index.php?topic=9239.0)


Title: Re: Mining on FLASH UBUNTU 11.04
Post by: MrCruncher on August 19, 2011, 03:03:01 AM
Hi there, thanks for the distro and quick instructions but people usually don't trust files from sites like rapidshare, etc. because of backdoors and such. Just a helpful reminder. We are dealing with money so you can never be to careful.


Title: Re: Mining on FLASH UBUNTU 11.04
Post by: somenick on August 19, 2011, 04:22:17 PM
Hi there, thanks for the distro and quick instructions but people usually don't trust files from sites like rapidshare, etc. because of backdoors and such. Just a helpful reminder. We are dealing with money so you can never be to careful.

you can monitor the mining to be sure that everything is going well
mining is not a purse
who wants to set up everything itself can use the system as an example