Nodejs based tool to generate vanity ethereum addresses
- Generate multiple addresses
- Supports Multi-core processors
- vanity contract address
- log to file
- checksum based vanity address
- Support Beginning & Ending
i'm too lazy to upload it on npmjs just take the files and edit them in C:\Program Files\nodejs\node_modules\vanity-eth\libsGenerate ethereum address:
$ vanityethgenerate 10 ethereum addresses:
$ vanityeth -n 10generate 10 ethereum addresses with deadbeef as starting characters:
$ vanityeth -n 10 -i deadbeefgenerate 10 ethereum addresses with DEADBEEF as the checksum address (case sensitive):
$ vanityeth -n 10 -i DEADBEEF -cgenerate ethereum address with vanity contract address:
$ vanityeth -i deadbeef --contractlog to file
$ vanityeth -n 10 -lhelp me
$ vanityeth -hGenerate wallet that starts with abc and ends with xyz
$ vanityeth -i abc -e xyzGet the image
# Build image locally after cloning repository
$ docker build -t vanityeth .
# or download image
docker pull myetherwallet/vanityethUsage
$ docker run -it vanityeth
# Pass additional arguments
$ docker run -it myetherwallet/vanityeth -i deadbeef
To run from source:
git clone [email protected]:MyEtherWallet/VanityEth.git
cd VanityEth
npm install
./index.jsMIT