Skip to content

devlongs/vanity-address-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ethereum Vanity Address Generator

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.

Features

  • 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

Installation

  1. Clone the repository:
git clone https://github.com/devlongs/ethereum-vanity-address-generator.git
  1. Navigate to the project directory:
cd ethereum-vanity-address-generator
  1. Build the project:
go build
  1. 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).

About

A script that generates an Ethereum vanity address

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published