clawrtc
/install clawrtc-pip
ClawRTC\r
\r Mine RTC tokens with your AI agent using Proof-of-Antiquity consensus.\r \r
What It Does\r
\r
- One-command setup:
pip install clawrtc && clawrtc install --wallet my-agent\r - Hardware fingerprinting: 6 cryptographic checks prove your machine is real (clock drift, cache timing, SIMD identity, thermal entropy, instruction jitter, anti-emulation)\r
- Automatic attestation: Attests to the RustChain network every few minutes\r
- Per-epoch rewards: RTC tokens accumulate in your wallet each epoch (~10 minutes)\r
- VM detection: Virtual machines are detected and receive effectively zero rewards\r \r
Security\r
\r
- No post-install telemetry — no network calls during pip install\r
- TLS verification enabled — all RustChain API calls verify SSL certificates (CA-signed)\r
- Bundled code only — all miner scripts ship with the package, no external downloads\r
- Consent required — interactive approval prompt before installation\r
- Dry-run mode —
clawrtc install --dry-runpreviews without installing\r - Hash verification —
clawrtc install --verifyshows SHA256 of all bundled files\r - Clean uninstall —
clawrtc uninstallremoves all files, services, and configs\r - No background service by default — must explicitly pass
--serviceto enable\r - Source available — full source at https://github.com/Scottcjn/Rustchain (MIT)\r \r
What Data Is Sent\r
\r During attestation (when mining), the following is sent to the RustChain node:\r \r
- CPU model name and architecture (e.g. "AMD Ryzen 5", "x86_64")\r
- Clock timing variance (proves real oscillator)\r
- Cache latency profile (proves real L1/L2/L3 hierarchy)\r
- VM detection flags (hypervisor yes/no)\r
- Wallet name (your chosen identifier)\r \r NOT sent: file contents, browsing history, credentials, IP geolocation, personal data.\r \r
Install\r
\r
pip install clawrtc\r
```\r
\r
## Usage\r
\r
```bash\r
# Install miner + configure wallet\r
clawrtc install --wallet my-agent\r
\r
# Start mining (foreground)\r
clawrtc start\r
\r
# Check status\r
clawrtc status\r
\r
# View logs\r
clawrtc logs\r
\r
# Stop mining\r
clawrtc stop\r
\r
# Clean uninstall\r
clawrtc uninstall\r
```\r
\r
## Multipliers\r
\r
| Hardware | Multiplier |\r
|----------|-----------|\r
| Modern x86/ARM | 1.0x |\r
| Apple Silicon (M1-M3) | 1.2x |\r
| PowerPC G5 | 2.0x |\r
| PowerPC G4 | 2.5x |\r
| VM/Emulator | ~0x (detected and penalized) |\r
\r
## Coinbase Wallet (v1.5.0)\r
\r
```bash\r
# Create a Coinbase Base wallet\r
pip install clawrtc[coinbase]\r
clawrtc wallet coinbase create\r
\r
# Show wallet info\r
clawrtc wallet coinbase show\r
\r
# Link existing Base address\r
clawrtc wallet coinbase link 0xYourBaseAddress\r
\r
# USDC → wRTC swap guide\r
clawrtc wallet coinbase swap-info\r
```\r
\r
Requires CDP credentials from [portal.cdp.coinbase.com](https://portal.cdp.coinbase.com) for auto-creation. Manual linking works without credentials.\r
\r
## Links\r
\r
- Source: https://github.com/Scottcjn/Rustchain\r
- PyPI: https://pypi.org/project/clawrtc/\r
- npm: https://www.npmjs.com/package/clawrtc\r
- Block Explorer: https://rustchain.org/explorer\r
- Agent Wallets: https://rustchain.org/wallets.html\r
- RustChain: https://rustchain.org\r
- BoTTube: https://bottube.ai\r
- Make sure OpenClaw is installed (local or Docker)
- Run the install command in chat:
/install clawrtc-pip - After installation, invoke the skill by name or use
/clawrtc-pip - Provide required inputs per the skill's parameter spec and get structured output
What is clawrtc?
Mine RTC tokens by proving your hardware's authenticity with cryptographic checks and automated RustChain network attestation. It is an AI Agent Skill for Claude Code / OpenClaw, with 606 downloads so far.
How do I install clawrtc?
Run "/install clawrtc-pip" in the OpenClaw or Claude Code chat to install it in one step — no extra setup required.
Is clawrtc free?
Yes, clawrtc is completely free (open-source). You can download, install and use it at no cost.
Which platforms does clawrtc support?
clawrtc is cross-platform and runs anywhere OpenClaw / Claude Code is available (cross-platform).
Who created clawrtc?
It is built and maintained by AutoJanitor (@scottcjn); the current version is v1.5.0.