Install
openclaw skills install clawrtc-pipMine RTC tokens by proving your hardware's authenticity with cryptographic checks and automated RustChain network attestation.
openclaw skills install clawrtc-pipMine RTC tokens with your AI agent using Proof-of-Antiquity consensus.
pip install clawrtc && clawrtc install --wallet my-agentclawrtc install --dry-run previews without installingclawrtc install --verify shows SHA256 of all bundled filesclawrtc uninstall removes all files, services, and configs--service to enableDuring attestation (when mining), the following is sent to the RustChain node:
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
| Hardware | Multiplier |
|---|---|
| Modern x86/ARM | 1.0x |
| Apple Silicon (M1-M3) | 1.2x |
| PowerPC G5 | 2.0x |
| PowerPC G4 | 2.5x |
| VM/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.