Generate Solana Wallets
Create fresh Solana wallets in bulk or with custom vanity addresses.
Before you start
- No wallet connection required
- Generation runs entirely in your browser
Choose generation mode
The tool has two modes. Bulk mode generates many wallets at once instantly. Vanity mode generates a single wallet whose address starts or ends with characters you choose. Switch between them with the mode toggle at the top.
Mode
Count
All generation runs in your browser using a Web Worker. No keys are ever sent to any server.
For Bulk mode: set how many wallets
Enter the number of wallets you need. You can generate up to 500 wallets at a time. Click Generate and they appear instantly.
Number of wallets
For Vanity mode: set your prefix or suffix
Type the characters you want your address to start with (prefix) or end with (suffix). The generator searches through random keys until it finds a match. Longer patterns take longer: 3 characters is fast, 5+ characters can take several minutes.
Prefix
Suffix
Solana addresses use base58 characters: 1-9, A-Z, a-z, with no 0, O, I, or l. If your prefix includes those letters the generator will find no match.
Download your wallets
After generation, three download buttons appear. Download All CSV saves every wallet with both public and private keys. Download Public Keys saves only addresses (safe to share). Download Private Keys saves only private keys (keep secret).
Private Keys (base58) - one per line
Keep private keys secret. Never share them with anyone.
Save the CSV file immediately. Private keys are not stored on any server. If you lose the file, there is no way to recover the wallets.
What to do next
All Solana Tutorials