SRBMiner-MULTI.exe – command to start SRBMiner application SRBMiner-MULTI.exe – command to start SRBMiner application
–algorithm randomx – specify the algorithm for mining
–pool xmr-eu1.nanopool.org – specify the pool address
14444 – specify the pool port
– -wallet 44tLjmXrQNrWJ5NBsEj2R77ZBEgDa3fEe9GLpSf2FRmhexPvfYDUAB7EXX1Hdb3aMQ9FLqdJ56yaAhiXoRsceGJCRS3802be5d8cselec The wallet can be obtained either from the exchange , or by installing a Monero cold wallet.
–gpu-target-temperature 70 – the program will try to maintain this temperature
–gpu-off-temperature 83 – the miner will turn off when this temperature is reached and turn on when it drops
–send-stales – send obsolete shares to the pool (some pools partially pay for them, or give bonuses).
–enable-restart-on-rejected – automatic restart of the miner if there are too many rejected shares
Example batch file:
setx GPU_MAX_HEAP_SIZE 100
setx GPU_MAX_USE_SYNC_OBJECTS 1
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_MAX_SINGLE_ALLOC_PERCENT 100
@echo off
cd %~dp0
cls
set LOGTIME=%date:~10,4%_%date:~4,2%_%date:~7,2%_%time:~0,2%_%time:~3,2%
set LOGTIME=%LOGTIME: =%
set LOGTIME=%LOGTIME:,=.%.txt
SRBMiner-MULTI.exe --algorithm randomx --pool xmr-eu1.nanopool.org:14444 --wallet 44tLjmXrQNrWJ5NBsEj2R77ZBEgDa3fEe9GLpSf2FRmhexPvfYDUAB7EXX1Hdb3aMQ9FLqdJ56yaAhiXoRsceGJCRS3Jxkn.rig1
pause
Attention! Payment ID is now not required. Enter only your wallet address!
The program is launched as usual by double clicking on the file with the .bat extension. After launching the program, we will see the following window:
Examples of using
1. Disable mining on the processor, use only mining on video cards
5. Disable mining on the GPU, use 15 CPU threads with the extended event log turned on and save it in the Logs \ log.txt file, start Randomx mining from a block height of 1978433 and run the miner in the background.
Post Comment