01node / vanity-forge

VanityForge is a powerful CLI tool designed for generating Tendermint Chains vanity addresses with efficiency and ease.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VanityForge

VanityForge

Introduction

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)

Key Features

  • 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

Getting Started

Installation

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 .

Usage

Interactive usage is available by running ./vanity-forge without any flags.

Demo

Advanced Usage

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

Advanced demo

Supported Chains

  • Cosmos
  • Celestia
  • dYdX
  • Berachain

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details.

Acknowledgements

About

VanityForge is a powerful CLI tool designed for generating Tendermint Chains vanity addresses with efficiency and ease.

License:Apache License 2.0


Languages

Language:Go 100.0%