From ea5064ce0adf81538d4294b92a3b8b4f5e3d0441 Mon Sep 17 00:00:00 2001 From: Scott Date: Fri, 13 Feb 2026 14:46:08 -0600 Subject: [PATCH] Add RustChain to Python blockchain projects RustChain is a Proof of Antiquity blockchain written in Python that rewards mining on vintage/retro hardware with hardware fingerprinting. Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ecaaedb..bb60e3f 100644 --- a/README.md +++ b/README.md @@ -201,6 +201,10 @@ by Daniel van Flymen, September 2017, [(Source)](https://github.com/dvf/blockcha [**A Practical Introduction to Blockchain with Python**](http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/) by Adil Moujahid, March 2018, [(Source)](https://github.com/adilmoujahid/blockchain-python-tutorial) + + +[**RustChain - Proof of Antiquity Blockchain (in Python)**](https://github.com/Scottcjn/Rustchain) -- A blockchain that rewards mining on vintage/retro hardware (PowerPC G4, G5, IBM POWER8) with hardware fingerprinting to prevent emulation fraud. Install the miner with `pip install clawrtc`. + ### Ruby