This blog is about the installation of Python-Bitcoinlib in Ubuntu 16.04.
Python-Bitcoinlib is a tool that can interact with the Bitcoin core. So, before installing Python-Bitcoinlib, we are required to install Bitcoin Core in advance. In this blog, we use the Bitcoin Core of (v0.15.1.0-g7b57bc998f).
First, follow the official tutorial and install the Bitcoin Core of (v0.15.1.0-g7b57bc998f).
// 192.168.0.111
$ cd /data
$ wget https://bitcoin.org/bin/bitcoin-core-0.20.1/bitcoin-0.20.1-x86_64-linux-gnu.tar.gz
$ tar xzf bitcoin-0.20.1-x86_64-linux-gnu.t