Back to browse
GitHub Repository
3 starsC++

ResonanceNet – Proof-of-Training Blockchain

by kristianXXI·Mar 15, 2026·1 point·0 comments

AI Analysis

●●●BangerWizardryBold BetZero to One

65K lines of C++20 making blockchain produce useful AI models instead of wasting electricity.

Strengths
  • Proof-of-Training consensus is genuinely novel—blocks contain verifiable model checkpoints
  • Four GPU backends (CUDA, Vulkan, Metal, CPU) shows serious engineering commitment
Weaknesses
  • Distributed ML training coordination has massive unsolved technical challenges
  • Network needs critical mass of miners before the model becomes practically useful
Category
Target Audience

Blockchain developers and ML researchers

Similar To

Gensyn · Bittensor · Bitcoin

Post Description

I built a Proof-of-Training L1 blockchain where miners train a shared MinGRU neural network instead of computing SHA-256 hashes. Every block makes the model smarter.

Key differences from Bitcoin: - Miners compete on validation loss improvement, not hash targets - Each block contains a verifiable model checkpoint - The network produces a publicly available AI model as a byproduct - MinGRU architecture is ~388x more parameter-efficient than Transformers

Technical details: - 65K lines of C++20, builds on Windows/Linux/macOS - 4 GPU backends: CUDA, Vulkan, Metal, CPU fallback - Lightning Network for instant payments - Ed25519 signatures, Keccak-256d hashing, Bech32 addresses - Continuous model growth: d_model starts at 384, grows +2 per block - Supply cap: 21M coins, 10-minute blocks, supply-based halvings

The model grows with the network. Early blocks train a small 26M param model. As more miners join over years, it scales toward billions of parameters — and by then, phones will be powerful enough to run it locally. No API keys, no subscriptions, no censorship.

Genesis message: "OpenAI burns $14B in 2026, adds ads to ChatGPT as last resort"

Whitepaper: https://kristian5013.github.io/resonancenet/ResonanceNet_Whi...

Similar Projects

Open Source●●Solid

Phonchain – A Mobile-Native Blockchain Secured by Smartphones (Pop-S4)

The project actually publishes canonical genesis anchors, protocol specs, bootstrap endpoints and a live explorer — so this reads like a working protocol, not just vaporware. The core idea (PoP-S4.1: up to ~30k phones per block) is a bold, unusual approach to consensus, but the repo shows little community traction and lacks obvious public audits or transparent attestation primitives, so treat the live network with healthy skepticism until security details and client code are clearer.

Bold BetWizardryNiche Gem
PHONCOIN
113mo ago
Infrastructure●●Solid

DAG-BFT with multi-attribute reputation

DAG-BFT runtime with PoU-weighted pivot selection in pure Rust.

Big BrainBold Bet
And_Cadamuro
1021d ago