/rtm-vanity

A vanity address generator for Raptoreum - RTM

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

rtm-vanity

A vanity address generator for Raptoreum - RTM

Install

pip3 install -r requirements.txt

Usage

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=4 number of processes to use, default 4
  • --case=false or --case=true case sensitive search? (way longer, false by default)
  • --max=100 max number of hits per process.

The script spits out addresses and related privatekey (raw hex form), one per line.

Search for multiple matches

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.

Mine for BIP32 mnemonics

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=2 number of indices to test per mnemonic, default 2 (Stacy bot uses 2 first indices)

Warnings

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.

Licence

Affero GPL
You can use and modify freely, including in paid services and saas, as long as you release the source code and modifications.

Donation Address

RAoKaVD9D2jGXuRUEsJmLXYztr3Kdnqsyf