How to Generate a Vanity Solana Address on Solmint
Generate a custom Solana wallet address that starts with a specific prefix and/or ends with a specific suffix. The tool runs a brute-force search entirely in your browser using a Web Worker — no server involved, completely private.
How to Use
Step 1: Under SETTINGS, enter your desired:
- Prefix: Characters the address should START with (e.g. "ABC").
- Suffix: Characters the address should END with (e.g. "XYZ").
- You can use prefix only, suffix only, or both at the same time.
Step 2: Set Case Sensitive:
- "Yes" — the prefix/suffix must match exact case (faster, stricter).
- "No" — case-insensitive matching (faster search, more flexible).
Step 3: Review the GENERATION INFO panel which shows: estimated difficulty, estimated generation time (at ~5000 wallets/second), and a preview of the resulting address pattern. Note: the estimator only works when prefix + suffix total is 4 characters or fewer.
Step 4: Click the "Start" button. A progress bar and countdown timer are displayed. "Generated Count" and "Speed (wallets/sec)" update in real-time.
Step 5: When a matching address is found, it appears in the RESULT section with: Public Key (the wallet address) and Private Key (the wallet's secret key) — with copy buttons for each.
Step 6: IMMEDIATELY copy and save both the public key and private key in a secure location. The result is only shown once in your browser — it is not stored anywhere.
⚠️ Notes
- Free tool — no fees of any kind. No wallet connection required.
- All computation runs locally in your browser via a Web Worker thread.
- Generation time grows exponentially with pattern length: 1 char = instant | 2 chars = ~1-2s | 3 chars = ~1-2min | 4 chars = ~1-2hr | 5+ chars = many hours.
- Solana addresses use base58 encoding: the characters 0 (zero), O (capital O), I (capital i), l (lowercase L) do NOT exist in Solana addresses.
- ⚠️ NEVER share your private key with anyone under any circumstances.


