Skip to content

Instantly share code, notes, and snippets.

@nwalke
Last active December 29, 2015 17:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nwalke/7703167 to your computer and use it in GitHub Desktop.
Save nwalke/7703167 to your computer and use it in GitHub Desktop.
sudo yum -y update
sudo yum -y groupinstall "Development Tools"
sudo yum -y install git libcurl-devel python-devel screen rsync yasm numpy openssl-devel
wget http://developer.download.nvidia.com/compute/cuda/5_5/rel/installers/cuda_5.5.22_linux_64.run
sudo sh cuda_5.5.22_linux_64.run
cd ~
git clone https://github.com/cbuchner1/CudaMiner
cd CudaMiner
./configure
PATH=/usr/local/cuda-5.5/bin:$PATH make
cd ~/Cudaminer
screen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment