https://github.com/dragmz/rsagg
Rust Algorand GPU vanity address generator
https://github.com/dragmz/rsagg
Last synced: about 1 month ago
JSON representation
Rust Algorand GPU vanity address generator
- Host: GitHub
- URL: https://github.com/dragmz/rsagg
- Owner: dragmz
- License: mit
- Created: 2024-07-17T10:58:31.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-02-25T16:51:42.000Z (about 2 months ago)
- Last Synced: 2025-02-25T17:37:30.187Z (about 2 months ago)
- Language: C
- Homepage:
- Size: 303 KB
- Stars: 4
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-algorand - rsagg - A Rust library for GPU accelerated Algorand 'vanity' address generation. (Wallets & Asset Interaction / Wallet Development)
README
# rsagg
RuSt Algorand GPU vanity address Generator
![]()
## Usage
### Optimize batch size
```bash
cargo run --release optimize
```Note down the best performance batch value for use in the generator.
### Run the generator
```bash
cargo run --release generate --batch BATCH_SIZE PREFIX
```## Provider-specific instructions
### vast.ai
1. Go to the vast.ai template: https://cloud.vast.ai/?template_id=bf2098cba02c3c293192ab489c672e15
2. Select a machine of your choice and click "Rent"
3. Connect to the machine
4. Run ./bacon optimize / generate as described above## Security notes
The utility hasn't been audited so please make sure to rekey any accounts for the addresses generated with it.