Quick Start Guide

Get Started in 30 Minutes

Follow this step-by-step guide to set up your Boundless prover node and start mining ZK proofs

1. Installation
Install the Boundless CLI and verify your setup
# Install Boundless CLI
curl -sSL https://install.boundless.xyz | bash

# Or using npm
npm install -g @boundless/cli

# Verify installation
boundless --version
2. Configuration
Set up your prover node and configure hardware
# Initialize your prover
boundless init --name my-prover

# Configure hardware
boundless config set gpu.enabled true
boundless config set gpu.count 4

# Set your wallet
boundless wallet import --private-key YOUR_PRIVATE_KEY
Hardware Requirements

Minimum Setup

  • • CPU: 16 threads, 3GHz+
  • • RAM: 32GB
  • • Storage: 200GB SSD
  • • GPU: 1x NVIDIA 8GB+ VRAM

Competitive Setup

  • • CPU: 32+ threads, high boost
  • • RAM: 64GB+
  • • Storage: 1TB NVMe
  • • GPU: 10+ NVIDIA RTX 4090/5090