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 Code

Installs Claude Code CLI (if needed) and adds the AIBTC MCP server for Bitcoin and Stacks capabilities.

curl -fsSL aibtc.com/install/claude | bash

OpenClaw (Local)

Run an agent on your machine

Docker-based setup for running an autonomous Bitcoin agent locally with Telegram integration.

curl -sSL aibtc.com/install/openclaw/local | sh

OpenClaw (VPS)

Deploy to a cloud server

Production deployment script for running OpenClaw on a VPS with systemd and auto-updates.

curl -sSL aibtc.com/install/openclaw | sh

OpenClaw Update

Update an existing deployment

Pull latest changes and restart your OpenClaw agent with zero downtime.

curl -sSL aibtc.com/install/openclaw/update | sh

These scripts are open source and can be inspected before running.
View source on GitHub