WARNING! THIS PROJECT IS EXAMPLE ;) This project consists of a Bitcoin wallet scanner that generates a list of addresses and checks their balances using the Blockchain.info API. It sorts addresses based on balances, creating a ranking.
How to Use:
Dependencies Installation
Before running the script, make sure to have the following dependencies installed:
requests: Used to make HTTP requests.
tqdm: Progress bar for loops.
Install dependencies using the following command:
pip install requests
pip install tqdm
Clone the repository:
git clone https://github.com/Systemic404/SimpleBTC-Wallet-Scan.git
Run the script:
python main.py
Contributions Contributions are welcome! If you find issues or want to add features, feel free to open an issue or submit a pull request.
Author
Systemic404
License This project is licensed under the MIT License - see the LICENSE file for details.
Disclaimer Usage of this tool for any illegal or unethical activities is entirely the user's responsibility. The author disclaims any liability for misuse or damages caused by the tool.