Skip to content

FlowCoin v0.1.0

Latest

Choose a tag to compare

@KristianPilatovich KristianPilatovich released this 24 Jun 17:45
· 11 commits to main since this release

FlowCoin v0.1.0 — first release of the rebuilt, post-quantum FlowCoin.

A peer-to-peer cryptocurrency on the Bitcoin Core architecture, with:

  • xcrypt — CPU-only, ASIC-resistant, JIT-hardened proof-of-work
  • ML-DSA-44 (FIPS 204) post-quantum signatures
  • SHA3-256 consensus hashing

Pre-launch software — the chain has not started; parameters may still change.

Windows (x86-64)

  • flowcoin-0.1.0-win64-setup.exe — installer (Start-menu shortcuts for main/testnet/regtest)
  • flowcoin-0.1.0-win64.zip — portable build (extract and run)

Both bundle the GUI (flowcoin-qt), the daemon (flowcoind), and the
flowcoin-cli / flowcoin-tx / flowcoin-wallet tools with the full runtime.
The portable .zip additionally ships flowcoin-miner — a standalone,
multi-threaded CPU miner that drives a running node over JSON-RPC.

Linux (x86-64)

  • flowcoin-0.1.0-x86_64-linux-gnu.tar.gz — extract and run from bin/.

Contains the GUI (flowcoin-qt), the daemon (flowcoind), and the
flowcoin-cli / flowcoin-tx / flowcoin-wallet / flowcoin-miner tools.
Built on Ubuntu (GCC 15, Qt 6); dynamically linked, so a recent glibc is
required, plus the Qt 6 runtime libraries for the GUI (e.g.
sudo apt install libqt6widgets6 libqt6network6).

macOS

Produced on macOS (no cross-build) — will be attached when built.