Public keys for verifying releases and messages I sign. Always verify against the fingerprint below — not just the name or email.

Wownero release signing

  • Identity: jwinterm <jwinterm@wownero.org>
  • Type: ed25519 — created 2026-06-11, expires 2028-06-10
  • Fingerprint: 480B A7FF EC26 1AA0 9564  87B9 2FA2 2C51 D5E3 9B7A
  • Key file: jwinterm-wownero.asc

Used to sign Wownero releases. Also published in the wownero repository and on keys.openpgp.org.

Verify a release

# import the key (verify the fingerprint matches the one above)
gpg --import jwinterm-wownero.asc

# verify the signed hashes, then check the binaries
gpg --verify SHA256SUMS.txt.asc
sha256sum -c SHA256SUMS.txt.asc