centos7 搭建bitcoin/usdt 节点服务
1. 下载依赖 yum install -y boost-devel qt-devel protobuf-devel qrencode-devel libevent-devel libtool openssl-devel 2.下载 bitcoin core / omni core(usdt 节点) https://github.com/bitcoin/bitcoin.git https://github .com/OmniLayer/omnicore .git bitcoin 解压为 bitcoin-master usdt 解压为 omnicore-master 3. 安装libdb wget 'http://download.oracle.com/berkeley-db/db-5.1.29.NC.tar.gz' tar -xzf db-5.1.29.NC.tar.gz cd db-5.1.29.NC/build_unix/ ../dist/configure --enable-cxx --disable-shared --with-pic --prefix=/opt/bitcoin-master/db4/ (/opt/bitcoin-master 为2中解压的目录,usdt也要执行一次) make install 4. 打开到bitcoin (/opt/bitcoin