Skip to content

Generates custom Solana keypairs with specified characters at the start or end of the address.

Notifications You must be signed in to change notification settings

ademulyanaDEV/solana-custom-address-generator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • bash
  • curl
  • wget

Usage

  1. Clone this repository:

    git clone https://github.com/dante4rt/solana-custom-address-generator.git
  2. Navigate into the repository directory:

    cd solana-custom-address-generator
  3. Run the script:

    chmod +x run.sh && ./run.sh
  4. Follow the prompts:

    • If Solana is not installed, the script will guide you through the installation process.
    • Enter the character you want to use for generating the key (max 8 characters).
    • Select whether you want the character to be placed at the start or end of the address.

    Example:

    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
    
  5. 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.

About

Generates custom Solana keypairs with specified characters at the start or end of the address.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%