monero-vanity-wallet is simple tool to add custom text to the end of your Monero wallet.
Why the end and not the beginning?
Because the first character of a Monero wallet is always a "4", usually followed by a number or an "A".
Characters don't get truly random until a few characters into the wallet address, so adding the custom text to the end makes the most sense.
- Make sure you have Python 3.8 or newer installed
- Download the files in this repo and put them in a folder
- Download the Monero CLI Wallet, extract the files from the .zip and put them in the same folder
- Double click the "START_VANITY_GENERATOR.bat" file, or open your console and enter the command:
python monero_vanity_wallet.py
- When prompted, enter the custom text that you would like to have at the end of your wallet address
- That's it!
If you use this, throw me some XMR
- XMR:
4At3X5rvVypTofgmueN9s9QtrzdRe5BueFrskAZi17BoYbhzysozzoMFB6zWnTKdGC6AxEAbEE5czFR3hbEEJbsm4hCeX2S
- BTC:
1ACCQMwHYUkA1v449DvQ9t6dm3yv1enN87
- Cash App:
$LukeProfits
Monero uses Base58, so there are 58 possibilities for each character, two of which are correct ("A" or "a"). If we assume 30 wallets/min are generated:
- 1 custom character = 2 minutes to generate
- 2 custom characters = 2 hours to generate
- 3 custom characters = 4 days to generate
- 4 custom characters = 7 months to generate
- 5 custom characters = 35 years to generate
This vanity wallet generator is not the fastest (it uses the Monero CLI Wallet), but it is great for generating wallets if you just want a few custom characters at the end (for example: XMR).
- Lets you type in custom text and generates a Monero wallet with the custom text at the end
- Convenient .bat launcher
- Cool Monero color scheme & ASCII Art
- Python 3.8 or above
- Monero CLI Wallet