johguse / ERADICATE2

Vanity address generator for CREATE2 addresses
261 stars 59 forks source link

don't understand the meaning of the -A parameter #12

Open greyireland opened 2 years ago

greyireland commented 2 years ago

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 - A as the factory address. The generated contract address is incorrect

wangbar0133 commented 2 years ago

Same problem. I using -A parameter as factory comtract address but got wrong address. I made a tool by using go-ethereum crypto lib, but it's too slow to use. https://github.com/wangbar0133/create2

dennohpeter commented 1 year ago

same problem here