Bitcoin Forum
May 16, 2026, 02:07:05 AM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: [ANN] FlowCoin (FLC) — Keccak-256d PoW | Written from scratch in C++20 | Mainnet  (Read 47 times)
kristian_pilatovich_2 (OP)
Newbie
*
Offline

Activity: 3
Merit: 0


View Profile
May 14, 2026, 08:45:24 AM
 #1

████████████████████████████████████████████████████████████████
██  FlowCoin (FLC) — Keccak-256d Proof-of-Work  ██
████████████████████████████████████████████████████████████████


Website: https://flowcoin.org
GitHub: https://github.com/KristianPilatovich/flowcoin
Telegram: https://t.me/flowcoin_main
Discord: https://discord.gg/CPUZHNSzu2

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

What is FlowCoin?

FlowCoin is a cryptocurrency written from scratch in C++20.
Bitcoin-compatible wire protocol, but with Keccak-256d Proof-of-Work instead of SHA-256d.

No fork. No copy-paste. Every line of code is original.

Why Keccak-256d?

Bitcoin's SHA-256d is dominated by ASICs — six mining pools control ~95% of hashrate.
FlowCoin uses Keccak-256d (double Keccak-256, original padding 0x01, not NIST SHA-3).
Efficient on both CPUs and GPUs. No ASIC advantage. Fair mining for everyone.

Specifications

AlgorithmKeccak-256d (double hash)
Total Supply21,000,000 FLC
Block Reward50 FLC
Block Time10 minutes
HalvingEvery 210,000 blocks
Difficulty RetargetEvery 2016 blocks
SignaturesEd25519
AddressesBech32 (fl1q...)
P2P Port9333
RPC Port9334
TickerFLC
LanguageC++20 (written from scratch)

Live Network Stats

  • Block height: 8,800+
  • Network hashrate: ~230 MH/s
  • Active nodes: 5+
  • Mainnet since: April 23, 2026
  • Blocks until halving: 201,199

Quick Start

Code:
# Start node
./flowcoind -daemon

# Start mining (CPU)
./flowcoin-miner --cookie ~/.flowcoin/.cookie

# Start mining (GPU, OpenCL)
./flowminer-opencl --cookie ~/.flowcoin/.cookie

# Check balance
./flowcoin-cli getbalance

# Send coins
./flowcoin-cli sendtoaddress fl1q... 10.0

Downloads


Genesis Block

"Strait of Hormuz closed, oil hits $144 as energy crisis crushes miners 23/Apr/2026 - FlowCoin: CPU-only proof-of-work"

Key Features

  • Written from scratch — not a fork of Bitcoin, Litecoin, or anything else
  • Bitcoin-compatible — wire protocol, RPC, address format work with existing tools
  • Fair mining — Keccak-256d works well on CPU and GPU, no ASIC dominance
  • Modern C++20 — clean codebase, no legacy debt
  • Ed25519 signatures — faster and smaller than ECDSA
  • HD Wallet — SLIP-0010 hierarchical deterministic keys
  • Compact Blocks — bandwidth-efficient block relay
  • Stratum support — pool mining ready

Roadmap

  • Mainnet launch (April 2026)
  • GPU miner (OpenCL)
  • Wallet encryption
  • Compact blocks
  • ◻ Block explorer
  • ◻ Exchange listings
  • ◻ Mobile wallet

━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━

This is a community project. No ICO, no premine, no dev tax.
Mine it, run a node, build on it.


Seeds: seed.flowcoin.org
DNS Seeds: 188.137.182.41:9333
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!