Skip to content

A dockerized Rust tool to quickly search for CREATE2 Ethereum addresses.

License

Notifications You must be signed in to change notification settings

stoooops/search-create2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CREATE2 Address Searcher

This is a simple tool to search for CREATE2 addresses.

Usage

run.sh \
    --factory <CREATE2 factory address> \
    --deployer <msg.sender address> \
    --salt <salt> \
    --init-code-hash <init code hash> \
    --zeros <number of leading zeros to search for> \
    --round-size <round size> \
    --num-rounds <number of rounds> \
    --num-threads <number of threads> \

About

A dockerized Rust tool to quickly search for CREATE2 Ethereum addresses.

Topics

Resources

License

Stars

Watchers

Forks