vanity-new

newton vanity address generator

Usage no npm install needed!

<script type="module">
  import vanityNew from 'https://cdn.skypack.dev/vanity-new';
</script>

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

License

MIT