Skip to content

Kestrel v1.4.5

Choose a tag to compare

@inrune inrune released this 26 Aug 13:28
· 40 commits to main since this release
104475c

Fixes two real bugs and adds a wallet tab + block explorer.

  • Fixed: a network fork could silently erase a confirmed payment —
    it's now re-mined instead of lost.
  • Fixed: the wallet file could be corrupted by a crash — saves are
    now crash-safe.
  • Fixed: miners behind a router weren't syncing with the network.
  • New: the miner has a built-in wallet — mine and spend from one app.
  • New: live block explorer on the website.

Downloads: kestrel-wallet.zip (hold/send KSL), kestrel-miner.zip
(mine + wallet built in), kestrel-core.zip (run your own node).

Extract, run run.bat (Windows) or ./run.sh (Mac/Linux). Needs
Python 3.10+. Fully compatible with existing installs.