Skip to content

vieyang/VanityNEW

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Ethereum vanity address generator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.1%
  • Dockerfile 1.9%