Generates custom Solana keypairs with specified characters at the start or end of the address.
Last updated May 20, 2026
10
Stars
8
Forks
0
Issues
0
Stars/day
Attention Score
50
Language breakdown
Shell 100.0%
▸ Files
click to expand
README
Solana Custom Address Generator
This script allows you to generate Solana addresses with custom starting or ending characters.
Prerequisites
Before using this script, make sure you have the following installed:
bashcurlwget
Usage
- Clone this repository:
git clone https://github.com/dante4rt/solana-custom-address-generator.git
- Navigate into the repository directory:
cd solana-custom-address-generator
- Run the script:
chmod +x run.sh && ./run.sh
- Follow the prompts:
Enter the character you want to use for generating the key (max 8 characters):
R
Select where you want to place the character:
1. Start
2. End
- Once the script completes, it will generate the Solana address with the specified character placement.
Notes
- Ensure you have a stable internet connection to download necessary dependencies.
- This script relies on the Solana CLI for address generation, so make sure it's correctly installed and configured.
🔗 More in this category