:: This is an example you can edit and use
:: There are numerous parameters you can set, please check Help and Examples folder
@echo off
cd %~dp0
cls
SRBMiner-MULTI.exe --algorithm heavyhash --pool sg.mining4people.com:3728 --wallet bc1qapntl8q5dfzfkswcnhehskdjqccs30ajdc53kp.RUK301 --disable-gpu-amd --disable-cpu --ssl false --gpu-cclock 1545 --gpu-mclock 7001 --gpu-plimit 80 --gpu-fan 80
pause
This is what I would put in my batchfile
===
:: This is an example you can edit and use
:: There are numerous parameters you can set, please check Help and Examples folder
:: Start miner with administrator privileges to enable gpu-tweak-profile
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_SINGLE_ALLOC_PERCENT 100
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
SRBMiner-MULTI.exe --api-enable --api-port 21550 --api-rig-name ruk55 --disable-cpu --disable-gpu-amd --gpu-cclock 1545 --gpu-mclock 7001 --gpu-plimit 80 --gpu-fan 80 --algorithm heavyhash --pool stratum+ssl://sg.mining4people.com:3728 --wallet YourWalletAddress.RUK301
pause
===
Take it you are mining SOLO and using miner cards not the usual GPU's.
If you are using MRR (MiningRigRentals) remove startum+ssl:// and add --ssl false.
Setting the api gives you the ability to monitor the rig in your browser if needed otherwise remove all things related to api.
Try playing around with clocks and see if that makes any change.
Don't know it has all been resolved but SRBMiner was sometimes a bit finnicky with the order of the parameters used.
Will there be more updates? I have several cards of this model.
Probably keep track on the official links provided on the first pages.