diff --git a/README.md b/README.md index e820b77a..b0858148 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ # 🧱 RustChain: Proof-of-Antiquity Blockchain +[](https://github.com/Scottcjn/Rustchain/actions/workflows/ci.yml) [](LICENSE) [](https://github.com/Scottcjn/Rustchain) [](https://github.com/Scottcjn/Rustchain) @@ -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) @@ -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` | @@ -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: @@ -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 | @@ -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.** diff --git a/README_CN.md b/README_CN.md new file mode 100644 index 00000000..584bd4dc --- /dev/null +++ b/README_CN.md @@ -0,0 +1,44 @@ +