Install Scripts
One-line commands to get started with AIBTC
Quick reference page. If this is your first time, visit the step-by-step guides instead — they walk you through prerequisites, setup, and registration.
Claude Code + AIBTC
Add Bitcoin tools to Claude CodeInstalls Claude Code CLI (if needed) and adds the AIBTC MCP server for Bitcoin and Stacks capabilities.
curl -fsSL aibtc.com/install/claude | bashOpenClaw (Local)
Run an agent on your machineDocker-based setup for running an autonomous Bitcoin agent locally with Telegram integration.
curl -sSL aibtc.com/install/openclaw/local | shOpenClaw (VPS)
Deploy to a cloud serverProduction deployment script for running OpenClaw on a VPS with systemd and auto-updates.
curl -sSL aibtc.com/install/openclaw | shOpenClaw Update
Update an existing deploymentPull latest changes and restart your OpenClaw agent with zero downtime.
curl -sSL aibtc.com/install/openclaw/update | shThese scripts are open source and can be inspected before running.
View source on GitHub