SRBMiner-MULTI v0.4.2 – CPU miner is a program for mining cryptocurrencies on various algorithms for the processor. AMD GPU Miner is a cryptocurrency mining miner on AMD graphics cards. Both programs are included in one release.
Miner features SRBMiner-MULTI
- Guided Setup Mode
- Ability to switch the algorithm without an external application
- Running in the background without a console window
- A hash watchdog timer that restarts the miner in case of a video card error
- Video card temperature control and automatic shutdown if the temperature is too high
- Shutting down the system when the temperature of the video card is too high
- Auto miner restart if too many deflected ball
- Running a monitor that ensures that your miner starts working properly
- API for mining statistics
- Web interface for tracking miner statistics
- Multiple backup pools
- Ability to add new pools on the fly without restarting the miner
- Monitoring difficulty; do not connect to the pool if the difficulty level is too high
- Timeout monitoring, do not connect to the pool if work is not received for a long time
- Easily switches AMD graphics cards to computing mode
Dev-Fee:
0.00%
+ blake2b
+ yespowerurx
~0.85%
+ blake2s + cpupower + eaglesong + kadena + keccak + m7mv2 + mtp
+ randomarq + randomsfx + randomv + randomwow + randomx
+ randomxl + rfv2 + yescrypt + yescryptr16 + yescryptr32 + yescryptr8
+ yespower + yespower2b + yespoweric + yespoweriots + yespowerlitb
+ yespowerltncg + yespowerr16 + yespowersugar
Supports Algorithms:
[CPU ONLY]
+ cpupower + m7mv2 + randomarq + randomsfx + randomv
+ randomwow + randomx + randomxl + yescryptr16 + yescryptr32
+ yescryptr8 + yespower + yespower2b + yespoweric + yespoweriots
+ yespowerlitb + yespowerltncg + yespowerr16 + yespowersugar
+ yespowerurx
[CPU & GPU]
+ blake2b + blake2s + eaglesong + k12 + kadena + keccak
+ mtp + rainforestv2 + yescrypt
Supported Devices:
- VEGA 56/64/FE/VII
- RX 460/470/480/550/560/570/580/590
- R9 285/285X/380/380X
- R9 290/290X
- R9 Fury/Nano
- + Processors
Customizing a batch file
In order to start mining, we need to create or edit a file with the extension .bat. Indicate the following commands in it:
- SRBMiner-MULTI.exe – SRBMiner application launch command
- –algorithm randomx – specify the algorithm for mining
- –pool xmr-eu1.nanopool.org – specify pool address
- 14444 – specify pool port
- –-wallet 44tLjmXrQ…c55648d – indicate coin wallet. The wallet can be obtained either on the exchange or install a cold Monero wallet.
- –gpu-target-temperature 70 – the program will strive 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 outdated balls to the pool (some pools partially pay for them, or add bonuses).
- –-enable-restart-on-rejected – auto miner restart if too many rejected ball
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 no longer required. Indicate only the address of your wallet!
The program starts as usual by double-clicking on the file with the extension .bat
Running the program, we will see the following window:
We wrote in the batch file only those commands that will help to connect to the pool and start the cryptocurrency mining process. However, to improve performance, you need to configure some other command line arguments, depending on the type of equipment you have.