Skip to content

Instantly share code, notes, and snippets.

@fastmover
Last active December 25, 2017 19:05
Show Gist options
  • Save fastmover/aaf9d8e25b61b445cdc68cd989844930 to your computer and use it in GitHub Desktop.
Save fastmover/aaf9d8e25b61b445cdc68cd989844930 to your computer and use it in GitHub Desktop.
A quick setup script for compiling crypto currencies on Ubuntu 16.04
#!/bin/bash
apt update
apt install -y build-essential libssl-dev software-properties-common git libminiupnpc-dev
add-apt-repository ppa:bitcoin/bitcoin
apt update
apt install -y libdb4.8-dev libdb4.8++-dev libboost-all-dev
cd src/
make -f makefile.unix
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment