A vanity address generator for Raptoreum - RTM
pip3 install -r requirements.txt
Simple run with default params, string is the thing to search for.
The longer the string the longer the search.
python3 vanity.py --string="Egg"
Command line options:
--processes=4number of processes to use, default 4--case=falseor--case=truecase sensitive search? (way longer, false by default)--max=100max number of hits per process.
The script spits out addresses and related privatekey (raw hex form), one per line.
Encode the various strings to search for with | as separator.
Ex:
python3 vanity.py --string="Egg|3gg" will search for both "Egg" and "3gg". Add as many as you need.
Way less optimized, slower and less efficient by nature (half entropy).
Uses Stacy bot derive path.
Ex:
python3 vanity_bip.py --string="rapt" --indices=5
Command line options:
- same as vanity.py, plus:
--indices=2number of indices to test per mnemonic, default 2 (Stacy bot uses 2 first indices)
If you require case sensitive matching, search will be way longer, and some strings you just can't have.
For instance you can have a L but no l. You can Have o (the letter, lowercap) but no O (upper case) and no 0 (the number).
Full charset is 123456789ABCDEFGHJKLMNPQRSTUVWXYZabcdefghijkmnopqrstuvwxyz
This is part of base58 encoding, no way around that.
Affero GPL
You can use and modify freely, including in paid services and saas, as long as you release the source code and modifications.
RAoKaVD9D2jGXuRUEsJmLXYztr3Kdnqsyf