Problem scenario
You want to use Python to get data from BTC transactions. You do not want to use “import requests”. What do you do?
Solution
Prerequisite
This assumes you have installed the Bitcoin pypi package: pip install bitcoin
If you need assistance installing pip, see this posting for Ubuntu or this posting for a Red Hat derivative.
…
Continue reading “How Do You Use Python to Retrieve Information about Bitcoin Transactions?”