Python scripts which are for checking a wallet balance, show all transactions of an address. Blockchain.info API used.
There are 3 scripts in this repository.
single_address.py - Prints the final balance, total received bitcoins, usd equivalent and the number of transactions of the address.
wallet_balance.py - Shows the current balance of the wallet addresses in satoshi, bitcoin and the usd equivalent amount of the provided wallet address.
wallet_transactions.py Shows the every transaction made to the provided wallet address.
-
Fork, clone or download this repository
git clone https://github.com/sirdavalos/Bitcoin-Python.git
-
Navigate to the directory
cd Bitcoin
-
Add wallet addresses to 'inc/bitcoin-address.txt' file
-
Run the scripts
python wallet_balance.py
python single_address.py [WALLET ADDRESS]
python wallet_transactions.py [WALLET ADDRESS]
MIT License