Bitcoin Forum
June 27, 2026, 05:52:42 PM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] FlowCoin (FLC) — Fully Post-Quantum| ML-DSA + ML-KEM | CPU-Mined (xcrypt)  (Read 28 times)
flowcoin2907 (OP)
Newbie
*
Offline

Activity: 1
Merit: 0


View Profile
Today at 06:05:53 AM
Last edit: Today at 07:36:22 AM by flowcoin2907
 #1

FlowCoin (FLC)
A fully post-quantum, ASIC-resistant cryptocurrency on the Bitcoin Core architecture

GitHub  •  Downloads  •  Telegram  •  Discussions



What is FlowCoin?

FlowCoin keeps Bitcoin Core's battle-tested design — UTXO ledger, Script, full-node validation, P2P network, HD wallet — and replaces the parts that won't survive the next decade:

  • Quantum-resistant signatures. ECDSA/Schnorr fall to a large enough quantum computer (Shor). FlowCoin signs with ML-DSA-44 (CRYSTALS-Dilithium, NIST FIPS 204), witness-only so the UTXO/Script model is unchanged.
  • Quantum-resistant network encryption. The P2P v2 transport uses ML-KEM-768 (CRYSTALS-Kyber, NIST FIPS 203) key agreement — a post-quantum replacement for the elliptic-curve handshake in Bitcoin's BIP324. On by default: the wire is quantum-safe, not just the coins.
  • ASIC-resistant, CPU-only mining. Proof-of-work is xcrypt — a RandomX-class, JIT-hardened, memory-hard hash designed so a commodity CPU is the most efficient miner. No ASICs, no GPU farms.
  • SHA-3 everywhere. Consensus hashing is a single SHA3-256 (Keccak), not double-SHA256.

Monetary policy — identical to Bitcoin

  • 21,000,000 FLC hard cap, 50 FLC initial reward, halving every 210,000 blocks (~4 years)
  • 10-minute target block time, 2-week difficulty retarget
  • No premine. No ICO. No dev tax. The genesis coinbase is unspendable, exactly like Bitcoin.

Specifications

TickerFLC
Proof-of-workxcrypt (CPU-only, ASIC-resistant, JIT-hardened, RandomX-class)
SignaturesML-DSA-44 / CRYSTALS-Dilithium (FIPS 204, post-quantum)
P2P encryptionML-KEM-768 / CRYSTALS-Kyber (FIPS 203) — v2 transport, on by default
HashingSHA3-256 (single), SHA-3 Merkle trees
Max supply21,000,000 FLC
Block time10 minutes
PremineNone
LicenseMIT

Status

  • Testnet: LIVE and growing — past block 50, blocks propagating over the encrypted post-quantum v2 transport across a dual-stack (IPv4 + IPv6) seed. Listed on miningpoolstats.
  • Software: v0.1.0 — node, CLI, Qt GUI wallet, offline tools, and a standalone multi-threaded CPU miner (FULL 1.5 GiB dataset for speed, -light for low-RAM).
  • Mainnet: genesis dated 03 Jan 2027 (headline: "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks").

Roadmap

  • [Done] Phase 1 — Foundation. PQ consensus (ML-DSA-44 signatures + ML-KEM-768 encrypted P2P), xcrypt CPU PoW, SHA-3, full node with HTLC-capable Script (CLTV/CSV timelocks + SHA3 hashlocks + spendable post-quantum multisig/HTLC), HD wallet, Qt GUI, v0.1.0 (Windows + Linux).
  • [In progress] Phase 2 — Public testnet. Live testnet, dual-stack seed nodes, DNS seeds, macOS builds, block explorer.
  • [Planned] Phase 3 — Mobile full node. A native Qt 6 / QML, C++ node + wallet for Android — a real validating node (and xcrypt mining) on your phone, not a custodial thin client.
  • [Planned] Phase 4 — Mainnet launch. Genesis 03 Jan 2027, mainnet seed infrastructure.
  • [Planned] Phase 5 — Ecosystem. Lightning & atomic swaps (Script primitives already in consensus; channel/swap layer remaining), exchange & explorer integrations, hardware-wallet support.

Downloadsgithub.com/KristianPilatovich/flowcoin/releases (Windows installer + portable, Linux x86-64 tarball; node + CLI + Qt GUI + tools + CPU miner)

Mine it (testnet, CPU only)

Code:
flowcoind -testnet -server=1
flowcoin-cli -testnet createwallet miner
flowcoin-cli -testnet getnewaddress
flowcoin-miner -testnet -address=<tf1...>

Your node finds the network automatically via the DNS seed. xcrypt is built so a CPU is the most efficient miner — GPUs/ASICs get no meaningful edge.

Why post-quantum now?

A cryptographically-relevant quantum computer breaks every coin built on elliptic-curve cryptography — including Bitcoin — by recovering private keys from exposed public keys, and can retroactively decrypt P2P traffic captured today. Migrating a live, multi-trillion-dollar chain after the fact is extremely hard. FlowCoin is post-quantum from genesis — signatures and network encryption alike — so there is nothing to migrate.

Official links


Beware of impersonators: these are the only official channels, and the team will never DM you first or ask for your keys/seed. FlowCoin is pre-release, experimental consensus software — testnet has no value, mainnet genesis is dated 2027. Run it at your own risk.
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!