Skip to content

Instantly share code, notes, and snippets.

@joshdvir
Created March 16, 2014 19:32
Show Gist options
  • Save joshdvir/9588562 to your computer and use it in GitHub Desktop.
Save joshdvir/9588562 to your computer and use it in GitHub Desktop.
# update your application db
apt-get update
# install dependencies
sudo apt-get install build-essential libcurl4-openssl-dev
# clone the cpuminer vertcoin repository
git clone https://github.com/Bufius/cpuminer-vert.git
# cd into it
cd cpuminer-vert
# configure
./autogen.sh
./configure CFLAGS="-O3"
# build
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment