Skip to content

Added --gas mode

Latest
Compare
Choose a tag to compare
@heathdutton heathdutton released this 15 Apr 20:29
d017c59

Adds --gas mode and is pre-compiled for PC or M1 Mac. This generates addresses scored based on gas efficiency (number of zero bytes in the address, regardless of location). It's much faster than searching for leading zeros.

profanity.exe --gas ~ 400 Mh/s on Nvida Geforce GTX 3070
profanity.x64 --gas ~ 48 Mh/s on M1 Mac

Approximations:
A Score 4 address saves at least 256 gas per transaction and takes seconds.
A Score 5 address saves at least 320 gas per transaction and takes minutes.
A Score 6 address saves at least 384 gas per transaction and takes hours.
A Score 7 address saves at least 448 gas per transaction and takes days.