Releases: johguse/ERADICATE2
ERADICATE2-v0.40
ERADICATE2-v0.31
Fix broken multi-GPU support (no unique deviceIndex used in salt). Remove broken cache system since kernel builds quickly.
ERADICATE2-v0.3
Major rework with new approach that simplified the code a lot but that in and of itself didn't result in any substantial speed gains. However, some minor improvements to the Keccak code led to ~15% increase in speed.
ERADICATE2-v0.2
Fix bug where init code couldn't exceed 20 bytes. Move hash step of init code to the CPU and support arbitrary lengths by using tiny_sha3 library (https://github.com/mjosaarinen/tiny_sha3). Reading init code from file is now supported using -i flag. Whitespace in the beginning and end of the file will be trimmed.
ERADICATE2-v0.1
First version of a CREATE2 vanity address generator. The init_code
is currently limited to a single Keccak pass so no more than 199 input bytes are accepted.