v0.5.0

Latest
April 1, 2026

Release Notes

  • Unified CLI binary with wallet, node, and mining subcommands
  • ML-DSA-87 post-quantum signature scheme (FIPS 204)
  • Smooth reward decay with Q64 fixed-point consensus arithmetic
  • LWMA difficulty adjustment for stable 30-second blocks
  • Cross-platform installers for Windows, macOS, and Linux
  • Encrypted keystore with Argon2id + XChaCha20-Poly1305
  • BIP39 24-word mnemonic seed phrase generation
  • RPC server with authentication and rate limiting

Downloads

⬇ Windows x86_64 (7.4 MB) macOS aarch64 — soon macOS x86_64 — soon Linux x86_64 — soon

v0.4.0

March 15, 2026

Release Notes

  • Proof-of-work mining with SHA3-256
  • Checkpoint system for fast chain synchronization
  • Chain reorganization handling with rollback support
  • WebSocket RPC for real-time block and transaction subscriptions

v0.3.0

February 20, 2026

Release Notes

  • Transaction validation with UTXO model
  • Mempool with fee-based priority ordering
  • Peer-to-peer gossip protocol for transaction relay
  • Block propagation and verification pipeline