# bip39-balance-checker
This Python script checks Bitcoin (BTC) wallets generated from 12, 15, 18, 21 & 24 random word seeds.
Legacy, SegWit, Nested Segwit & Taproot.
This script is only for educational purposes.
Don't use it for illegal activities.
Before running, please install:
pip install rich
pip install real-useragent
pip install libcrypto
- bip39-checker-12.py >> For 12 words checking.
- bip39-checker-15.py >> For 15 words checking
- bip39-checker-18.py >> For 18 words checking
- bip39-checker-21.py >> For 21 words checking
- bip39-checker-24.py >> For 24 words checking
Tip:
You can open each script on a different terminal tab at once or run them on Linux VPS for 24/7 checking.
Code Sharing:
Use the code freely and if you have ideas to integrate with other blockchain like TRX, ETH, BNB..
Submit an issue in order to implement it.