vanity-new

0.1.1 • Public • Published

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 git@github.com:VieYang/VanityNEW.git
cd VanityNEW
npm install
./index.js

License

MIT

Package Sidebar

Install

npm i vanity-new

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

13.2 kB

Total Files

6

Last publish

Collaborators

  • vieyang