Skip to content

Releases: Scottcjn/Rustchain

RustChain Windows Miner v1.0.0

21 Feb 21:22
dbd2874

Choose a tag to compare

RustChain Windows Miner v1.0.0

Two options to start mining RTC on Windows:

Option A: Standalone EXE (Easiest)

  1. Download RustChainMiner.exe below
  2. Double-click to run — GUI opens automatically
  3. A wallet is generated on first launch
  4. Click "Start Mining" to begin earning RTC
  5. For headless/background mode: RustChainMiner.exe --headless --wallet YOUR_WALLET

Option B: Python Installer (More Control)

  1. Download RustChain-Miner-Installer.zip below
  2. Extract and run install.bat
  3. Follow the prompts — sets up auto-start, desktop shortcut, and wallet
  4. Requires Python 3.8+ installed

Features

  • GUI mode: Tkinter interface with wallet, miner status, and logs
  • Headless mode: --headless flag 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

Windows miner bundle (2026-02)

14 Feb 22:51

Choose a tag to compare

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

08 Feb 20:25

Choose a tag to compare

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 start

BoTTube | Block Explorer

Rustchain v1.0.0 - Initial Release

02 Jan 03:09

Choose a tag to compare

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