Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pipXBT/Vanaddy
Solana Vanity Address Generator
https://github.com/pipXBT/Vanaddy
Last synced: about 2 months ago
JSON representation
Solana Vanity Address Generator
- Host: GitHub
- URL: https://github.com/pipXBT/Vanaddy
- Owner: pipXBT
- Created: 2024-01-28T07:41:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T09:12:42.000Z (8 months ago)
- Last Synced: 2024-04-19T10:29:50.073Z (8 months ago)
- Language: Rust
- Size: 22.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - pipXBT/Vanaddy - Solana Vanity Address Generator (Rust)
README
# Vanaddy
Vanaddy is a Rust-based utility for generating Solana keypairs and finding an input vanity sting at the beginning of the addy.
It process concurrently to efficiently search for public keys that match a user-defined vanity string.## Features
- **Vanity String Matching**: Searches for Solana public keys that start with a specified vanity string.
- **Case Sensitivity**: The matching process is case-sensitive, ensuring precise alignment with the user's requirements.
- **Multi-threading Support**: Utilizes multiple threads to speed up the search process, with the thread count definable by the user (approx. 1 billion addy's a day)
- **CSV Logging**: Records found public keys in a CSV file for easy access and reference.- On an Apple silicon M1 machine 6 threads was approx 50% cpu load ,it will ask hoa many threads you want use.
## Installation
To use Vanaddy, ensure you have Rust installed on your machine. You can install Rust using [rustup](https://rustup.rs/).
After installing Rust, clone the repository and navigate to the project directory:
```
git clone https://github.com/PipXBT/vanddy
```
```
cd vanaddy
```
```
cargo build
```
```
cargo run
```![Screen Recording 2024-01-28 at 3 49 34 pm](https://github.com/PipXBT/vanddy/assets/84630076/e3545aa9-024b-46d7-9fb9-1507967fa0d2)