Conversation
RustChain is a Python blockchain implementing Proof-of-Antiquity consensus that rewards vintage hardware (PowerPC G4/G5, retro x86) with higher mining multipliers. Uses Ed25519 cryptographic signatures, Blake2b hashing, and hardware fingerprint attestation. - 100+ GitHub stars, actively maintained - 3 production nodes, 11+ active miners - RIP-200/201 consensus specifications - Full Python codebase (Flask, SQLite, Ed25519)
|
@Scottcjn Thanks for your submission. However, I am declining this PR for the following reasons: Misleading naming: The project is named "Rustchain" but is 90.6% Python with 1.9% Rust. This creates a false impression of what the project is. Inflated traction metrics: The README self-reports 1,882 commits in 90 days and 627 commits/dev/month, benchmarked against a $85M-funded protocol SEI. These numbers are self-reported and unverifiable. Suspicious engagement ratio: 96 forks against 102 stars is atypical for organic projects. Marketing-heavy README: Extensive self-promotional comparisons, bounty systems paid in the project's own token, and appeals to traction metrics are not signals of a project that has earned broad community adoption. awesome-python favors projects with demonstrated organic adoption and clear utility to the Python community. This project does not currently meet that bar. |
Add RustChain to Cryptography
Project
Why it belongs on this list
RustChain is a Python blockchain that implements a novel consensus mechanism called Proof-of-Antiquity (PoA) -- vintage hardware like PowerPC G4s from 2001 earn 2.5x more mining rewards than modern servers, because preservation matters.
Cryptographic components:
Quality indicators:
What makes it unique:
No other Python project implements hardware-attestation consensus that rewards vintage computing hardware. The anti-emulation fingerprinting system (clock drift analysis, cache timing, SIMD profiling, thermal entropy) is novel in the blockchain space.
Checklist