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
- Host: GitHub
- URL: https://github.com/jellymlg/ergo-vanitygen
- Owner: jellymlg
- Created: 2023-05-30T02:02:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-17T09:01:00.000Z (over 1 year ago)
- Last Synced: 2024-01-17T16:30:05.635Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ergo - Ergo Vanity Address Generator
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 addressesExample:
`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!