ASBT is a CLI based tool for managing and creating Bitcoin wallets.
- Python3
- pip
- Bitcoin, QR Code and Pillow modules
pip install bitcoin
pip install qrcode[pil]
or
pip install qrcode
pip install pillow
- Generate private key, output QR code and txt file
- Generate public key and output to txt file
- Generate wallet address, output QR code and txt file
- Display recent 10 transactions
- Display wallet balance
Simply run:
python ASBT.py