Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dragmz/rsagg
Rust Algorand GPU vanity address generator
https://github.com/dragmz/rsagg
Last synced: 3 months 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 (6 months ago)
- Default Branch: master
- Last Pushed: 2024-07-24T14:13:53.000Z (6 months ago)
- Last Synced: 2024-08-01T00:45:29.396Z (6 months ago)
- Language: C
- Homepage:
- Size: 279 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- 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. (Development Tools / Other Development Tools)
- awesome-algorand - rsagg - A Rust library for GPU accelerated Algorand 'vanity' address generation. (Development Tools / Other Development Tools)
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.