vanity-eth
v2.0.1
Published
ethereum vanity address generator
Readme
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 deadbeefExamples
Generate 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 -hDocker usage
Get 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 deadbeefRunning Locally
To run from source:
git clone [email protected]:MyEtherWallet/VanityEth.git
cd VanityEth
npm install
./index.jsLicense
MIT
