Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arkaeriit/mining-devzat-id
Add some flair to your Devzat ID
https://github.com/arkaeriit/mining-devzat-id
Last synced: 26 days ago
JSON representation
Add some flair to your Devzat ID
- Host: GitHub
- URL: https://github.com/arkaeriit/mining-devzat-id
- Owner: Arkaeriit
- License: bsd-3-clause
- Created: 2023-03-17T08:34:22.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-31T10:53:18.000Z (11 months ago)
- Last Synced: 2024-01-31T11:47:46.619Z (11 months ago)
- Language: C
- Homepage:
- Size: 62.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mining Devzat ID
```
mining-devzat-id, a tool to get yourself a shiny Devzat ID.
This tool generates an openSSH ed25519 private key that will make a
cool Devzat id.Usage:
./mining-devzat-id desired-id [thread-number [output-file]]
desired-id: start of the resulting id. If desired-id is 000, you
will get an id starting with 000 such as 000c6d33...
thread-number: number of threads used to compute the id.
Default to 1.
output-file: path to the file where the generated key will be written.
Default to stdout.
```## Compilation with Cosmopolitan libc
If you want to compile it with the Cosmopolitan libc to make a portable executable, do `make mining-devzat-id.com`.