Bitcoin Forum
August 18, 2026, 03:22:07 PM *
News: Latest Bitcoin Core release: 31.1 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Echocoin: Proof of Burn, vdf, eco-friendly  (Read 44 times)
vicnas (OP)
Newbie
*
Offline

Activity: 2
Merit: 0


View Profile
August 17, 2026, 03:40:38 AM
Last edit: Today at 02:36:02 PM by vicnas
 #1

Echocoin: Live testnet, open source

Bitcoin's proof-of-work solves one problem (making history rewriting expensive) but wastes energy and centralizes block production into pools. Echocoin replaces it with two mechanisms:

VDF (Verifiable Delay Function) -- each block requires a sequential computation that takes ~2 minutes of real elapsed time regardless of hardware. Unlike PoW, parallelism doesn't help. The chain is its own clock.

Proof-of-Burn -- block-building rights are weighted by coins destroyed on-chain over a rolling 500-block window. A node that burns more has a lower score and wins more slots. A botnet that refuses to burn real coins cannot produce competitive scores regardless of instance count. Burn weight is address-specific and non-transferable, so pools offer no structural advantage.

The combination closes the main attack surface of each: VDF alone is vulnerable to Sybil attacks (spin up thousands of instances at near-zero cost); PoB alone has the early-burner problem. Together they require both real elapsed time and real economic commitment.

Status: live testnet, ~271 blocks. v1, not battle-tested. Small codebase, readable in an afternoon.

Whitepaper: https://github.com/Vic-Nas/echocoin-core/blob/main/docs/whitepaper.md
Live node / explorer: https://flash.cyprus-draco.ts.net/
Source: https://github.com/Vic-Nas/echocoin-core

Happy to discuss the consensus mechanism, attack vectors, or implementation tradeoffs.
For the releases, the appimage works fine but I still have some dll problems with the windows executable.
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!