Sign inSign up

marchand/vanityeth

By marchand

Updated about 8 years ago

Nodejs based tool to generate vanity ethereum addresses

Image
1

173

marchand/vanityeth repository overview

Vanity Eth

Nodejs based tool to generate vanity ethereum addresses

Features!

  • Generate multiple addresses
  • Supports Multi-core processors
  • vanity contract address
  • log to file
  • checksum based vanity address
Installation
$ npm install -g vanity-eth
$ vanityeth -i b00b5
Examples

Generate ethereum address:

$ vanityeth

generate 10 ethereum addresses:

$ vanityeth -n 10

generate 10 ethereum addresses with b00b5 as starting characters:

$ vanityeth -n 10 -i b00b5

generate 10 ethereum addresses with B00B5 as the checksum address (case sensitive):

$ vanityeth -n 10 -i B00B5 -c

generate ethereum address with vanity contract address:

$ vanityeth -i b00b5 --contract

log to file

$ vanityeth -n 10 -l

help me

$ vanityeth -h
Docker usage

Get the image

# Build image locally after cloning repository
$ docker build -t vanityeth .

# or download image
docker pull myetherwallet/vanityeth

Usage

$ docker run -it vanityeth

# Pass additional arguments
$ docker run -it vanityeth -i deadbeef
Running Locally

To run from source:

git clone [email protected]:MyEtherWallet/VanityEth.git
cd VanityEth
npm install
./index.js

License

MIT

Tag summary

Content type

Image

Digest

Size

22.4 MB

Last updated

about 8 years ago

docker pull marchand/vanityeth