erichkluo / VanityGen

An ethereum address vanity generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 tripple 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


Languages

Language:C 88.8%Language:Makefile 11.2%