New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vanity-eth-create2

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vanity-eth-create2

ethereum vanity address generator create2

latest
Source
npmnpm
Version
1.2.0
Version published
Weekly downloads
2
-50%
Maintainers
1
Weekly downloads
 
Created
Source

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 deadbeef

Examples

Generate ethereum address:

$ vanityeth

generate 10 ethereum addresses:

$ vanityeth -n 10

generate 10 ethereum addresses with deadbeef as starting characters:

$ vanityeth -n 10 -i deadbeef

generate 10 ethereum addresses with DEADBEEF as the checksum address (case sensitive):

$ vanityeth -n 10 -i DEADBEEF -c

generate ethereum address with vanity contract address:

$ vanityeth -i deadbeef --contract

log to file

$ vanityeth -n 10 -l

help me

$ vanityeth -h

Docker usage

Get the image

# Build image locally after cloning repository
$ docker build -t vanityeth .

# or download image
docker pull myetherwallet/vanityeth

Usage

$ docker run -it vanityeth

# Pass additional arguments
$ docker run -it myetherwallet/vanityeth -i deadbeef

Running Locally

To run from source:

git clone git@github.com:MyEtherWallet/VanityEth.git
cd VanityEth
npm install
./index.js

License

MIT

Keywords

vanity

FAQs

Package last updated on 26 Nov 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts