Skip to content

Releases: johguse/ERADICATE2

ERADICATE2-v0.40

27 May 19:04
Compare
Choose a tag to compare

Added scoring method to score on zero bytes anywhere in hash.

ERADICATE2-v0.31

28 Nov 19:01
Compare
Choose a tag to compare

Fix broken multi-GPU support (no unique deviceIndex used in salt). Remove broken cache system since kernel builds quickly.

ERADICATE2-v0.3

28 Nov 01:34
Compare
Choose a tag to compare

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

26 Nov 22:33
Compare
Choose a tag to compare

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

26 Nov 01:18
Compare
Choose a tag to compare

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.