Skip to content

Instantly share code, notes, and snippets.

View adsorptionenthalpy's full-sized avatar

Adam Androulidakis adsorptionenthalpy

View GitHub Profile

Keybase proof

I hereby claim:

  • I am adsorptionenthalpy on github.
  • I am serpentchain (https://keybase.io/serpentchain) on keybase.
  • I have a public key ASD5s0DMHSk_B3swSIZ_vFKUMlF1tAWr42xBpvmiRi7ucAo

To claim this, I am signing this object:

@adsorptionenthalpy
adsorptionenthalpy / Compile Bitcoin from source (Ubuntu)
Last active May 22, 2018 16:58
Compile Bitcoin from source (Ubuntu)
Tested on Ubuntu 14.04, 16.04, 17.04, 17.10, 18.04
Install dependencies:
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install build-essential libtool autotools-dev autoconf pkg-config libssl-dev
sudo apt-get install libboost-all-dev libevent-dev
sudo apt-get install libqt5gui5 libqt5core5 libqt5dbus5 qttools5-dev qttools5-dev-tools libprotobuf-dev protobuf-compiler
sudo apt-get install libqrencode-dev libminiupnpc-dev