1.更换系统源
2.sudo apt-get install build-essential libtool autotools-dev autoconf automake libssl-dev libboost-all-dev libdb-dev libdb++-dev pkg-config libevent-dev git-core
3.百度bitcoinf0.12.1下载,解压
tar -zxvf bitcoin-0.12.1.tar.gz
复制到home目录下,修改名字为bitcoin
4.cd bitcoin
5../autogen.sh
6../configure --without-gui --with-incompatible-bdb
7.make -j 编译
make check (检查编译是否出现错误,如果error为0,则sudo make clean之后重新编译
8.sudo make install
安装编译好的二进制文件
成功:bitcoind -version查看版本
嘿!