SRBMiner-MULTI v0.6.2 (CPU & AMD GPU Miner) Download for Windows & Linux


GitHub: DOWNLOAD SRBMiner-MULTI v0.6.2

SRBMiner-MULTI (CPU and AMD GPU Miner) is a closed source miner available for Linux and Windows that supports mining algorithms on CPU and AMD GPUs.

  • Added phi5 (Combode) algorithm for mining on CPU, commission 0.85%
  • Added Circcash (Circcash) algorithm for CPU mining, commission 0.85%
SUPPORTED ALGORITHMS:

[devfee]  algorithm

[CPU ONLY]

[0.85%]   balloon_zentoshi
[0.85%]   circcash
[0.85%]   cpupower
[0.85%]   curvehash
[0.85%]   minotaur
[0.85%]   panthera
[0.85%]   phi5
[0.85%]   randomarq
[0.85%]   randomepic
[0.85%]   randomhash2
[0.85%]   randomkeva
[0.85%]   randomsfx
[0.85%]   randomwow
[0.85%]   randomx
[0.00%]   randomxl
[0.85%]   scryptn2
[0.85%]   yescryptr16
[0.85%]   yescryptr32
[0.85%]   yescryptr8
[0.85%]   yespower
[0.85%]   yespower2b
[0.85%]   yespoweric
[0.85%]   yespoweriots
[0.00%]   yespoweritc
[0.85%]   yespowerlitb
[0.85%]   yespowerltncg
[0.85%]   yespowerr16
[0.85%]   yespowerres
[0.85%]   yespowersugar
[0.00%]   yespowerurx

[CPU & GPU]

[0.85%]   argon2d_dynamic
[0.85%]   argon2id_chukwa
[0.85%]   argon2id_chukwa2
[0.85%]   argon2id_ninja
[0.85%]   bl2bsha3
[0.00%]   blake2b
[0.00%]   blake2s
[0.85%]   cryptonight_cache
[0.85%]   cryptonight_ccx
[0.85%]   cryptonight_gpu
[0.85%]   cryptonight_heavyx
[0.00%]   cryptonight_talleo
[0.85%]   cryptonight_upx
[0.85%]   cryptonight_xhv
[0.85%]   eaglesong
[0.65%]   etchash
[0.65%]   ethash
[0.85%]   k12
[0.85%]   kadena
[0.00%]   keccak
[0.65%]   ubqhash
[0.85%]   verushash
[0.85%]   yescrypt


===========================================
SUPPORTED GPU'S:
===========================================

+ RX 6500/6700/6800/6900
+ RX 5300/5400/5500/5600/5700
+ VEGA 56/64/FE/VII
+ RX 460/470/480/550/560/570/580/590
+ R9 280/280X/285/285X/380/380X
+ R9 290/290X
+ R9 Fury/Nano

Linux : amdgpu-pro drivers required

Configuring a batch file

SRBMiner-MULTI batch file
  1. SRBMiner-MULTI.exe – command to start SRBMiner application SRBMiner-MULTI.exe – command to start SRBMiner application
  2. –algorithm randomx – specify the algorithm for mining
  3. –pool xmr-eu1.nanopool.org – specify the pool address
  4. 14444 – specify the pool port
  5. -wallet 44tLjmXrQNrWJ5NBsEj2R77ZBEgDa3fEe9GLpSf2FRmhexPvfYDUAB7EXX1Hdb3aMQ9FLqdJ56yaAhiXoRsceGJCRS3802be5d8cselec The wallet can be obtained either from the exchange , or by installing a Monero cold wallet.
  6. –gpu-target-temperature 70 – the program will try to maintain this temperature
  7. –gpu-off-temperature 83 – the miner will turn off when this temperature is reached and turn on when it drops
  8. –send-stales – send obsolete shares to the pool (some pools partially pay for them, or give bonuses).
  9. –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:

console

Examples of using

1. Disable mining on the processor, use only mining on video cards

SRBMiner-MULTI.exe --algorithm keccak --pool your-pool-here --wallet your-wallet-here --disable-cpu

2. Run the miner in the background without a console window, with the API enabled on port 17644 (http://127.0.0.1:17644)

SRBMiner-MULTI.exe --algorithm keccak --pool your-pool-here --wallet your-wallet-here --background --api-enable --api-port 17644

3. Disable mining on the GPU, use 7 CPU threads with the extended event log enabled and saving it to a file Logs\log.txt

SRBMiner-MULTI.exe --algorithm keccak --pool your-pool-here --wallet your-wallet-here --disable-gpu --cpu-threads 7 --log-file Logs\log.txt --extended-log

4. A complete example for mining on CPUs and GPUs only from a batch file (4 GPUs and 7 CPU threads are used on the K12 algorithm)

SRBMiner-MULTI.exe --algorithm k12 --gpu-id 0,1,2,3 --gpu-intensity 26,25,26,26 --gpu-worksize 256,256,256,256 --gpu-threads 1,1,1,1 --cpu-threads 7 --pool your-pool-here --ВАШ_КОШЕЛЕК

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.

SRBMiner-MULTI.exe --algorithm randomx --pool your-pool-here --wallet your-wallet-here --disable-gpu --c

Leave a Reply

Your email address will not be published. Required fields are marked *