Quick Start
Get up and running with the guided installer.
One-Line Install
curl -sSL https://raw.githubusercontent.com/PoC-Consortium/bitcoin-pocx-docs/main/scripts/install.sh | bash
Or download and review first:
curl -LO https://raw.githubusercontent.com/PoC-Consortium/bitcoin-pocx-docs/main/scripts/install.sh
less install.sh # review the script
bash install.sh
What the Installer Does
The guided installer will:
- Detect your OS (Debian/Ubuntu, Fedora, Arch)
- Install dependencies (curl, tar, etc.)
- Ask your role:
- Node Operator (network support only)
- Solo Miner (mine to your own wallet)
- Pool Miner (mine through a pool)
- Download latest releases from GitHub
- Configure based on your choices:
- Testnet or Mainnet
- Create dedicated
bitcoinuser (optional) - Install systemd services (optional)
- Start services and verify
Installer Options
# Interactive mode (default)
bash install.sh
# Specify role directly
bash install.sh --role node-operator
bash install.sh --role solo-miner
bash install.sh --role pool-miner
# Specify network
bash install.sh --testnet
bash install.sh --mainnet
# Non-interactive with defaults
bash install.sh --role solo-miner --testnet --yes
Manual Installation
Prefer to do it yourself? See the manual guides: