The Ethereum Vanity Address Generator is a Go-based tool that allows you to generate Ethereum addresses with a desired prefix. It provides a simple and efficient way to create personalized and memorable Ethereum addresses.
- Generate Ethereum addresses with a specified prefix
- Customizable prefix length and characters
- Fast and efficient generation algorithm
- Easy-to-use command-line interface
- Generates corresponding private keys for the vanity addresses
- Clone the repository:
git clone https://github.com/devlongs/ethereum-vanity-address-generator.git
- Navigate to the project directory:
cd ethereum-vanity-address-generator
- Build the project:
go build
- Usage To generate a vanity address, run the following command:
./ethereum-vanity-address-generator <prefix>
Replace with the desired prefix for your vanity address. The prefix should only contain valid hexadecimal characters (0-9, a-f).