Skip to content

Instantly share code, notes, and snippets.

@paulsheldrake
Last active January 4, 2016 17:18
Show Gist options
  • Save paulsheldrake/8652724 to your computer and use it in GitHub Desktop.
Save paulsheldrake/8652724 to your computer and use it in GitHub Desktop.
#!/bin/bash
yum -y groupinstall "Development Tools"
wget http://dl.fedoraproject.org/pub/epel/5/x86_64/epel-release-5-4.noarch.rpm
wget http://rpms.famillecollet.com/enterprise/remi-release-5.rpm
rpm -Uvh epel-release-5*.rpm
rpm -Uvh remi-release-5*.rpm
yum -y install python-devel screen
yum --enablerepo=remi install libcurl-devel -y
cd ~/
wget http://darkgamex.ch/ufasoft/ufasoft_bitcoin-miner-0.32-x64-portable.tar.xz
tar -xvpf ufasoft_bitcoin-miner-0.32-x64-portable.tar.xz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment