August 2018
Intermediate to advanced
90 pages
1h 57m
English
To install the Pi Bitcoin tools library, open the command-line program and execute the following command:
pip install bitcoin
This library connects to the bitcoin network and pulls data from places such as Blockchain.info.
We shall start by writing the equivalent of a Hello World program for bitcoin in Python. In the hello_bitcoin.py script, the demonstration of a new bitcoin address is created using Python.
Go through the following steps to run the program:
#!/usr/bin/env python'''Title - Hello BitcoinThis program demonstrates the creation of- private ...
Read now
Unlock full access