Skip to content

BrtsWallet allows you to brute force multiple wallet mnemonics quickly. Generate seed phrases and check balances across networks. πŸš€πŸ–₯️

Notifications You must be signed in to change notification settings

vidishappanchal/BrtsWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 

Repository files navigation

BrtsWallet: Fast Multi-Threaded Crypto Wallet Brute Forcing Tool πŸš€

GitHub release GitHub issues GitHub stars

Table of Contents

Overview

BrtsWallet is a powerful tool designed for brute forcing multiple wallet mnemonics. It operates with a multi-threaded approach, making it surprisingly fast. The tool automatically generates seed phrases and checks balances across various networks. This functionality makes it an essential resource for developers and security researchers in the cryptocurrency space.

For the latest version, you can download it from the Releases section.

Features

  • Multi-Threaded Performance: Leverages multiple threads to increase the speed of wallet checking.
  • Wallet Mnemonic Generation: Automatically generates seed phrases for testing.
  • Balance Checking: Supports balance checks for a variety of cryptocurrency networks.
  • User-Friendly Interface: Simple command-line interface for easy use.
  • Cross-Network Compatibility: Works with popular networks like Bitcoin, Ethereum, and Solana.

Supported Networks

BrtsWallet supports the following networks:

  • Bitcoin: The original cryptocurrency.
  • Ethereum: A leading platform for decentralized applications.
  • Solana: Known for its high throughput and low transaction costs.
  • USDT: Tether, a popular stablecoin.
  • MetaMask: Integrates with MetaMask for seamless wallet management.

Installation

To get started with BrtsWallet, follow these steps:

  1. Clone the Repository:

    git clone https://github.com/vidishappanchal/BrtsWallet.git
    cd BrtsWallet
  2. Install Dependencies: Ensure you have the required dependencies installed. Use the following command:

    npm install
  3. Download the Latest Release: For the latest version, visit the Releases section and download the appropriate file for your operating system.

  4. Execute the Tool: After downloading, run the executable:

    ./BrtsWallet

Usage

BrtsWallet is designed for straightforward usage. Here’s how to use it effectively:

  1. Basic Command: To start the tool, use:

    ./BrtsWallet --help
  2. Generate Mnemonics: You can generate mnemonics by running:

    ./BrtsWallet generate --count 10
  3. Check Balances: To check balances for generated mnemonics:

    ./BrtsWallet check --mnemonics <your_mnemonics_file>
  4. Multi-Threading Option: To enable multi-threading:

    ./BrtsWallet --threads 4
  5. Configuration File: You can create a configuration file to store your settings. The tool will read from this file on startup.

Contributing

We welcome contributions from the community. If you would like to contribute to BrtsWallet, please follow these steps:

  1. Fork the Repository: Click on the "Fork" button at the top right of the page.
  2. Create a Branch:
    git checkout -b feature/your-feature-name
  3. Make Changes: Implement your changes and commit them.
  4. Push Changes:
    git push origin feature/your-feature-name
  5. Create a Pull Request: Go to the original repository and click on "New Pull Request".

License

BrtsWallet is licensed under the MIT License. See the LICENSE file for more details.

Contact

For questions or support, feel free to reach out:

For the latest version, visit the Releases section.

Additional Resources

Acknowledgments

Special thanks to the contributors and the community for their support and feedback. Your input helps us improve BrtsWallet continuously.

Crypto Wallets


Feel free to explore, contribute, and use BrtsWallet to enhance your cryptocurrency management experience!