iam4x / vanitygen-bip39

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

Repository from Github https://github.comiam4x/vanitygen-bip39Repository from Github https://github.comiam4x/vanitygen-bip39

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)


Languages

Language:Rust 100.0%