#!/usr/bin/env bash
set -euo pipefail
WALLET="YOUR_PRL_WALLET"
WORKER="rig01"
./SRBMiner-MULTI --algorithm pearlhash --pool pearlpool.cloud:5566 --wallet "$WALLET" --worker "$WORKER"
