Post
Topic
Board Mining support
Re: [0.15 BTC Bounty] 3 Simple Linuxcoin Questions
by
supa
on 14/06/2011, 04:37:21 UTC
How do I:

a) install the very latest version of phoenix miner to my persistent linuxcoin usb flash drive?

b) install (and switch between) sdk 2.1 (since it is 2.4 by default and poclbm favors 2.1) to my persistent linuxcoin usb flash drive?

c) pop open all 6 of my poclbm or phoenix command line miners on persistent linuxcoin startup? It is such a pain to open up 6 miners using the start_mining script...

Please leave your Bitcoin address in your answer post.

The first person to leave a competent answer that is linux-noob-friendly for any question will receive 0.05 BTC sent to their Bitcoin address. Answer all 3 and you get 0.15 BTC.

Never used linuxcoin, so here's some generic instructions -

a) wget http://svn3.xp-dev.com/svn/phoenix-miner/files/phoenix-1.48.zip
b) Download the SDK, extract to /opt/

Export the following for 2.4 -

AMDAPPSDKROOT=/opt/AMD-APP-SDK-v2.4-lnx32
AMDAPPSDKSAMPLESROOT=/opt/AMD-APP-SDK-v2.4-lnx32
LD_LIBRARY_PATH=/opt/AMD-APP-SDK-v2.4-lnx32/lib/x86:

sudo ldconfig

There are similar settings for 2.1 - replace AMD with ATI and point to the correct path.

c)

for i in {1..5}
do
   start_miner.sh $i
done