Nodejs based tool to generate vanity ethereum addresses
- Generate multiple addresses
- Supports Multi-core processors
- vanity contract address
- faster, uses less memory, and has more status information than the upstream repository
Generate ethereum address:
$ pnpm run startgenerate 10 ethereum addresses:
$ pnpm run start -n 10generate 10 ethereum addresses starting with "dead" and ending with "beef":
$ pnpm run start -n 10 -p dead -s beefgenerate 10 ethereum addresses starting with "dead" and ending with "beef", using 8 threads:
$ pnpm run start -n 10 -p dead -s beef -t 8generate ethereum address with vanity contract address:
$ pnpm run start -p dead -s beef --contracthelp me
$ pnpm run start -hTo run from source:
git clone git@github.com:Cat7373/VanityEth.git
cd VanityEth
pnpm install
pnpm run startMIT