This chapter dives into the original and the best implementation of the blockchain technology by exploring the concepts of Bitcoin, and helps to differentiate cryptocurrency from the traditional digital currencies.
Clone the Bitcoin Core source code from https://github.com/bitcoin/bitcoin.git.
-
Execute the shell script :
./autogen.sh
-
Run the configuration script:
./configure
-
Compile the source code and run the executable:
make make install
-
Run the Bitcoin daemon:
bitcoind -daemon
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install bitcoind
https://bitcoin.org/en/full-node
pip install -r requirements.txt
python bitcoin_example.py