ERADICATE2 icon indicating copy to clipboard operation
ERADICATE2 copied to clipboard

Vanity address generator for CREATE2 addresses

Results 16 ERADICATE2 issues
Sort by recently updated
recently updated
newest added

I lost money on profanti - it was hacked. Is this new fork safe? Can't they generate it?

## Background [`CreateX`](https://github.com/pcaversaccio/createx) is now live on 56 EVM chains (see also [createx.rocks](https://createx.rocks)). TL;DR: `CreateX` is a factory smart contract to make easier and safer usage of the `CREATE` and...

## Pull request The mode is going to add the possibility to create addresses that start and end with a giver hex character, such as `0x1111....1111` ## Changes - I...

After adding the dependencies and compiling on Ubuntu, nothing would work. I ran `./ERADICATE2.x64 --benchmark` and got: ``` Devices: GPU0: NVIDIA GeForce 1660 Ti, ..... GPU1: Intel(R) UHD Graphics ........

If you use create2 to create a contract address, is there a factory address here? I don't understand the meaning of the - a parameter? I tried to set -...

ERADICATE2.x64 is crashing after 10 seconds when using more than one GPU Error: double free or corruption (fasttop) Segmentation fault (core dumped)

``` ./ERADICATE2.x64 -A 0x00000000000000000000000000000000deadbeef -I 0x00 --leading 0 ``` ``` Devices: GPU0: Apple M1, 11453251584 bytes available, 8 compute units Initializing OpenCL... Creating context...OK Compiling kernel...OK Building program...OK Running... Time:...

[Metamorphic](https://github.com/0age/metamorphic) is a popular complementary tool, with factories for multiple contracts deployed on mainnet. To avoid front-running / stealing of selfdestructed addresses (because the functions on the deployed factories are...

Include --zero-bytes on documentation