FTC - Flow Token Coin
"Kristian Pilatovich 20091227 - First Real P2P"
OverviewFTC is a pure proof-of-work cryptocurrency built from scratch in C++. No forks, no copies - original codebase designed for true decentralization.
Key Features:- Algorithm: Keccak-256 (SHA-3 family)
- Block Time: 10 minutes
- Block Reward: 50 FTC (halving every 210,000 blocks)
- Max Supply: 21,000,000 FTC
- Difficulty Adjustment: Every 2016 blocks
- No premine, no ICO, no dev tax
LinksGitHub: https://github.com/Kristian5013/flow-protocolTelegram: https://t.me/flow_protocol_main
DownloadsBinaries (Windows x64):- ftc-node.exe - Full node with REST API
- ftc-miner.exe - CPU/GPU miner with auto-tune
- ftc-wallet.exe - Command-line wallet
- ftc-keygen.exe - Key generator
Network Ports| Port | Protocol | Purpose |
| 17318 | TCP | P2P Network |
| 17319 | HTTP | REST API |
Quick Start1. Generate wallet:2. Start node:3. Start mining:
API EndpointsGET /status - Node status
GET /block/:height - Get block by height
GET /balance/:address - Check balance
GET /mining/template - Get mining work
POST /mining/submit - Submit mined block
RoadmapCore node implementation ✓CPU/GPU miner ✓P2Pool integration ✓- Block explorer
- GUI wallet
- Mobile wallet