PRLPearl Pool

RunPod Pearl Mining Quickstart

RunPod can be used for short PRL mining tests when the container has NVIDIA runtime and lpminer available.

Use this page as a checklist for rented GPU instances: image, command, wallet, and monitoring.

Fee1.0%
Payout schemesPPLNS + Solo
Minimum payout2.00000000 PRL
Stratumpearlpool.duckdns.org:3360
RegistrationNo account required
StatsPublic APIs
Container

Use an image that already contains lpminer and NVIDIA CUDA runtime, or build your own trusted image.

Start command

Pass the pool URL and your wallet login in the RunPod start command.

Network

No inbound port is required for the miner. It only needs outbound TCP access to the pool stratum.

Monitoring

Use the pool dashboard and your RunPod GPU metrics together. Stop rented GPUs if rejects are high or hashrate is not stable.

Copy commands

Replace WALLET with your Pearl payout address.

RunPod / vast.ai templateDocker image: IMAGE_WITH_LPMINER Start command: ./lpminer --pearl-mine --pool stratum+tcp://pearlpool.duckdns.org:3360 --wallet WALLET.worker --devices all Ports: no inbound ports required
Linux command./lpminer --pearl-mine --pool stratum+tcp://pearlpool.duckdns.org:3360 --wallet WALLET.worker --devices all

FAQ

Does RunPod need open inbound ports?No. The miner connects outbound to stratum.
Can I use solo on RunPod?Yes, use solo:WALLET.worker.
Should I use a random Docker image?No. Use a trusted image or build your own.

Related pages