Skip to content

nev98coin/MultiChainBruteWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MultiChainWalletBrute

Overview

MultiChainWalletBrute is a powerful and efficient tool designed to brute force multiple wallet mnemonics. This multi-threaded application can automatically generate seed phrases and check balances across various blockchain networks. When a wallet with a non-zero balance is discovered, the tool logs the wallet's details (address, mnemonic, private key, and balances) and saves them to a file named result.txt.

Showcase

1

Features

Light and Fast

  • Low System Resource Requirements: Designed to operate efficiently without impacting normal system operations.
  • Long-Term Operation: Capable of running for extended periods without degradation in performance.

Multi-Threading

  • Enhanced Power: Utilizes multi-threaded collision to significantly boost performance.
  • Customizable Threads: The number of threads can be customized (available in the Standard version), allowing the tool to leverage the full power of your device.

Customizable RPC Node

  • Stable Network: Users can configure RPC nodes to maintain a stable and long-term connection to blockchain networks.

Multi-Chain Support

  • Versatile Chain Switching: Easily switch between different blockchain networks by changing nodes.
  • Supported Networks: Ethereum Mainnet, sidechains, and layer 2 networks, including ETH Mainnet, Binance Smart Chain, Polygon, Arbitrum One, and more.

Installation

To install MultiChainWalletBrute, clone the repository and install the necessary dependencies:

git clone 
cd MultiChainWalletBrute
pip install -r requirements.txt

Latest version

Also you can download the latest version of the program in the release section

Usage

Run the tool using the following command:

python multichainwalletbrute.py

The tool will start generating seed phrases and checking wallet balances. All results will be saved in result.txt.

Contributing

We welcome contributions from the community. If you wish to enhance the functionality or security of this tool, please fork the repository and submit a pull request with your improvements.

Acknowledgments

  • Community Support: Thanks to the community for providing the underlying technologies that make this tool possible.
  • User Contributions: Gratitude to all users who contribute by sharing their feedback and improvements.