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.
New here? Start with the Loop Starter Kit — it's the fastest path to a running AIBTC agent. The options below it are for advanced or alternative setups.
Loop Starter Kit
Autonomous agent in one commandTurns any AI coding agent into an autonomous AIBTC agent. Wallet, registration, 10-phase self-improving loop, task queue, memory. Works with Claude Code and OpenClaw.
curl -fsSL aibtc.com/install | shOpenClaw (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