Skip to content

Instantly share code, notes, and snippets.

@icco
Created January 9, 2014 21:07
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 icco/8342041 to your computer and use it in GitHub Desktop.
Save icco/8342041 to your computer and use it in GitHub Desktop.
sed -i 's/^# d/d/g' /etc/apt/sources.list
apt-get update
apt-get -y install aptitude vim git make curl software-properties-common dnsutils
aptitude update && sudo DEBIAN_FRONTEND=noninteractive aptitude -y upgrade
aptitude -y install build-essential libssl-dev libdb4.8++-dev libdb4.8-dev libboost1.37-dev libminiupnpc-dev
git clone https://github.com/bobsomers/ANDREWCHANcoin.git /coin
cd /coin/src; make -f makefile.unix
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment