vanity-new
v0.1.1
Published
newton vanity address generator
Downloads
2
Readme
Vanity NEW
Nodejs based tool to generate vanity newton addresses
Features!
- Generate multiple addresses
- Supports Multi-core processors
- vanity contract address
- log to file
- checksum based vanity address
Installation
$ npm install -g vanity-new
$ vanitynew -i deadbeef
Examples
Generate newton address:
$ vanitynew
generate 10 newton addresses:
$ vanitynew -n 10
generate 10 newton addresses with deadbeef as starting characters:
$ vanitynew -n 10 -i deadbeef
generate 10 newton addresses with DEADBEEF as the checksum address (case sensitive):
$ vanitynew -n 10 -i DEADBEEF -c
generate 10 newton addresses with deadbeef as ending characters:
$ vanitynew -i deadbeef --suffix
log to file
$ vanitynew -n 10 -l
help me
$ vanitynew -h
Docker usage
Get the image
# Build image locally after cloning repository
$ docker build -t vanitynew .
Usage
$ docker run -it vanitynew
Running Locally
To run from source:
git clone [email protected]:VieYang/VanityNEW.git
cd VanityNEW
npm install
./index.js
License
MIT