pump-rust-vanity

Generate Solana vanity addresses matching Base58 prefixes using Rust and rayon.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/x402agent/NanoSolana --skill pump-rust-vanity-x402agent
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pump-rust-vanity
Source: https://github.com/x402agent/NanoSolana/tree/main/pump-fun-sdk-main/skills/pump-rust-vanity
Command: npx skills add https://github.com/x402agent/NanoSolana --skill pump-rust-vanity-x402agent

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Vanity address generation for Solana requires fast, secure, and deterministic address mining to match specific prefixes or suffixes.

Core Features & Use Cases

  • High-throughput multi-threaded vanity address generation using Rayon.
  • Secure output with 0600 permissions and OS entropy-based keypair creation.
  • CLI-driven workflow suitable for offline or CI environments.

Quick Start

Invoke the vanity generator with your desired prefix and optional suffix to produce a matching Solana address.

Frequently Asked Questions about pump-rust-vanity

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate a Solana vanity address with a specific prefix and suffix?

To generate a Solana vanity address, you invoke the generator with a Base58 prefix and an optional suffix. The tool mines keypairs until it produces a matching Solana address, applying multi-threaded processing for high-throughput generation.

What is the fastest way to mine Solana vanity keypairs on multi-core CPUs?

The fastest way to mine Solana vanity keypairs is using Rust and Rayon for parallelized generation across multi-core CPUs. This approach applies high-throughput multi-threading to rapidly test Base58 address matches.

Can I run Solana vanity address generation in CI or offline environments?

Yes, you can run Solana vanity address generation in CI or offline environments. The CLI-driven workflow is specifically designed for these contexts, utilizing OS entropy-based keypair creation for secure, deterministic address mining.

How are the generated Solana vanity keypairs secured upon output?

Generated Solana vanity keypairs are secured by writing output with 0600 permissions. Combined with OS entropy-based keypair creation, this ensures that the mined addresses and their corresponding keys remain protected on the system.