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)
- Host: GitHub
- URL: https://github.com/iam4x/vanitygen-bip39
- Owner: iam4x
- Created: 2021-12-29T23:01:42.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T22:43:57.000Z (about 2 years ago)
- Last Synced: 2025-03-01T00:17:52.606Z (8 months ago)
- Topics: bip39, bruteforce, eth, ethereum, generator, hdwallet, mnemonic, multi, rust, threads, vanity, zeros
- Language: Rust
- Homepage:
- Size: 20.5 KB
- Stars: 15
- Watchers: 4
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# vanitygen-bip39
> 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