/mining-devzat-id

Add some flair to your Devzat ID

Primary LanguageCBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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.