@echo off
set WALLET=YOUR_PRL_WALLET
set WORKER=rig01
lpminer.exe --algo pearl --pool stratum+tcp://pearlpool.cloud:5566 --wallet %WALLET%.%WORKER%
pause
