Skip to content

fffedor/genwalleth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CLI utility for generating ethereum wallets with specified letters and numbers

Usage: genwalleth -i <input>

Options:
      --help       Show help
      --version    Show version number 
  -i, --input      Numbers and letters from A to F
  -s, --sensitive  Case sensitive mode
  -p, --prefix     Search at the beginning of the address (suffix by default)
  -j, --json       Return result as JSON
  -t, --threads    Number of threads (CPUs count by default)

Installation

npm install -g .

Example of usage

Generating a beautiful wallet address with specified letters or numbers (e.g. "dead")

genwalleth -i dead

Generating one random wallet

genwalleth

About

CLI utility for generating ethereum wallets with specified letters and numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors