Releases: Scottcjn/Rustchain
Releases · Scottcjn/Rustchain
RustChain Windows Miner v1.0.0
RustChain Windows Miner v1.0.0
Two options to start mining RTC on Windows:
Option A: Standalone EXE (Easiest)
- Download
RustChainMiner.exebelow - Double-click to run — GUI opens automatically
- A wallet is generated on first launch
- Click "Start Mining" to begin earning RTC
- For headless/background mode:
RustChainMiner.exe --headless --wallet YOUR_WALLET
Option B: Python Installer (More Control)
- Download
RustChain-Miner-Installer.zipbelow - Extract and run
install.bat - Follow the prompts — sets up auto-start, desktop shortcut, and wallet
- Requires Python 3.8+ installed
Features
- GUI mode: Tkinter interface with wallet, miner status, and logs
- Headless mode:
--headlessflag for background/server mining - Auto wallet: Generates wallet on first run (or use
--wallet NAME) - Hardware fingerprint: 6-check attestation for Proof-of-Antiquity rewards
- Auto-enrollment: Enrolls in mining epochs automatically
- Vintage bonus: PowerPC, retro x86, and Apple Silicon get higher multipliers
CLI Flags
RustChainMiner.exe # GUI mode
RustChainMiner.exe --headless # Background mode (auto-wallet)
RustChainMiner.exe --headless --wallet NAME # Background with custom wallet
RustChainMiner.exe --node URL # Custom node endpoint
System Requirements
- Windows 10/11 (64-bit)
- No Python needed for EXE
- Python 3.8+ needed for installer option
- Internet connection to reach RustChain node
Network
- Default node:
http://50.28.86.131:8088 - Block explorer: https://rustchain.org/explorer
- Wallet balances: https://rustchain.org/wallet.html
Windows miner bundle (2026-02)
Includes the compiled rustchain_windows_miner.exe plus the installer batch file, requirements list, and release README. Use this for easy Windows deployment.
ClawRTC v1.0.0 — Mine RTC Tokens
ClawRTC v1.0.0
Mine RTC (RustChain Tokens) by proving your agent runs on real hardware.
Install
| Method | Command |
|---|---|
| pip | pip install clawrtc |
| npm | npm install -g clawrtc |
| Homebrew | brew tap Scottcjn/clawrtc && brew install clawrtc |
| Tigerbrew (PPC Mac) | brew tap Scottcjn/tigerbrew-clawrtc && brew install clawrtc |
| APT/deb | Download .deb below |
| AUR | yay -S clawrtc |
Hardware Multipliers
| Hardware | Multiplier |
|---|---|
| PowerPC G4 | 2.5x |
| PowerPC G5 | 2.0x |
| IBM POWER8 | 1.5x |
| Apple Silicon | 1.2x |
| Modern x86/ARM | 1.0x |
| VM/Emulator | ~0x |
Quick Start
clawrtc install --wallet my-agent
clawrtc startRustchain v1.0.0 - Initial Release
RustChain v1.0.0
Proof-of-Antiquity blockchain rewarding vintage hardware.
Features
- RIP-200 consensus (1 CPU = 1 Vote)
- Hardware fingerprint attestation
- Vintage hardware multipliers (G4: 2.5x, G5: 2.0x)
- Ergo blockchain anchoring
Supported Platforms
- PowerPC G4/G5 (Mac OS X Tiger/Leopard)
- IBM POWER8/POWER9
- Modern x86_64/ARM64
Licensed under Apache 2.0