rustchain@node1:~ cat /reports/transparency.txt

TRANSPARENCY REPORT

Verifiable data. No trust required.

Every number on this page can be independently verified through our public APIs and block explorer.

$ cat /stats/network_overview.json LIVE
31,710 TOTAL RTC DISTRIBUTED Bounties + Mining Rewards
487 UNIQUE RECIPIENTS Contributors & Miners
2,487 TOTAL TRANSACTIONS All on-chain, all verifiable
11 MONTHS RUNNING Continuous operation since May 2025
11+ ACTIVE MINERS Attesting real hardware
2,677+ GITHUB STARS Across all repositories
4 ATTESTATION NODES 3 continents
7 FINGERPRINT CHECKS Anti-emulation + hardware proof

Last updated: March 24, 2026 — check live status

$ rustchain node-status --all

// ATTESTATION NODES

Four independent nodes validate miner attestations using round-robin consensus (RIP-200). Each node independently verifies hardware fingerprints before approving epoch rewards.

Node 1 — Primary

LiquidWeb VPS — Lansing, MI, USA
PRIMARY ATTESTATION + ERGO ANCHOR

Node 2 — Secondary

LiquidWeb VPS — Lansing, MI, USA
SECONDARY + BOTTUBE INTEGRATION

Node 3 — External

Proxmox VM — Louisiana, USA
FIRST EXTERNAL NODE (Community-run)

Node 4 — Asia

CognetCloud — Hong Kong
FIRST ASIAN NODE (Community-run)
$ cat /docs/rip-poa-fingerprinting.txt

// 7-POINT HARDWARE VERIFICATION

Every miner must pass all 7 hardware fingerprint checks before earning rewards. These checks measure physical properties of silicon that cannot be faked in software.

[PASS] Clock-Skew Oscillator Drift
[PASS] Cache Timing Fingerprint
[PASS] SIMD Unit Identity
[PASS] Thermal Drift Entropy
[PASS] Instruction Path Jitter
[PASS] Anti-Emulation Detection
[PASS] ROM Fingerprint Clustering

VMs, emulators, and spoofed hardware are detected and assigned near-zero weight.

// WHAT WE DETECT

ANTI-EMULATION CHECKS:
  QEMU/KVM .......... Detected via DMI + cpuinfo
  VMware ............ Detected via hypervisor leaf
  VirtualBox ........ Detected via ACPI strings
  Docker/LXC ........ Detected via cgroup markers
  SheepShaver ....... Detected via ROM clustering
  Basilisk II ....... Detected via known ROM hashes

RESULT:
  Real hardware ..... Full rewards
  VM detected ....... 0.000000001x weight
  Emulated vintage .. 0x weight (banned)

The fingerprint database contains 61 known emulator ROM hashes. If 3+ miners report identical ROM data, all are flagged for clustering.

$ diff rustchain.conf typical_token.conf

// HOW RTC DIFFERS

RTC is earned through proof of real work on real hardware. No token purchases. No bonding curves. No speculation. Every transaction is publicly verifiable on-chain.

PROPERTY RUSTCHAIN (RTC) TYPICAL TOKEN PROJECT
How tokens are acquired Earned by mining on verified hardware Purchased on a bonding curve or DEX
Hardware requirement 7-point fingerprint verification None (run on any cloud VM)
Anti-sybil protection Physical silicon fingerprinting per CPU None or easily bypassed KYC
Token distribution 487 unique wallets, publicly verified Concentrated in founder wallets
Source code 100% open source (MIT license) Closed or partially open
Network verification Public APIs + block explorer + live health Trust the team
Consensus model 1 CPU = 1 Vote (Proof of Antiquity) Proof of Stake (rich get richer)
Environmental impact Saves e-waste, rewards old hardware Encourages GPU arms race
Bounty program 31,710 RTC paid to 487 wallets Airdrop to wallets, no real work
Security audits Community red-team bounties (900 RTC pool) Paid audit firm, report hidden

> We believe a token should represent real work, not real money. Every RTC in circulation was earned.

$ sqlite3 rustchain_v2.db "SELECT * FROM bounty_ledger_summary"

// DISTRIBUTION BREAKDOWN

BOUNTY LEDGER SUMMARY:
  Total Distributed ....... 31,710 RTC
  Unique Recipients ....... 248
  Total Transactions ...... 2,487
  Largest Single Bounty ... 625 RTC (mtarcure)
  Security Audits ......... 150-200 RTC each
  Avg. Bounty ............. ~31.6 RTC

TOP CONTRIBUTORS:
  mtarcure ................ 625 RTC (core dev)
  LaphoqueRC .............. 429 RTC (17 merges)
  ArokyaMatthew ........... 340 RTC (SophiaCore)
  John Reed ............... 250 RTC (ambassador)
  ALLSTARETC111 ........... 200 RTC (security)
  godong0128 .............. 202 RTC (star bounty)
  CelebrityPunks .......... 129 RTC (integrations)

// TOKEN SUPPLY

TOTAL SUPPLY:     8,300,000 RTC
DISTRIBUTED:         31,710 RTC (0.38%)
CIRCULATION:            ~0.38%

ALLOCATION:
  Mining Rewards ........ 60% (4,980,000 RTC)
  Community Fund ........ 15% (1,245,000 RTC)
  Development Fund ...... 15% (1,245,000 RTC)
  Team & Bounties ....... 10% (  830,000 RTC)

EPOCH REWARDS:
  Per Epoch ............. 1.5 RTC
  Epoch Duration ........ 10 minutes
  Daily Maximum ......... ~216 RTC
  Distribution .......... Weighted by antiquity

Less than 0.3% of total supply has been distributed. No tokens were sold. All are earned.

$ curl https://rustchain.org/health

// VERIFY IT YOURSELF

Don't trust this page. Verify everything through our public endpoints. Every API listed below returns real-time data from the live network. No login required. No API key needed.

# Verify from your own terminal:
$ curl -s https://rustchain.org/health | python3 -m json.tool
$ curl -s https://rustchain.org/api/miners | python3 -m json.tool
$ curl -s https://rustchain.org/epoch
$ git log --oneline --since="2024-10-01"

// PROJECT TIMELINE

2024-10  RTC token minted, founder allocations created
2025-05  Production blockchain launched
2025-10  RIP-200 consensus (1 CPU = 1 Vote) deployed
2025-12  6-point hardware fingerprinting live
2025-12  Ergo anchor integration (on-chain commitments)
2025-12  First external miner (Ryan's Factorio server)
2025-12  Ed25519 wallet security system released
2026-01  POWER8 AI inference server operational
2026-02  BoTTube integration + Moltbook social agents
2026-02  Node 4 deployed (Hong Kong - first Asian node)
2026-03  2,677+ GitHub stars, 487 wallets
2026-03  RIP-302 Agent Economy live (86 jobs, 544 RTC volume)
2026-03  RIP-303 RTC Gas for Beacon deployed
2026-03  BCOS v2 (Blockchain Certified Open Source) built
2026-03  OpenSSL contributions merged (#30437, #30452)
2026-03  CVPR 2026 workshop paper accepted (GRAIL-V)