An open API service indexing awesome lists of open source software.

https://github.com/jellymlg/ergo-vanitygen

Generate Ergo addresses that start or end with a specific word
https://github.com/jellymlg/ergo-vanitygen

Last synced: 5 days ago
JSON representation

Generate Ergo addresses that start or end with a specific word

Awesome Lists containing this project

README

        

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!