Skip to content

Instantly share code, notes, and snippets.

@jkirkby91
Last active July 5, 2016 16:16
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 jkirkby91/16c5824bda542f71d3a89fcf89f86f64 to your computer and use it in GitHub Desktop.
Save jkirkby91/16c5824bda542f71d3a89fcf89f86f64 to your computer and use it in GitHub Desktop.
#!/bin/sh
############################################################
######### Install Bitcoin ########
############################################################
## ##
## ##
## ##
## ##
## ##
## ##
## ##
## /\ /\ ##
## <~ ~> <~ ~> ##
## |/\| |/\| ##
## /\ /\ ##
## # \ /`-\ ##
## / ###\ /`--_\ ##
## ,# ##.`---__`. ##
## / #### \--__ ~ \ ##
## # #####__ ~~~~| ##
## \##### / ~~~~~/ ##
## `____#####_~~---_' ##
############################################################
############################################################
############################################################
############################################################
############################################################
############################################################
############################################################
############################################################
#Download general libs for *coind servers
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo aptitude update
sudo aptitude install build-essential libglib2.0-dev libglibmm-2.4-dev libqt4-dev python-dev libcurl4-gnutls-dev -y;
sudo apt-get build-dep bitcoin -y;
sudo aptitude install bitcoind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment