An open API service indexing awesome lists of open source software.

https://github.com/iam4x/vanitygen-bip39

Generate vanity / gas efficient Ethereum addresses for your hdwallet (bip39 12 or 24 words)
https://github.com/iam4x/vanitygen-bip39

bip39 bruteforce eth ethereum generator hdwallet mnemonic multi rust threads vanity zeros

Last synced: 7 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# vanitygen-bip39

image

> Generate Ethereum gas efficient addresses with leading zeros
>
> https://medium.com/coinmonks/on-efficient-ethereum-addresses-3fef0596e263

## Requirements

* Install rust (https://www.rust-lang.org/learn/get-started)

## 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