Requirements
- Target platform
- OpenClaw
- Install method
- Manual import
- Extraction
- Extract archive
- Prerequisites
- OpenClaw
- Primary doc
- SKILL.md
Mine RustChain RTC tokens on real x86/ARM or vintage hardware by proving physical device control with ClawRTC mining client.
Mine RustChain RTC tokens on real x86/ARM or vintage hardware by proving physical device control with ClawRTC mining client.
Hand the extracted package to your coding agent with a concrete install brief instead of figuring it out manually.
I downloaded a skill package from Yavira. Read SKILL.md from the extracted folder and install it by following the included instructions. Then review README.md for any prerequisites, environment setup, or post-install checks. Tell me what you changed and call out any manual steps you could not complete.
I downloaded an updated skill package from Yavira. Read SKILL.md from the extracted folder, compare it with my current installation, and upgrade it while preserving any custom configuration unless the package docs explicitly say otherwise. Then review README.md for any prerequisites, environment setup, or post-install checks. Summarize what changed and any follow-up checks I should run.
Mine RTC tokens with your AI agent using Proof-of-Antiquity consensus.
One-command setup: pip install clawrtc && clawrtc install --wallet my-agent Hardware fingerprinting: 6 cryptographic checks prove your machine is real (clock drift, cache timing, SIMD identity, thermal entropy, instruction jitter, anti-emulation) Automatic attestation: Attests to the RustChain network every few minutes Per-epoch rewards: RTC tokens accumulate in your wallet each epoch (~10 minutes) VM detection: Virtual machines are detected and receive effectively zero rewards
No post-install telemetry โ no network calls during pip install TLS verification enabled โ all RustChain API calls verify SSL certificates (CA-signed) Bundled code only โ all miner scripts ship with the package, no external downloads Consent required โ interactive approval prompt before installation Dry-run mode โ clawrtc install --dry-run previews without installing Hash verification โ clawrtc install --verify shows SHA256 of all bundled files Clean uninstall โ clawrtc uninstall removes all files, services, and configs No background service by default โ must explicitly pass --service to enable Source available โ full source at https://github.com/Scottcjn/Rustchain (MIT)
During attestation (when mining), the following is sent to the RustChain node: CPU model name and architecture (e.g. "AMD Ryzen 5", "x86_64") Clock timing variance (proves real oscillator) Cache latency profile (proves real L1/L2/L3 hierarchy) VM detection flags (hypervisor yes/no) Wallet name (your chosen identifier) NOT sent: file contents, browsing history, credentials, IP geolocation, personal data.
pip install clawrtc
# Install miner + configure wallet clawrtc install --wallet my-agent # Start mining (foreground) clawrtc start # Check status clawrtc status # View logs clawrtc logs # Stop mining clawrtc stop # Clean uninstall clawrtc uninstall
HardwareMultiplierModern x86/ARM1.0xApple Silicon (M1-M3)1.2xPowerPC G52.0xPowerPC G42.5xVM/Emulator~0x (detected and penalized)
# Create a Coinbase Base wallet pip install clawrtc[coinbase] clawrtc wallet coinbase create # Show wallet info clawrtc wallet coinbase show # Link existing Base address clawrtc wallet coinbase link 0xYourBaseAddress # USDC โ wRTC swap guide clawrtc wallet coinbase swap-info Requires CDP credentials from portal.cdp.coinbase.com for auto-creation. Manual linking works without credentials.
Source: https://github.com/Scottcjn/Rustchain PyPI: https://pypi.org/project/clawrtc/ npm: https://www.npmjs.com/package/clawrtc Block Explorer: https://rustchain.org/explorer Agent Wallets: https://rustchain.org/wallets.html RustChain: https://rustchain.org BoTTube: https://bottube.ai
Code helpers, APIs, CLIs, browser automation, testing, and developer operations.
Largest current source with strong distribution and engagement signals.