SolanaVanity is a cross-platform .NET CLI tool for generating Solana keypairs with vanity addresses. It allows you to create Solana wallet addresses that match a specific prefix or pattern, making your wallet more recognizable or personal.
- Fast vanity address generation for Solana
- Customizable patterns (prefix, suffix, or substring)
- Cross-platform: Runs on Windows, Linux, and macOS
- Easy to use command-line interface
- Secure keypair generation using .NET cryptography
- MIT Licensed and open source
dotnet tool install --global SolanaVanityOr, if you have the .nupkg file:
dotnet tool install --global --add-source ./bin/nupkg SolanaVanity- .NET 9.0 SDK or later
After installation, use the solana-vanity command:
solana-vanity --help
# Or
solana-vanity new --helpsolana-vanity new --prefix boson| Option | Description |
|---|---|
--prefix |
Match address prefix (e.g., cs) |
--suffix |
Match address suffix |
--contains |
Match address substring |
--threads |
Number of threads to use (default: auto) |
--case-sensitive |
Use a case sensitive search (default: False) |
--help |
Show help and usage |
For each match, the tool prints:
- The matching Solana address
- The corresponding private key (in base58 or JSON array)
Example output:
Address: boson1xyz...abc
Private Key: [12, 34, 56, ...]
- Keep your private keys safe! Do not share them.
- Generated keys are not stored or transmitted.
Clone the repository:
git clone https://github.com/BosonWare-Technologies/SolanaVanity.git
cd SolanaVanity
dotnet build -c ReleaseThis project is licensed under the MIT License.
© BosonWare, Technologies. Authored by Realtin (CodingBoson).
If you find this project useful and would like to support its development, you can donate SOL to the following address: 3mdMuNXNmTNJvDc3tbYnAGhdVepS5Frt1g5bApLXfChp