Skip to content

Generate Ethereum wallets, finding addresses that start with a maximum number of leading zeros

Notifications You must be signed in to change notification settings

Nov1kov/zerohunt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ZeroHunt

ZeroHunt is a Rust-based tool designed to generate Ethereum wallets with a specific focus on finding addresses that start with a maximum number of leading zeros. This project utilizes multi-threading with Tokio to efficiently scan through potential wallet addresses.

Usage

By default, the program will continuously generate Ethereum wallets and output addresses with the maximum number of leading zeros found. The results will be logged in a file named scanned_keys.txt.

This script also identifies and saves addresses with consecutive repeating characters after leading zeros. For example: 0x0000...bbbb...

git clone https://github.com/Nov1kov/zerohunt.git
cd zerohunt
cargo build
cargo run --release 9

a single argument: the target number of leading zeros. If not provided, it defaults to 8.

Running with Docker

docker build -t zero_hunt .
docker run -d --name zerohunt -v $(pwd):/app zerohunt

Example output

New best address with 5 leading zeros and 2 repeating characters: 0x0000093849ce47cd01ad266e2d083690601898c9
New best address with 5 leading zeros and 3 repeating characters: 0x00000dccc200ac0550fc22cf7ad1821d1ce65b6f
New best address with 5 leading zeros and 3 repeating characters: 0x00000a65bbd9ab3f1e4ac747dfd9836051666427
Wallet generation rate: 207941.45 wallets/sec
New best address with 6 leading zeros and 2 repeating characters: 0x000000161056f1a577193819fa1d57727b9b6aba
New best address with 7 leading zeros and 2 repeating characters: 0x0000000fa18ba5fb3516b94187059bae8ffc9675
Wallet generation rate: 207941.45 wallets/sec

About

Generate Ethereum wallets, finding addresses that start with a maximum number of leading zeros

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published