This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wget https://github.com/bitcoin/bitcoin/archive/v0.9.3.tar.gz | |
tar xvzf v0.9.3.tar.gz | |
mv bitcoin-0.9.3/ daemon/ | |
apt-get install build-essential libtool autotools-dev autoconf libssl-dev libboost-all-dev pkg-config | |
# Get configure | |
./autogen.sh | |
# Enable hardening is more secure |