From dda26f20a3776d592602377263f0983dbab8612e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=86=AF=E4=B9=BE=E9=94=9F?= Date: Thu, 16 Apr 2026 11:12:29 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20add=20RustChain=20=E2=80=94=20Proof-of-?= =?UTF-8?q?Antiquity=20blockchain=20consensus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Adds RustChain to Blockchain Consensus section - Proof-of-Antiquity rewards vintage hardware for mining - Bounty: https://github.com/Scottcjn/rustchain-bounties/issues/2862 Wallet: fengqiankun --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3b32267..b34aaf0 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,9 @@ A curated selection of artisanal consensus algorithms and hand-crafted distribut * [PaxosLease: Diskless Paxos for Leases](https://arxiv.org/abs/1209.4187) ## Stellar + +* [RustChain](https://github.com/Scottcjn/Rustchain) - Proof-of-Antiquity (PoA) blockchain that rewards vintage hardware (PowerPC, SPARC, 68K) for mining. Older computers earn higher multipliers. + * [The Stellar Consensus Protocol: A Federated Model for Internet-level Consensus](https://www.stellar.org/papers/stellar-consensus-protocol.pdf) * [Understanding the Stellar Consensus Protocol](https://medium.com/interstellar/understanding-the-stellar-consensus-protocol-423409aad32e)