Skip to content

nimobtc/Wei-Sweeper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

FORKED FROM Cr0mb.

He's the creator of the script.

Replace xxxxxxxxxxxxxxxxxxxxxxx from ETHERSCAN_API_URL with your/user API ID.


Cr0mb

These projects are intended solely for educational purposes to help individuals understand the principles of cryptography and blockchain technology. It is important to recognize that attempting to generate Bitcoin wallets in the hope of randomly finding one with a balance is not a feasible strategy. This same logic applies to any tool that tries to work in any way the same as this.

The number of possible Bitcoin wallet combinations exceeds 76 trillion, making the odds of discovering an active wallet astronomically low. To put it into perspective, you are statistically far more likely to win the lottery every day for the rest of your life than to recover even a single wallet with funds—even over the course of a decade.

image

Wei-Sweeper

Wei Sweeper is a Python script that generates Ethereum wallets, derives their addresses from BIP39 mnemonics, and checks their balances using the BlockCypher API. If a generated wallet has a non-zero balance, it is saved to a file.

Features

  • Generates Ethereum wallets with either 12 or 24-word BIP39 mnemonics
  • Derives Ethereum addresses from the generated mnemonics
  • Checks wallet balances using the BlockCypher API
  • Saves wallets with non-zero balances to a file
  • User-friendly CLI with colorized output

Requirements

  • Python 3
pip install requests colorama bip_utils eth_utils web3

Disclaimer

This script is for educational and research purposes only. The author is not responsible for any misuse or unethical activities performed using this tool.

About

Wei Sweeper is a Python script that generates Ethereum wallets, derives their addresses from BIP39 mnemonics, and checks their balances using the BlockCypher API. If a generated wallet has a non-zero balance, it is saved to a file.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 100.0%