Post
Topic
Board Mining (Altcoins)
Re: WildRig Multi: new miner for AMD with multialgo support
by
lost2217
on 02/12/2018, 17:46:32 UTC
for algorithm x21r and cards rx470\570 at 1300/1500 gives 60++
@echo off

:loop
wildrig.exe --algo x21s --api-port=4002 --opencl-threads 2 --opencl-launch 22x256 --opencl-devices=0,1,2 --url stratum+tcp://pool.minermore.com:4545 --user lost2217.worker --pass x
--opencl-platform=1 --opencl-devices=1
if ERRORLEVEL 1000 goto custom
timeout /t 5
goto loop

:custom
echo Custom command here
timeout /t 5
goto loop