Skip to content

iam4x/vanitygen-bip39

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vanitygen-bip39

image

Generate Ethereum gas efficient addresses with leading zeros

https://medium.com/coinmonks/on-efficient-ethereum-addresses-3fef0596e263

Requirements

Usage

  • git clone https://github.com/iam4x/vanitygen-bip39.git
  • cargo build --release
  • ./target/release/vanitygen-bip39 --help

Options

  • --threads (number of threads to use, default to max)
  • --words (mnemonic words count 12 or 24, default to both)
  • --score (min score results to display, default to 400 which is 4 leading zeros addresses)
  • --webhooks (post webhook to call when matching criteria address is found)

Todo

  • release binaries for linux/windows/macOS
  • release docker image
  • improve documentation

About

Generate vanity / gas efficient Ethereum addresses for your hdwallet (bip39 12 or 24 words)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages