issues
search
0age
/
create2crunch
A Rust program for finding salts that create gas-efficient Ethereum addresses via CREATE2.
MIT License
495
stars
97
forks
source link
Further optimize CPU runner
#23
Open
DaniPopes
opened
4 months ago
DaniPopes
commented
4 months ago
Update dependencies
Enable assembly keccak256 by default; this is less portable and can be toggled off by building with
--no-default-features
Use standard threads that operate on incrementing a number, rather than rayon's range iterator
Optimize score calculation
--no-default-features