<<Abstract
Bitcoin proved that trust between strangers can be replaced by cryptographic proof on a public ledger. Its proof-of-work mechanism, however, wastes energy to solve an artificial puzzle whose only purpose is to make history rewriting expensive.
Echocoin replaces proof-of-work with two complementary mechanisms: a Verifiable Delay Function (
VDF) that anchors the chain to real elapsed time, and
Proof-of-Burn (PoB) that anchors block-building rights to real economic commitment. Block production is open to every node. The full reward goes to whoever builds the accepted block. Pooling offers no structural advantage because the work being rewarded is network service itself, and burn weight is non-transferable.
1. The Problem with Bitcoin Mining
When the full block reward goes to whoever solves a puzzle first, variance drives small miners into pools. Pool operators gain control over transaction inclusion. The "one CPU, one vote" principle became fictional within a few years of launch.
This is not fixable by changing the puzzle. ASIC-resistant algorithms slow the hardware race but cannot stop it, because the problem is structural: proof-of-work rewards hardware investment, not network contribution. The work itself is intentionally wasteful, consuming energy without producing anything of value to the network.
A subtler problem is the botnet attack: proof-of-work with a weak puzzle, or a VDF alone without economic weight, can be overwhelmed by an adversary who spins up thousands of parallel instances at near-zero marginal cost. Echocoin closes this gap with Proof-of-Burn. A botnet that refuses to destroy real coins cannot produce competitive block scores, regardless of instance count.>>
That is an abstract from the whitepaper available at:
https://github.com/Vic-Nas/echocoin-core/blob/main/docs/whitepaper.mdThe implemented version isn't battle-tested, just a v1. But it is running. The codebase isnt too large to read.
For the releases, only the linux appimage is working. A few lib problems on windows.
I would love comments on the mechanism described in whitepaper though.The link on repo is my live node.
https://flash.cyprus-draco.ts.net/I set up a mechanism arround DNS seeds using bep44 and torrent seeders.