Skip to content

Instantly share code, notes, and snippets.

@Umiiii
Created February 18, 2025 14:26
Show Gist options
  • Save Umiiii/4dd0bbfd0c87860e8078442b1af4e9b8 to your computer and use it in GitHub Desktop.
Save Umiiii/4dd0bbfd0c87860e8078442b1af4e9b8 to your computer and use it in GitHub Desktop.
How to generate your own prefix Solana address (vanity address)
  1. Find a GPU machine, with docker installed
  2. Use a cuda image, I use 12.6.2-cudnn-devel-ubuntu22.04
  3. git clone https://github.com/mcf-rocks/solanity
  4. Change GPU_ARCHS and GPU_PTX_ARCH to match your GPU
  5. Change src/config.h to find your own prefix.
  6. make -j8
  7. Enjoy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment