Skip to content

tjade273/VanityGen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanityGen

This is a simple but very fast vanity address generator for Ethereum-style secp256k1/keccak256 addresses.

I use the efficient endomorphism on secp256k1 described here to approximately triple the pubkeys tried per second.

Requires

  • GMP (Availible via apt, brew, etc.)

Checkout and build with

git clone --recursive https://github.com/tjade273/VanityGen.git
cd VanityGen
make

Run as

./bin/vanity PREFIX [NUM_CORES]

For example

./bin/vanity deadbeef 4

About

An ethereum address vanity generator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published