Bitcoin Forum

Other => Beginners & Help => Topic started by: EducatedHero on September 08, 2011, 03:41:43 PM



Title: Unix Question
Post by: EducatedHero on September 08, 2011, 03:41:43 PM
I downloaded the LinuxCoin OS; I'm trying to figure out the terminal command to mine with my gpu's


Title: Re: Unix Question
Post by: coinflips on September 08, 2011, 04:19:02 PM
You will need to accept the AMD license first. Open a terminal (lxterminal) and type:

Code:
cd /
tar zvxf /opt/AMD-APP-SDK-v2.4-lnx64/icd-registration.tgz

Then, for each GPU:

open a terminal

in the terminal, type:

Code:
cd /opt/miners/poclbm
python poclbm.py [options] -d [GPU number starting from 0] http://user:pass@host:port

I use -a 1 -f 1 -w 128 -v for my options