Follow this step-by-step guide to set up your Boundless prover node and start mining ZK proofs
# Install Boundless CLI
curl -sSL https://install.boundless.xyz | bash
# Or using npm
npm install -g @boundless/cli
# Verify installation
boundless --version# 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