Author

Topic: CUDA Client on ArchLinux - the easy way (Read 7158 times)

member
Activity: 84
Merit: 10
April 03, 2011, 11:56:24 PM
#5
Does anyone know if there is more recently cuda client for ArchLinux?
newbie
Activity: 48
Merit: 0
December 06, 2010, 03:34:58 PM
#4
Thanks for your work erom2. Unfortunately I already upgraded to xorg-server 1.9 and have problems downgrading. Although xorg-server 1.9 is said to work (with text rendering problems) I can't even install nvidia-cuda (from AUR) because of my too new kernel version.
Is there any way to bypass that problem?
At the moment it seems like the easiest solution is to wait for an upgrade of nvidia-cuda (currently 260.24-3)
newbie
Activity: 8
Merit: 0
October 23, 2010, 05:46:56 AM
#3
Forbidden

You don't have permission to access /7/c/4/f14f8776c6625dfdade8185a8c526.png on this server.
LZ
legendary
Activity: 1722
Merit: 1072
P2P Cryptocurrency
October 17, 2010, 10:42:32 PM
#2
Just donated 3 BTC. Wink
full member
Activity: 123
Merit: 100
October 01, 2010, 03:43:54 PM
#1
I made a PKGBUILD for Bitcoind with CUDA support thanks to eurekafag's makefile (although I had to adapt it a lot because Arch deals with CUDA very differently), and of course nelisky's patch.

The PKGBUILD is there :
http://aur.archlinux.org/packages.php?ID=41392
It basically installs CUDA (it will take a very long time), fetches revision 155 of bitcoin, compiles the daemon and installs it.

However, the latest version of CUDA requires very recent Nvidia drivers, so you will have to install them first using this PKGBUILD (it installs both nvidia and nvidia-utils at the same time) :
http://fichiers.schnouki.net/archlinux/cuda/nvidia-260.24-1.src.tar.gz
These drivers won't work with xorg-server 1.9 so don't upgrade yet and keep 1.8 installed ! Once you installed the new driver, reboot to load the new kernel modules.

When everything is installed, starting and stopping bitcoind is as simple as this :
Code:
/etc/rc.d/bitcoind-cuda start
/etc/rc.d/bitcoind-cuda stop

You can add it to your DAEMONS array in /etc/rc.conf for absolute convenience.

The daemons runs as a separate user (bitcoin, with uid and gid 8333), so to interact with it, use sudo and set the datadir too, for example :
Code:
sudo bitcoind-cuda -datadir=/opt/bitcoin-daemon-cuda getinfo
You can alias it obviously, it will save you a lot of typing.

And, last but not least, here is a little screenshot to show it's working. I get approximately 10k hashes per second with a GeForce 8800 GTS.
http://uppix.net/7/c/4/f14f8776c6625dfdade8185a8c526.png

As far as I know, maintaining this should be fairly easy if nelisky maintains his patch of course.

Any donations accepted to 14hSU3uAaXHQkomxRym5ALfAeKuZEdrjyL.
Jump to: