Skip to content

Automatically generate seed phrases and check balances for Ethereum, Binance Smart Chain (BSC), and Polygon (MATIC) networks.

Notifications You must be signed in to change notification settings

cdw1p/evm-crypto-bruteforce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EVM Crypto Brute Force

This script is designed to automatically generate seed phrases and check balances for Ethereum, Binance Smart Chain (BSC), and Polygon (MATIC) 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 wallets.txt.

Preview

Installation

Make sure you have Node.js installed on your machine before running this script.

  • Clone this repository to your local machine.
  • Navigate to the project directory.
  • Run npm install to install the required dependencies.

Usage

To start the brute force process, run the following command in the terminal:

node index.js

The script will continuously generate seed phrases and check the balances of the associated wallets. Information about each checked wallet will be logged to the console. If a wallet with a non-zero balance is found, its information will also be appended to wallets.txt in the project directory.

Disclaimer

This script is provided for educational purposes only. Using this script to access wallets that you do not own may be illegal and unethical. The creator of this script is not responsible for any misuse or damage resulting from the use of this script.

Contributing

If you have suggestions for improving this script, please feel free to submit a pull request or open an issue.

Reporting Issues

If you encounter any issues while using this script, please report them by opening an issue in the repository.

About

Automatically generate seed phrases and check balances for Ethereum, Binance Smart Chain (BSC), and Polygon (MATIC) networks.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages