Skip to content

Instantly share code, notes, and snippets.

View andreyddk's full-sized avatar
🤘
Rock and roll

Andrey Dudnik andreyddk

🤘
Rock and roll
View GitHub Profile
@andreyddk
andreyddk / install-bitcoind.sh
Created August 18, 2016 13:59 — forked from dizda/install-bitcoind.sh
Install bitcoind on debian wheezy
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