Author

Topic: Fedora 14 tips? (Read 2414 times)

hero member
Activity: 588
Merit: 500
May 16, 2011, 08:09:11 PM
#6
Hey guys, newb to Bitcoin Mining, and I am running Fedora 14 64 bit.  I have an Zotac ION (Nvidia ION) vid card in it right now, and would like to have it do a little mining while its running.  This is my home server (files and stuff) and its running 24/7 anyways, so I figured why not let it do some mining in the meantime.

I was wondering, is it possible to do mining with an Nvidia GPU?  I have the proprietary drivers installed, but the instructions above are for an ATI chipset.  Could someone give me some suggestions as to how to get it running?

Install the 64-bit CUDA toolkit (doesn't matter 3.2 or 4.0) and then grab a CUDA-capable miner such as poclbm (see his thread).
sr. member
Activity: 291
Merit: 250
May 16, 2011, 07:26:37 PM
#5
Hey guys, newb to Bitcoin Mining, and I am running Fedora 14 64 bit.  I have an Zotac ION (Nvidia ION) vid card in it right now, and would like to have it do a little mining while its running.  This is my home server (files and stuff) and its running 24/7 anyways, so I figured why not let it do some mining in the meantime.

I was wondering, is it possible to do mining with an Nvidia GPU?  I have the proprietary drivers installed, but the instructions above are for an ATI chipset.  Could someone give me some suggestions as to how to get it running?
hero member
Activity: 726
Merit: 500
April 14, 2011, 10:35:23 AM
#4
It looks like gusti has you covered, but there is also a Fedora 14 howto here: https://bitcointalksearch.org/topic/m.45364.
hero member
Activity: 481
Merit: 500
April 14, 2011, 09:22:25 AM
#3
Excellent. Thanks Gusti. I'll try it when I get home.
legendary
Activity: 1099
Merit: 1000
April 14, 2011, 09:21:21 AM
#2
you need to manually install ati drivers
this is complete instalation procedure with diablominer, from FC14 fresh install :

Code:

cd /
yum install -y gcc-c++.i686 mesa-dri-drivers-experimental.i686 mesa-libOSMesa-devel.i686 mesa-libGLU.i686 mesa-libGLU-devel.i686 mesa-libGLU.i686 mesa-libGLU-devel.i686 libglfw.i686 mesa-libGLU.i686  mesa-libGLU-devel.i686 libglfw.i686 mesa-libGLU.i686  mesa-libGL.i686 mesa-libGLw-devel.i686 mesa-libGL-7.9-5.fc14.i686 mesa-libGLU.i686 mesa-libGLU-devel.i686 mesa-libGLw-devel.i686 mesa-libGL-devel.i686 mesa-libGLU.i686 mesa-libGLU-devel.i686 libglfw.i686 mesa-libGL-devel-7.9-5.fc14.i686 mesa-libGL-7.9-5.fc14.i686 mesa-libGL-devel-7.9-5.fc14.i686 mesa-libGL-7.9-5.fc14.i686 mesa-libGL-devel-7.9-5.fc14.i686 kernel-PAE-devel.i686 java gcc python kernel-devel kernel-PAE-devel.i686 iptraf mc wget

wget ftp://ftp.univie.ac.at/systems/linux/fedora/releases/14/Fedora/i386/os/Packages/kernel-devel-2.6.35.6-45.fc14.i686.rpm http://download2-developer.amd.com/amd/Stream20GA/ati-stream-sdk-v2.1-lnx32.tgz http://download2-developer.amd.com/amd/Stream20GA/icd-registration.tgz http://www2.ati.com/drivers/linux/ati-driver-installer-11-1-x86.x86_64.run http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.3.19/bitcoin-0.3.19-linux.tar.gz http://adterrasperaspera.com/images/DiabloMiner.zip

echo "export ATISTREAMSDKSAMPLESROOT=/ati-stream-sdk-v2.1-lnx32" >> /root/.bash_profile
echo "export ATISTREAMSDKROOT=/ati-stream-sdk-v2.1-lnx32" >> /root/.bash_profile
echo "export LD_LIBRARY_PATH=$ATISTREAMSDKROOT/lib/x86:$LD_LIBRARY_PATH" >> /root/.bash_profile
export LD_LIBRARY_PATH=/usr/lib

echo "export LD_LIBRARY_PATH=/usr/lib" >> /etc/rc.d/rc.local
echo "export LD_LIBRARY_PATH=/ati-stream-sdk-v2.1-lnx32/lib/x86" >> /etc/rc.d/rc.local
echo "blacklist radeon" >> /etc/modprobe.d/blacklist.conf
echo "blacklist radeonhd" >> /etc/modprobe.d/blacklist.conf

rpm -e kernel-devel-2.6.35.12-88.fc14.i686
rpm -i kernel-devel-2.6.35.6-45.fc14.i686.rpm
tar xvzf ati-stream-sdk-v2.1-lnx32.tgz

bash /ati-driver-installer-11-1-x86.x86_64.run
reboot

aticonfig --initial --adapter=all
reboot

lsmod |grep fglrx
aticonfig --list-adapters

cd /
tar xvzf icd-registration.tgz
cd /ati-stream-sdk-v2.1-lnx32/samples/opencl/
make
chmod +x /ati-stream-sdk-v2.1-lnx32/samples/opencl/bin/x86/CLInfo
export LD_LIBRARY_PATH=/ati-stream-sdk-v2.1-lnx32/lib/x86
/ati-stream-sdk-v2.1-lnx32/samples/opencl/bin/x86/CLInfo

cd /
tar xvzf bitcoin-0.3.19-linux.tar.gz
mkdir /root/.bitcoin/
touch  /root/.bitcoin/bitcoin.conf

echo "rpcuser=username" >> /root/.bitcoin/bitcoin.conf

echo "rpcpassword=password" >> /root/.bitcoin/bitcoin.conf
echo "killall -9 bitcoind"  >> /etc/rc.d/rc.local
echo "killall -9 java"  >> /etc/rc.d/rc.local
echo "/bitcoin-0.3.19/bin/32/bitcoind  >>bitcoind.log 2>&1 &" >> /etc/rc.d/rc.local
unzip DiabloMiner.zip

echo "sleep 5" >> /etc/rc.d/rc.local
echo "export DISPLAY=:0"  >> /etc/rc.d/rc.local
echo "cd /DiabloMiner"  >> /etc/rc.d/rc.local

echo "./DiabloMiner-Linux.sh -u user.worker -p password -o mining.bitcoin.cz -p 8332 -w 64 -f 1  >>diablominer.log 2>&1 &"  >> /etc/rc.d/rc.local

/etc/rc.d/rc.local



hero member
Activity: 481
Merit: 500
April 14, 2011, 08:52:49 AM
#1
Does anyone have any tips for getting OpenCL mining going under Fedora 14?

I'm roughly following the Ubuntu instructions and I'm at the part where it says to remove existing ATI drivers, so:

rpm -qa | grep ati
...
xorg-x11-drv-ati-6.13.1-0.4.20100705git37b348059.fc14.i686

If I try to remove the package, it wants to remove the xorg-x11-drivers too, which I'm afraid will break my system:

sudo yum remove xorg-x11-drv-ati
Loaded plugins: presto, refresh-packagekit
Setting up Remove Process
Resolving Dependencies
--> Running transaction check
---> Package xorg-x11-drv-ati.i686 0:6.13.1-0.4.20100705git37b348059.fc14 set to be erased
--> Processing Dependency: xorg-x11-drv-ati for package: xorg-x11-drivers-7.4-1.fc14.i686
--> Running transaction check
---> Package xorg-x11-drivers.i686 0:7.4-1.fc14 set to be erased
--> Finished Dependency Resolution

Dependencies Resolved

================================================================================
 Package          Arch Version                              Repository     Size
================================================================================
Removing:
 xorg-x11-drv-ati i686 6.13.1-0.4.20100705git37b348059.fc14 @updates      1.0 M
Removing for dependencies:
 xorg-x11-drivers i686 7.4-1.fc14                           @anaconda-InstallationRepo-201009291459.i386
                                                                          0.0
Jump to: