Bitcoin Forum
April 25, 2024, 06:28:25 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Fedora 14 tips?  (Read 2414 times)
bitcoindaddy (OP)
Hero Member
*****
Offline Offline

Activity: 481
Merit: 500


View Profile
April 14, 2011, 12:52:49 PM
 #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
1714026505
Hero Member
*
Offline Offline

Posts: 1714026505

View Profile Personal Message (Offline)

Ignore
1714026505
Reply with quote  #2

1714026505
Report to moderator
1714026505
Hero Member
*
Offline Offline

Posts: 1714026505

View Profile Personal Message (Offline)

Ignore
1714026505
Reply with quote  #2

1714026505
Report to moderator
The Bitcoin software, network, and concept is called "Bitcoin" with a capitalized "B". Bitcoin currency units are called "bitcoins" with a lowercase "b" -- this is often abbreviated BTC.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714026505
Hero Member
*
Offline Offline

Posts: 1714026505

View Profile Personal Message (Offline)

Ignore
1714026505
Reply with quote  #2

1714026505
Report to moderator
1714026505
Hero Member
*
Offline Offline

Posts: 1714026505

View Profile Personal Message (Offline)

Ignore
1714026505
Reply with quote  #2

1714026505
Report to moderator
1714026505
Hero Member
*
Offline Offline

Posts: 1714026505

View Profile Personal Message (Offline)

Ignore
1714026505
Reply with quote  #2

1714026505
Report to moderator
gusti
Legendary
*
Offline Offline

Activity: 1099
Merit: 1000


View Profile
April 14, 2011, 01:21:21 PM
 #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




If you don't own the private keys, you don't own the coins.
bitcoindaddy (OP)
Hero Member
*****
Offline Offline

Activity: 481
Merit: 500


View Profile
April 14, 2011, 01:22:25 PM
 #3

Excellent. Thanks Gusti. I'll try it when I get home.
Cryptoman
Hero Member
*****
Offline Offline

Activity: 726
Merit: 500



View Profile
April 14, 2011, 02:35:23 PM
 #4

It looks like gusti has you covered, but there is also a Fedora 14 howto here: http://bitcointalk.org/index.php?topic=1334.msg45364#msg45364.

"A small body of determined spirits fired by an unquenchable faith in their mission can alter the course of history." --Gandhi
CubedRoot
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250


View Profile
May 16, 2011, 11: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?
error
Hero Member
*****
Offline Offline

Activity: 588
Merit: 500



View Profile
May 17, 2011, 12:09:11 AM
 #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).

3KzNGwzRZ6SimWuFAgh4TnXzHpruHMZmV8
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!