Skip to content

Generate Ergo addresses that start or end with a specific word

Notifications You must be signed in to change notification settings

jellymlg/ergo-vanitygen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ergo vanitygen

Usage: java -jar ergo-vanitygen-VERSION.jar [options]
-s, --start              look for pattern at the start of addresses
-e, --end                look for pattern at the end of addresses
-m, --matchCase          match provided pattern with case sensitivity
-b, --batchSize [value]  the number of addresses to check at once in paralell, 1000 by default
-p, --pattern [value]    pattern to look for in addresses

Example:
java -jar ergo-vanitygen-1.1.jar -e -p heLLo -m
This example will try finding an address that ends exactly with "heLLo" (case-sensitive)

WARNING: Randomly guessing seeds is demanding for the CPU: finding a 5 letter value can take millions of guesses!

About

Generate Ergo addresses that start or end with a specific word

Resources

Stars

Watchers

Forks

Languages