SolanaVanity 1.0.0
dotnet tool install --global SolanaVanity --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local SolanaVanity --version 1.0.0
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=SolanaVanity&version=1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package SolanaVanity --version 1.0.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SolanaVanity
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.
Features
- 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
Installation
.NET Tool (Recommended)
dotnet tool install --global SolanaVanity
Or, if you have the .nupkg
file:
dotnet tool install --global --add-source ./bin/nupkg SolanaVanity
Requirements
- .NET 9.0 SDK or later
Usage
After installation, use the solana-vanity
command:
solana-vanity --help
# Or
solana-vanity new --help
Example: Generate a keypair with a prefix
solana-vanity new --prefix boson
Options
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 |
Output
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, ...]
Security Notice
- Keep your private keys safe! Do not share them.
- Generated keys are not stored or transmitted.
Building from Source
Clone the repository:
git clone https://github.com/BosonWare-Technologies/SolanaVanity.git
cd SolanaVanity
dotnet build -c Release
License
This project is licensed under the MIT License.
Links
© BosonWare, Technologies. Authored by Realtin (CodingBoson).
Donations
If you find this project useful and would like to support its development, you can donate SOL to the following address: 3mdMuNXNmTNJvDc3tbYnAGhdVepS5Frt1g5bApLXfChp
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net9.0 is compatible. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
Version | Downloads | Last Updated |
---|---|---|
1.0.0 | 179 | 8/26/2025 |
Initial Release