Skip to content

BosonWare-Technologies/SolanaVanity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SolanaVanity

License: MIT

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

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

About

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.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages