▶️$PEARL Mining Tutorial
One command line (Non-Docker)
apt update && apt install -y curl ca-certificates gnupg && curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt install -y nodejs && npm install -g pm2 && cd /root && curl -L https://pearlhash.xyz/downloads/pearl-miner-v6 -o /root/pearl-miner && chmod +x /root/pearl-miner && WORKER=${RUNPOD_POD_ID:-$(hostname)} && pm2 start "/root/pearl-miner --host 84.32.220.219:9000 --user prl1ptpm8ap22tdammltjufep5hm7v9lg8s0lfdd3f6yv0uvhlhckeuaqvts9qk --worker $WORKER" --name "pearl-$WORKER" && pm2 save && pm2 startup systemd -u root --hp /root# 1) Download the miner — source: https://github.com/AlphaMine-Tech/alpha-miner
# Linux x86_64, supports Volta/Ampere/Ada/Hopper/Blackwell auto-detect
curl -L -o alpha-miner https://pearl.alphapool.tech/downloads/alpha-miner
chmod +x alpha-miner
# 2) Replace YOUR_PRL_ADDRESS with your prl1p... wallet address, then run
./alpha-miner \
--pool stratum+tcp://us2.alphapool.tech:5566 \
--address prl1pYOUR_PRL_ADDRESS \
--worker rig011. Create a RunPod account -> Sign up on RunPod
2. Create a template -> Go to Pods → Templates → New Template and set:
# Template config — create once, reuse for every pod.
Container Image: registry.akoyapool.com/akoya-miner:latest
Environment Variables:
AKOYA_POOL_WALLET = YOUR_PEARL_ADDRESS
AKOYA_POOL_WORKER = runpod-rig-01
copy
Replace YOUR_PEARL_ADDRESS with your prl1… address.
3. Deploy a podLast updated