Skip to content
28 changes: 27 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# 🧱 RustChain: Proof-of-Antiquity Blockchain

[![CI](https://github.com/Scottcjn/Rustchain/actions/workflows/ci.yml/badge.svg)](https://github.com/Scottcjn/Rustchain/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/License-MIT-blue.svg)](LICENSE)
[![PowerPC](https://img.shields.io/badge/PowerPC-G3%2FG4%2FG5-orange)](https://github.com/Scottcjn/Rustchain)
[![Blockchain](https://img.shields.io/badge/Consensus-Proof--of--Antiquity-green)](https://github.com/Scottcjn/Rustchain)
Expand All @@ -13,7 +14,7 @@

*Your PowerPC G4 earns more than a modern Threadripper. That's the point.*

[Website](https://rustchain.org) • [Live Explorer](https://rustchain.org/explorer) • [Swap wRTC](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) • [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) • [wRTC Tutorial](docs/WRTC_ONBOARDING_TUTORIAL.md) • [Grokipedia Ref](https://grokipedia.com/search?q=RustChain) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Quick Start](#-quick-start) • [How It Works](#-how-proof-of-antiquity-works)
[Website](https://rustchain.org) • [Live Explorer](https://rustchain.org/explorer) • [Swap wRTC](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) • [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) • [wRTC Quickstart](docs/wrtc.md) • [wRTC Tutorial](docs/WRTC_ONBOARDING_TUTORIAL.md) • [Grokipedia Ref](https://grokipedia.com/search?q=RustChain) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Quick Start](#-quick-start) • [How It Works](#-how-proof-of-antiquity-works)

</div>

Expand All @@ -28,6 +29,7 @@ RustChain Token (RTC) is now available as **wRTC** on Solana via the BoTTube Bri
| **Swap wRTC** | [Raydium DEX](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) |
| **Price Chart** | [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) |
| **Bridge RTC ↔ wRTC** | [BoTTube Bridge](https://bottube.ai/bridge) |
| **Quickstart Guide** | [wRTC Quickstart (Buy, Bridge, Safety)](docs/wrtc.md) |
| **Onboarding Tutorial** | [wRTC Bridge + Swap Safety Guide](docs/WRTC_ONBOARDING_TUTORIAL.md) |
| **External Reference** | [Grokipedia Search: RustChain](https://grokipedia.com/search?q=RustChain) |
| **Token Mint** | `12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X` |
Expand Down Expand Up @@ -137,6 +139,18 @@ pip install -r requirements.txt
python3 rustchain_universal_miner.py --wallet YOUR_WALLET_NAME
```

## 💰 Bounty Board

Earn **RTC** by contributing to the RustChain ecosystem!

| Bounty | Reward | Link |
|--------|--------|------|
| **First Real Contribution** | 10 RTC | [#48](https://github.com/Scottcjn/Rustchain/issues/48) |
| **Network Status Page** | 25 RTC | [#161](https://github.com/Scottcjn/Rustchain/issues/161) |
| **AI Agent Hunter** | 200 RTC | [Agent Bounty #34](https://github.com/Scottcjn/rustchain-bounties/issues/34) |

---

## 💰 Antiquity Multipliers

Your hardware's age determines your mining rewards:
Expand Down Expand Up @@ -295,6 +309,13 @@ Rustchain/
└── nfts/ # Badge definitions
```

## ✅ Beacon Certified Open Source (BCOS)

RustChain accepts AI-assisted PRs, but we require *evidence* and *review* so maintainers don't drown in low-quality code generation.

Read the draft spec:
- `docs/BEACON_CERTIFIED_OPEN_SOURCE.md`

## 🔗 Related Projects & Links

| Resource | Link |
Expand All @@ -311,6 +332,11 @@ Rustchain/
| [llama-cpp-power8](https://github.com/Scottcjn/llama-cpp-power8) | LLM inference on POWER8 |
| [ppc-compilers](https://github.com/Scottcjn/ppc-compilers) | Modern compilers for vintage Macs |

## 📝 Articles

- [Proof of Antiquity: A Blockchain That Rewards Vintage Hardware](https://dev.to/scottcjn/proof-of-antiquity-a-blockchain-that-rewards-vintage-hardware-4ii3) - Dev.to
- [I Run LLMs on a 768GB IBM POWER8 Server](https://dev.to/scottcjn/i-run-llms-on-a-768gb-ibm-power8-server-and-its-faster-than-you-think-1o) - Dev.to

## 🙏 Attribution

**A year of development, real vintage hardware, electricity bills, and a dedicated lab went into this.**
Expand Down
54 changes: 54 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# 🧱 RustChain: 古董证明区块链

**第一个奖励旧硬件的区块链。**

*你的PowerPC G4比现代Threadripper赚得更多。这就是重点。*

## 🚀 快速开始

```bash
git clone https://github.com/Scottcjn/Rustchain.git
cd Rustchain
pip install -r requirements.txt
python rustchain_node.py
```

## 🔧 古董证明如何运作

与比特币的"工作量证明"不同,RustChain使用"古董证明":

- **硬件年龄**: 越老 = 奖励越高
- **PowerPC G3/G4/G5**: 最高奖励
- **现代CPU**: 标准奖励

## 💰 挖矿

```bash
python miners/rustchain_miner.py
```

## 📊 区块链浏览器

```bash
python explorer/blockchain_explorer.py
```

## 🎨 社区

- [Discord](https://discord.gg/rustchain)
- [Twitter](https://twitter.com/rustchain)
- [BoTTube](https://bottube.ai)

## 🤝 贡献

欢迎PR!请阅读[CONTRIBUTING.md](CONTRIBUTING.md)

## 📝 许可证

MIT许可证 - 详见[LICENSE](LICENSE)

---

*由 Elyan Labs 创建*
*翻译者: @jojo-771771*
*日期: 2026-02-16*
34 changes: 34 additions & 0 deletions README_ES.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 🧱 RustChain: Blockchain Proof-of-Antiquity

**La primera blockchain que recompensa el hardware antiguo.**

*Su PowerPC G4 gana más que un Threadripper moderno. Ese es el punto.*

## 🚀 Inicio Rápido

```bash
git clone https://github.com/Scottcjn/Rustchain.git
cd Rustchain
pip install -r requirements.txt
python rustchain_node.py
```

## 🔧 Cómo funciona Proof-of-Antiquity

A diferencia del 'Proof of Work' de Bitcoin, RustChain usa 'Proof of Antiquity':

- **Edad del hardware**: Más antiguo = Mayor recompensa
- **PowerPC G3/G4/G5**: Recompensa máxima
- **CPUs modernos**: Recompensa estándar

## 💰 Minería

```bash
python miners/rustchain_miner.py
```

---

*Creado por: Elyan Labs*
*Traductor: @jojo-771771*
*Fecha: 2026-02-16*
34 changes: 34 additions & 0 deletions README_FR.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 🧱 RustChain: Blockchain Preuve d'Antiquité

**La première blockchain qui récompense le vieux matériel.**

*Votre PowerPC G4 gagne plus qu'un Threadripper moderne. C'est le concept.*

## 🚀 Démarrage Rapide

```bash
git clone https://github.com/Scottcjn/Rustchain.git
cd Rustchain
pip install -r requirements.txt
python rustchain_node.py
```

## 🔧 Comment Fonctionne la Preuve d'Antiquité

Contrairement au 'Proof of Work' de Bitcoin, RustChain utilise la 'Preuve d'Antiquité':

- **Âge du matériel**: Plus c'est vieux, plus la récompense est élevée
- **PowerPC G3/G4/G5**: Récompense maximale
- **CPU modernes**: Récompense standard

## 💰 Minage

```bash
python miners/rustchain_miner.py
```

---

*Créé par: Elyan Labs*
*Traducteur: @jojo-771771*
*Date: 2026-02-16*
34 changes: 34 additions & 0 deletions README_JA.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 🧱 RustChain: アンティーク証明ブロックチェーン

**古いハードウェアを報酬する初のブロックチェーン。**

*あなたのPowerPC G4は最新のThreadripperよりも多く稼ぎます。それがポイントです。*

## 🚀 クイックスタート

```bash
git clone https://github.com/Scottcjn/Rustchain.git
cd Rustchain
pip install -r requirements.txt
python rustchain_node.py
```

## 🔧 アンティーク証明の仕組み

ビットコインの「プルーフ・オブ・ワーク」とは異なり、RustChainは「アンティーク証明」を使用します:

- **ハードウェアの年齢**: 古いほど報酬が高い
- **PowerPC G3/G4/G5**: 最高報酬
- **現代のCPU**: 標準報酬

## 💰 マイニング

```bash
python miners/rustchain_miner.py
```

---

*作成: Elyan Labs*
*翻訳者: @jojo-771771*
*日付: 2026-02-16*
34 changes: 34 additions & 0 deletions README_KO.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 🧱 RustChain: 앤티크 프루프 블록체인

**오래된 하드웨어를 보상하는 최초의 블록체인.**

*당신의 PowerPC G4는 최신 Threadripper보다 더 많은 수익을 냅니다. 그것이 핵심입니다.*

## 🚀 빠른 시작

```bash
git clone https://github.com/Scottcjn/Rustchain.git
cd Rustchain
pip install -r requirements.txt
python rustchain_node.py
```

## 🔧 앤티크 프루프 작동 방식

비트코인의 '작업 증명'과 달리 RustChain은 '앤티크 증명'을 사용합니다:

- **하드웨어 연령**: 오래될수록 더 높은 보상
- **PowerPC G3/G4/G5**: 최고 보상
- **현대 CPU**: 표준 보상

## 💰 마이닝

```bash
python miners/rustchain_miner.py
```

---

*제작: Elyan Labs*
*번역: @jojo-771771*
*날짜: 2026-02-16*