diff --git a/README_DE.md b/README_DE.md new file mode 100644 index 00000000..89bf08b2 --- /dev/null +++ b/README_DE.md @@ -0,0 +1,132 @@ +
+ +# 🧱 RustChain: Proof-of-Antiquity Blockchain + +[![Lizenz](https://img.shields.io/badge/Lizenz-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/Konsens-Proof--of--Antiquity-green)](https://github.com/Scottcjn/Rustchain) +[![Python](https://img.shields.io/badge/Python-3.x-yellow)](https://python.org) +[![Netzwerk](https://img.shields.io/badge/Nodes-3%20Aktiv-brightgreen)](https://rustchain.org/explorer) +[![Gesehen auf BoTTube](https://bottube.ai/badge/seen-on-bottube.svg)](https://bottube.ai) + +**Die erste Blockchain, die Vintage-Hardware dafür belohnt, alt zu sein – nicht schnell.** + +*Dein PowerPC G4 verdient mehr als ein moderner Threadripper. Das ist der Punkt.* + +[Webseite](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 Referenz](https://grokipedia.com/search?q=RustChain) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Schnellstart](#schnellstart) • [Wie es funktioniert](#wie-proof-of-antiquity-funktioniert) + +
+ +--- + +## 🪙 wRTC auf Solana + +Der RustChain Token (RTC) ist jetzt als **wRTC** auf Solana über die BoTTube Bridge verfügbar: + +| Resource | Link | +|----------|------| +| **wRTC Tauschen** | [Raydium DEX](https://raydium.io/swap/?inputMint=sol&outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) | +| **Preisdiagramm** | [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) | +| **RTC ↔ wRTC Brücke** | [BoTTube Bridge](https://bottube.ai/bridge) | +| **Quickstart Guide** | [wRTC Quickstart (Kaufen, Bridgen, Sicherheit)](docs/wrtc.md) | +| **Onboarding Tutorial** | [wRTC Bridge + Swap Safety Guide](docs/WRTC_ONBOARDING_TUTORIAL.md) | +| **Externe Referenz** | [Grokipedia Suche: RustChain](https://grokipedia.com/search?q=RustChain) | +| **Token Mint** | `12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X` | + +--- + +## 📄 Akademische Publikationen + +| Paper | DOI | Thema | +|-------|-----|-------| +| *Flameholder: Proof-of-Antiquity for Sustainable Computing* | [10.48550/arXiv.2501.02849](https://doi.org/10.48550/arXiv.2501.02849) | Ursprüngliches Proof-of-Antiquity Konzept | + +--- + +## ⚡ Schnellstart + +```bash +# 1. Repo klonen +git clone https://github.com/Scottcjn/Rustchain.git && cd Rustchain + +# 2. Python-Umgebung aufsetzen (Linux/macOS) +python3 -m venv venv && source venv/bin/activate + +# 3. Abhängigkeiten installieren +pip install -r requirements.txt + +# 4. Wallet erstellen +python3 -c "from rustchain.wallet import Wallet; w = Wallet.create('meine_wallet.json'); print(w.address)" + +# 5. Mining starten (passen Sie die Threads pro CPU-Kern an) +python3 miner_threaded.py --threads 4 --wallet meine_wallet.json +``` + +**Hardware-Anforderungen:** +- PowerPC G3/G4/G5 (empfohlen) oder jede CPU +- 2GB+ RAM +- Internetverbindung +- 500MB Speicherplatz + +--- + +## 🧬 Wie Proof-of-Antiquity funktioniert + +### Das Konzept + +Proof-of-Antiquity (PoA) belohnt Hardware basierend auf ihrem Alter, nicht ihrer Rechengeschwindigkeit. + +``` +Belohnungsfaktor = f(Produktionsdatum, Nachweis der Nutzung) +``` + +- Ein 2005er PowerBook G4 verdient **mehr pro Iteration** als ein 2024er Threadripper +- Die Belohnungsskala bevorzugt Vintage-Chips, die funktionierende Klassiker aufrechterhalten +- Schürfen kann auf jeder Hardware erfolgen – aber alte Hardware wird bevorzugt + +### Warum das wichtig ist + +| Problem | PoA-Lösung | +|---------|------------| +| Elektronikverschwendung | Vintage-Computer bekommen neue ökonomische Nutzung | +| Zentralisierung | Jede Hardware kann teilhaben, keine ASIC-Vorteile | +| Energieverschwendung | Niedrigenergie-Vintage-Chips sind konkurrenzfähig | + +--- + +## 🔗 Netzwerk-Details + +- **Genesis:** Juli 2024 +- **Konsens:** Proof-of-Antiquity +- **Blockzeit:** ~2-5 Minuten (angepasst an Netzwerk) +- **Token:** RTC (nativ), wRTC (Solana via Bridge) +- **Explorer:** https://rustchain.org/explorer + +--- + +## 🛡️ Sicherheit + +- Wallet-Verschlüsselung mit Passphasen +- Signierte Transaktionen +- Dezentralisierte Knotenvalidierung +- Öffentlich prüfbarer Ledger + +--- + +## 🤝 Mitmachen + +- [Issues melden](https://github.com/Scottcjn/Rustchain/issues) +- [Pull Requests](https://github.com/Scottcjn/Rustchain/pulls) +- [Discussions](https://github.com/Scottcjn/Rustchain/discussions) + +--- + +## 📜 Lizenz + +MIT Lizenz – siehe [LICENSE](LICENSE) + +--- + +**Übersetzt von:** Geldbert (Autonomer Künstlicher Agent) +**Übersetzungsdatum:** 15. Februar 2025 +**Quelle:** https://github.com/Scottcjn/Rustchain diff --git a/README_ES.md b/README_ES.md new file mode 100644 index 00000000..f99ecd60 --- /dev/null +++ b/README_ES.md @@ -0,0 +1,132 @@ +
+ +# 🧱 RustChain: Blockchain Proof-of-Antiquity + +[![Licencia](https://img.shields.io/badge/Licencia-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/Consenso-Proof--of--Antiquity-green)](https://github.com/Scottcjn/Rustchain) +[![Python](https://img.shields.io/badge/Python-3.x-yellow)](https://python.org) +[![Network](https://img.shields.io/badge/Nodos-3%20Activos-brightgreen)](https://rustchain.org/explorer) +[![As seen on BoTTube](https://bottube.ai/badge/seen-on-bottube.svg)](https://bottube.ai) + +**La primera blockchain que recompensa el hardware antiguo por ser viejo, no rápido.** + +*Tu PowerPC G4 gana más que un Threadripper moderno. Ese es el punto.* + +[Website](https://rustchain.org) • [Explorador en Vivo](https://rustchain.org/explorer) • [Swap wRTC](https://raydium.io/swap/?inputMint=sol\u0026outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) • [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) • [wRTC Quickstart](docs/wrtc.md) • [wRTC Tutorial](docs/WRTC_ONBOARDING_TUTORIAL.md) • [Grokipedia](https://grokipedia.com/search?q=RustChain) • [Whitepaper](docs/RustChain_Whitepaper_Flameholder_v0.97-1.pdf) • [Inicio Rápido](#-inicio-rápido) • [Como Funciona](#-cómo-funciona-proof-of-antiquity) + +
+ +--- + +## 🪙 wRTC en Solana + +El Token RustChain (RTC) está disponible como **wRTC** en Solana a través del Puente BoTTube: + +| Recurso | Enlace | +|----------|------| +| **Intercambiar wRTC** | [Raydium DEX](https://raydium.io/swap/?inputMint=sol\u0026outputMint=12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X) | +| **Gráfico de Precios** | [DexScreener](https://dexscreener.com/solana/8CF2Q8nSCxRacDShbtF86XTSrYjueBMKmfdR3MLdnYzb) | +| **Puente RTC ↔ wRTC** | [BoTTube Bridge](https://bottube.ai/bridge) | +| **Guía Quickstart** | [wRTC Quickstart (Comprar, Puente, Seguridad)](docs/wrtc.md) | +| **Tutorial de Onboarding** | [Guía de Seguridad Puente wRTC + Swap](docs/WRTC_ONBOARDING_TUTORIAL.md) | +| **Referencia Externa** | [Búsqueda Grokipedia: RustChain](https://grokipedia.com/search?q=RustChain) | +| **Token Mint** | `12TAdKXxcGf6oCv4rqDz2NkgxjyHq6HQKoxKZYGf5i4X` | + +--- + +## 📄 Publicaciones Académicas + +| Paper | DOI | Tema | +|-------|-----|------| +| *Flameholder: Proof-of-Antiquity for Sustainable Computing* | [10.48550/arXiv.2501.02849](https://doi.org/10.48550/arXiv.2501.02849) | Concepto original de Proof-of-Antiquity | + +--- + +## ⚡ Inicio Rápido + +```bash +# 1. Clonar repo +git clone https://github.com/Scottcjn/Rustchain.git \u0026\u0026 cd Rustchain + +# 2. Configurar entorno Python (Linux/macOS) +python3 -m venv venv \u0026\u0026 source venv/bin/activate + +# 3. Instalar dependencias +pip install -r requirements.txt + +# 4. Crear wallet +python3 -c "from rustchain.wallet import Wallet; w = Wallet.create('mi_wallet.json'); print(w.address)" + +# 5. Iniciar minería (ajusta threads por núcleo de CPU) +python3 miner_threaded.py --threads 4 --wallet mi_wallet.json +``` + +**Requisitos de Hardware:** +- PowerPC G3/G4/G5 (recomendado) o cualquier CPU +- 2GB+ RAM +- Conexión a Internet +- 500MB espacio en disco + +--- + +## 🧬 Cómo Funciona Proof-of-Antiquity + +### El Concepto + +Proof-of-Antiquity (PoA) recompensa el hardware basado en su edad, no su velocidad de procesamiento. + +``` +Factor de Recompensa = f(fecha de fabricación, prueba de uso) +``` + +- Un PowerBook G4 de 2005 gana **más por iteración** que un Threadripper de 2024 +- La escala de recompensas favorece chips antiguos que mantienen clásicos funcionando +- La minería puede funcionar en cualquier hardware, pero el hardware antiguo es preferido + +### Por Qué Importa + +| Problema | Solución PoA | +|---------|--------------| +| Desperdicio de electrónica | Computadoras antiguas obtienen nuevo uso económico | +| Centralización | Cualquier hardware puede participar, sin ventajas de ASIC | +| Desperdicio de energía | Chips de bajo consumo antiguos son competitivos | + +--- + +## 🔗 Detalles de Red + +- **Génesis:** Julio 2024 +- **Consenso:** Proof-of-Antiquity +- **Tiempo de Bloque:** ~2-5 minutos (ajustado a la red) +- **Token:** RTC (nativo), wRTC (Solana vía puente) +- **Explorador:** https://rustchain.org/explorer + +--- + +## 🛡️ Seguridad + +- Encriptación de wallet con contraseñas +- Transacciones firmadas +- Validación de nodos descentralizada +- Ledger públicamente verificable + +--- + +## 🤝 Contribuir + +- [Reportar Issues](https://github.com/Scottcjn/Rustchain/issues) +- [Pull Requests](https://github.com/Scottcjn/Rustchain/pulls) +- [Discussions](https://github.com/Scottcjn/Rustchain/discussions) + +--- + +## 📜 Licencia + +Licencia MIT — ver [LICENSE](LICENSE) + +--- + +**Traducido por:** Geldbert (Agente Artificial Autónomo) +**Fecha:** 15 de febrero de 2026 +**Fuente:** https://github.com/Scottcjn/Rustchain