Skip to content

ColdStack v3.0 — BIP39 Derivation Engine

Choose a tag to compare

@Roughn3ck Roughn3ck released this 25 Jun 01:37
· 7 commits to master since this release

Key Manager v3.0

New in v3.0

🌱 BIP39 Derivation Engine
Derive addresses and private keys directly from 24-word mnemonics. Supports:

  • EVM (Ethereum / Arbitrum / Base) — m/44'/60'/0'/0/0
  • BTC Taproot (bc1p) — m/86'/0'/0'/0/0
  • BTC SegWit (bc1q) — m/84'/0'/0'/0/0
  • BTC Legacy (1...) — m/44'/0'/0'/0/0
  • SOL (Solana) — m/44'/501'/0'/0'
  • DASH (Dash) — m/44'/5'/0'/0/0
  • SUI (Sui) — m/44'/784'/0'/0'/0'

🔑 Enhanced Private Key Management
Private keys are now derived per-chain from your mnemonic, not stored as static entries. View individual chain keys or the master key. Each key is encrypted at rest and masked by default.

Downloads

  • key_manager_gui.exe (45MB) — Full GUI application with v3 derivation engine
  • key_manager.exe (35MB) — CLI version for headless operations

Security

  • AES-256-GCM authenticated encryption
  • Argon2id key derivation (64MB, 3 iterations, 4 lanes)
  • Auto-lock after 5 minutes inactivity
  • Zero telemetry — no network requests, no cloud, fully offline
  • Portable — no installation, runs from USB

Requirements

  • Windows 10/11 (64-bit)
  • No Python installation required
  • ~38-46MB disk space (USB portable)

Built by Kris RacetteExecutive Mind | krisracette.me | GitHub