VanityForge is a powerful CLI tool designed for generating blockchain Vanity addresses with efficiency and ease. It supports multiple networks offering a wide range of customization options for address generation. (See Supported Chains)
- Generate Bech32 Vanity Addresses: Create personalized addresses with specific patterns.
- Multi-Core Support: Utilizes all CPU cores for faster generation.
- Customizable Address Patterns: Specify substrings for addresses to start with, end with, or contain.
- Minimum Character Requirements: Set required minimum letters or digits in addresses.
- Cross-Platform Compatibility: Binaries available for Linux, macOS, and Windows.
- Generate Bech16 EVM Vanity Addresses
Download the latest binary releases from the Releases page. .
If you don't want to use the binaries you can also build from source:
Required go version: 1.20
git clone https://github.com/01node/vanity-forge vanity-forge
cd vanity-forge
go build .
Interactive usage is available by running ./vanity-forge
without any flags.
Usage of ./vanity-forge:
-n, --accounts-number int Amount of accounts you need
-c, --chain string Chain selector string
-d, --digits int Amount of digits (0-9) that the address must contain
-l, --letters int Amount of letters (a-z) that the address must contain
-m, --mode string Matcher mode (contains, starts-with, ends-with, regex)
-s, --search string Search string
-v, --verbose Verbose output
- Cosmos
- Celestia
- dYdX
- Berachain
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.
- https://github.com/hukkin/cosmosvanity used as inspiration for the project.