SRBMiner-MULTI 1.0.6: Profitable dual-mining on AMD GPUs and CPUs

SRBMiner-MULTI 1.0.6: Прибыльный двойной майнинг на AMD GPU и CPU


SRBMiner-MULTI review

SRBMiner-MULTI is a closed-source miner available for Linux and Windows that supports dual-mining algorithms on CPU and AMD GPUs. Mine up to 4 different algorithms/coins simultaneously!

GitHub SRBMiner-MULTI

https://github.com/doktor83/SRBMiner-Multi

SRBMiner-MULTI Bitcointalk thread

https://bitcointalk.org/index.php?topic=5190081.0

Features and benefits of SRBMiner-MULTI:

  • Supports mining via socks5 proxy server
  • Mining up to 4 algorithms simultaneously
  • Manual tuning mode
  • Works in the background without a window
  • Hashrate watchdog, restarting the miner on GPU error
  • GPU temperature monitoring and automatic shutdown if the temperature is too high
  • Shutting down the system when the GPU temperature is too high
  • Shutting down the system when the GPU temperature is too high
  • API for miner statistics
  • Web GUI for miner statistics
  • Multiple pools with failover support
  • Difficulty monitor, reconnect to the pool if the difficulty is too high
  • Job timeout monitor, reconnecting to the pool if jobs are not received for a long time
  • Easy switching of AMD graphics cards to compute mode
  • Many other useful features
+ RX 6500/6600/6700/6800/6900
+ RX 5300/5400/5500/5600/5700
+ VEGA 56/64/FE/VII
+ RX 460/470/480/550/560/570/580/590

Versions prior to 0.9.5 are also supported:

+ R9 280/280X/285/285X/380/380X
+ R9 290/290X
+ R9 Fury/Nano

Latest Updates The SRBMiner Multi:

V1.0.6

  • Added algorithm ‘pufferfish2bmb’ (BMB – Bamboo) for CPU mining, fee 1.00%*.
  • The ‘xdag’ algorithm is now compatible with the new XDAGj network protocol

V1.0.5

  • Added algorithm ‘sha512_256d_radiant’ (RAD – Radiant Layer One) for CPU/GPU mining, fee 1.00%*.
  • Added ETHASH/ETCHASH + SHA512_256D_RADIANT dual-mining mode
  • Added AUTOLYKOS2 + SHA512_256D_RADIANT double mining mode
  • Fixed problem with double ethash mining using nicehash mode
  • Added automatic caching of ZIL DAGs in dual mining mode [ETH/ETC] (if GPU has enough VRAM to store both DAGs)
  • Added parameter ‘–gpu-ethash-dag-cache’ to set caching of specific ETH/ETC epoch in dual mining mode [ by default it is epoch 0 – ZIL ].

V1.0.4

  • Improved performance of all dual-mining algorithms for RDNA2 GPUs
  • Minor bug fixes

V1.0.3

  • Added algorithm ‘mike’ (Vkax coin) to mine on CPU, 0.85% fee
  • Significantly improved performance of the GPU ‘curvehash’ algorithm
  • Reduced rewards for ‘kaspa’ and ‘heavyhash’ algorithms to 0.85%
  • Using any of the supported dual-mining combinations automatically enables auto-tuning
  • Added ability to disable the algorithm in dual mining mode for each GPU*
  • The default value for ‘–gpu-dual-max-loss’ is reduced from 5% to 3%*.

V1.0.2

  • Added ETHASH/ETCHASH + HEAVYHASH (OBTC/PBTC) dual-mining mode
  • Added AUTOLYKOS2 + HEAVYHASH double mining mode
  • Faster DAG creation on RDNA2 GPUs
  • Possible fix for some RDNA/RDNA2 GPUs not creating DAG for ETHASH/PROGPOW algorithms in Linux-based OS.

V1.0.1

  • Added auto-tune for dual-mining (use –gpu-auto-tune 1 to enable)*.
  • Added parameter ‘–gpu-dual-max-loss’, which defines the maximum A0 hash loss we allow when automatically tuning in dual mode, set in percent
  • Minor bug fixes

V1.0.0

  • Added dual mining mode ETHASH/ETCHASH + BLAKE3_ALEPHIUM
  • Added AUTOLYKOS2 + BLAKE3_ALEPHIUM dual mining mode
  • Fixed ETHASH/ETCHASH + KASPA mining on nicehash
  • Added parameter ‘–gpu-table-slow-build’ which slows down DAG/Datatable creation for ETHASH/ETCHASH/UBQHASH/PROGPOW/AUTOLYKOS2 algorithms (may help avoid crash)
  • The ‘–gpu-dual-mode’ parameter is no longer needed, the miner will automatically check if the selected algorithms are suitable for dual mining.
  • Fixed several bugs related to the dual loot mode

Setting SRBMiner-MULTI

  1. SRBMiner-MULTI.exe – SRBMiner application launch command
  2. –algorithm randomx – specify mining algorithm
  3. –pool xmr-eu1.nanopool.org – specify pool address
  4. 14444 – specify pool port
  5. -wallet 44tLjmXrQNr***CRS3Jxkn.5d3c802ee***138ddb940c55648d specify coin purse. The wallet can be obtained either on the exchange, or you can install a cold Monero wallet.
  6. –gpu-target-temperature 70 – the program will strive 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 balls to the pool (some pools partially pay for them, or charge bonuses).
  9. –enable-restart-on-rejected – automatic restart of the miner if there are too many rejected shares

Batch file setup example:

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 44tLjmXrQNrWJ5NB***56yaAhiXoRsceGJCRS3Jxkn.rig1
pause

Attention! Payment ID is now not required. Specify only the address of your wallet!

Start the program as usual by double-clicking on the .bat file. After running the program, we will see the following window:

Launch examples

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 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 GPU mining, use 7 CPU threads with extended event logging enabled and saving it in Logs\log.txt file

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 GPU mining, use 15 CPU threads with extended event logging enabled and save it in the Logs\log.txt file, start Randomx mining from block height 1978433 and run the miner in the background.

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

ALGORITHMS

[CPU ONLY]

[0.85%]   balloon_zentoshi [0.85%]   cosa [0.85%]   cpupower [0.85%]   ghostrider [0.85%]   mike [0.85%]   minotaur [0.85%]   minotaurx [0.85%]   panthera [1.00%]   pufferfish2bmb [0.85%]   randomarq [0.85%]   randomepic [0.85%]   randomgrft [0.85%]   randomhash2 [0.85%]   randomkeva [0.85%]   randoml [0.85%]   randomsfx [0.85%]   randomwow [0.85%]   randomx [0.85%]   randomxl [0.85%]   randomyada [0.85%]   scryptn2 [0.85%]   xdag [0.85%]   yespower [0.85%]   yespower2b [0.85%]   yespowerarwn [0.85%]   yespoweric [0.85%]   yespoweriots [0.85%]   yespoweritc [0.00%]   yespowerlitb [0.85%]   yespowerltncg [0.85%]   yespowermgpc [0.85%]   yespowerr16 [0.85%]   yespowerres [0.85%]   yespowersugar [0.85%]   yespowertide [0.00%]   yespowerurx

[CPU & GPU]

[0.85%]   0x10 [0.85%]   argon2d_16000 [0.85%]   argon2d_dynamic [0.85%]   argon2id_chukwa [0.85%]   argon2id_chukwa2 [1.50%]   autolykos2 [0.00%]   blake2b [0.00%]   blake2s [0.85%]   blake3_alephium [0.85%]   circcash [0.85%]   cryptonight_ccx [0.85%]   cryptonight_gpu [0.00%]   cryptonight_talleo [0.85%]   cryptonight_turtle [0.85%]   cryptonight_upx [0.85%]   cryptonight_xhv [0.85%]   curvehash [1.00%]   dynamo [0.65%]   etchash [0.65%]   ethash [0.85%]   firopow [0.85%]   frkhash [0.85%]   heavyhash [0.00%]   k12 [0.85%]   kaspa [0.85%]   kawpow [0.00%]   keccak [0.85%]   lyra2v2_webchain [0.85%]   progpow_epic [0.85%]   progpow_sero [0.85%]   progpow_veil [0.85%]   progpow_veriblock [0.85%]   progpow_zano [0.85%]   sha3d [1.00%]   sha512_256d_radiant [0.65%]   ubqhash [1.00%]   verthash [0.85%]   verushash [0.85%]   yescrypt [0.85%]   yescryptr16 [0.85%]   yescryptr32 [0.85%]   yescryptr8

DUAL MINEABLE ALGORITHMS:

  • ethash + kaspa
  • ethash + blake3_alephium
  • ethash + heavyhash
  • ethash + sha512_256d_radiant
  • etchash + kaspa
  • etchash + blake3_alephium
  • etchash + heavyhash
  • etchash + sha512_256d_radiant
  • autolykos2 + kaspa
  • autolykos2 + blake3_alephium
  • autolykos2 + heavyhash
  • autolykos2 + sha512_256d_radiant
Ethereum + Kaspa Code:SRBMiner-MULTI.exe –disable-cpu –gpu-auto-tune 1 –algorithm ethash –pool de.ethereum.herominers.com:1147 –wallet 0x74fb183Dfa951A9dC8C6de5ae4E1A8587fa6f371 –algorithm kaspa –pool ru.acc-pool.pw:16061 –wallet kaspa:qr36zdxs0dn3n0h799jhdl02qks5742lxjgmfsfj9xmlca7n4l6mw0s0n48nx –gpu-boost 3 Ergo + Kaspa Code:SRBMiner-MULTI.exe –disable-cpu –gpu-auto-tune 1 –algorithm autolykos2 –pool de.ergo.herominers.com:1180 –wallet 9gj5rYtg1sGwdvoXGJswrSfPBXiXJgmyjZVEQ9p5fvZrCAfu6zT –algorithm kaspa –pool ru.acc-pool.pw:16061 –wallet kaspa:qr36zdxs0dn3n0h799jhdl02qks5742lxjgmfsfj9xmlca7n4l6mw0s0n48nx –gpu-boost 3 Ethereum + Alephium Code:SRBMiner-MULTI.exe –disable-cpu –gpu-auto-tune 1 –algorithm ethash –pool de.ethereum.herominers.com:1147 –wallet 0x74fb183Dfa951A9dC8C6de5ae4E1A8587fa6f371 –algorithm blake3_alephium –pool de.alephium.herominers.com:1199 –wallet alephium-wallet-here –gpu-boost 3 Ergo + Alephium Code:SRBMiner-MULTI.exe –disable-cpu –gpu-auto-tune 1 –algorithm autolykos2 –pool de.ergo.herominers.com:1180 –wallet 9gj5rYtg1sGwdvoXGJswrSfPBXiXJgmyjZVEQ9p5fvZrCAfu6zT –algorithm blake3_alephium –pool de.alephium.herominers.com:1199 –wallet alephium-wallet-here –gpu-boost 3 EpicCash + Ethereum Code:SRBMiner-MULTI.exe –disable-cpu –multi-algorithm-job-mode 3 –algorithm progpow_epic;ethash –pool epic.hashrate.to:4000;de.ethereum.herominers.com:1147 –wallet epic-username;ethereum-wallet –gpu-boost 3 EpicCash + Etc Code:SRBMiner-MULTI.exe –disable-cpu –multi-algorithm-job-mode 3 –algorithm progpow_epic;etchash –pool epic.hashrate.to:4000;eu1-etc.ethermine.org:4444 –wallet epic-username;etc-wallet –gpu-boost 3 EpicCash + Ergo Code:SRBMiner-MULTI.exe –disable-cpu –multi-algorithm-job-mode 3 –algorithm progpow_epic;autolykos2 –pool epic.hashrate.to:4000;de.ergo.herominers.com:1180 –wallet epic-username;ergo-wallet –gpu-boost 3 EpicCash + Alephium Code:SRBMiner-MULTI.exe –disable-cpu –multi-algorithm-job-mode 3 –algorithm progpow_epic;blake3_alephium –pool epic.hashrate.to:4000;de.alephium.herominers.com:1199 –wallet epic-username;alephium-wallet –gpu-boost 3 EpicCash + Monero Code:SRBMiner-MULTI.exe –disable-gpu –multi-algorithm-job-mode 3 –algorithm randomepic;randomx –pool epic.hashrate.to:4000;monero.herominers.com:10190 –wallet epic-username-here;monero-wallet-here Ethereum + Alephium Code:SRBMiner-MULTI.exe –disable-cpu –algorithm ethash;blake3_alephium –pool de.ethereum.herominers.com:1147;de.alephium.herominers.com:1199 –wallet ethereum-wallet;alephium-wallet –gpu-boost 3 Zil + Ethereum Code:SRBMiner-MULTI.exe –disable-cpu –a0-is-zil –multi-algorithm-job-mode 3 –algorithm ethash;ethash –pool eu.ezil.me:5555;de.ethereum.herominers.com:1147 –wallet ethereum-wallet.zilliqa-wallet.zil-worker-name;ethereum-wallet –password x;herominers-worker –gpu-boost 3 Zil + Ergo Code:SRBMiner-MULTI.exe –disable-cpu –a0-is-zil –multi-algorithm-job-mode 3 –algorithm ethash;autolykos2 –pool eu.ezil.me:5555;ergo.herominers.com:10250 –wallet ethereum-wallet.zilliqa-wallet.zil-worker-name;ergo-wallet –password x;herominers-worker –gpu-boost 3 Zil + Vertcoin Code:SRBMiner-MULTI.exe –disable-cpu –a0-is-zil –multi-algorithm-job-mode 3 –algorithm ethash;verthash –pool eu.ezil.me:5555;verthash.eu.mine.zergpool.com:4534 –wallet ethereum-wallet.zilliqa-wallet.zil-worker-name;vertcoin-wallet –password x;c=VTC,mc=vtc –gpu-boost 3 Zil + Raven Code:SRBMiner-MULTI.exe –disable-cpu –a0-is-zil –multi-algorithm-job-mode 3 –algorithm ethash;kawpow –pool eu.ezil.me:5555;rvn-eu1.nanopool.org:12222 –wallet eth-wallet.zil-wallet;raven-wallet –gpu-boost 3 ALGORITHM Ethereum Code:SRBMiner-MULTI.exe –disable-cpu –algorithm ethash –pool de.ethereum.herominers.com:1147 –wallet eth-wallet-here –gpu-boost 3 Ethereum on Miningpoolhub Code:SRBMiner-MULTI.exe –disable-cpu –algorithm ethash –pool us-east.ethash-hub.miningpoolhub.com:20535 –nicehash true –wallet wallet.worker –password x –gpu-boost 3 Ergo Code:SRBMiner-MULTI.exe –disable-cpu –algorithm autolykos2 –pool de.ergo.herominers.com:1180 –wallet ergo-wallet-here –password worker-name-here –gpu-boost 3 Verus Code:SRBMiner-MULTI.exe –disable-gpu –algorithm verushash –pool verushash.eu.mine.zergpool.com:3300 –wallet verus-wallet-here Haven Code:SRBMiner-MULTI.exe –disable-cpu –algorithm cryptonight_xhv –pool haven.miner.rocks:4005 –wallet haven-wallet-here –gpu-boost 3 LiteCoin Cash Code:SRBMiner-MULTI.exe –disable-gpu –algorithm minotaurx –pool stratum-eu.rplant.xyz:7063 –wallet lcc-wallet-here Raven Code:SRBMiner-MULTI.exe –disable-cpu –algorithm kawpow –pool de.ravencoin.herominers.com:1140 –wallet raven-wallet-here –gpu-boost 3 Firo Code:SRBMiner-MULTI.exe –disable-cpu –algorithm progpow_firo –pool firo.mintpond.com:3000 –wallet firo-wallet-here –gpu-boost 3 Zano Code:SRBMiner-MULTI.exe –disable-cpu –algorithm progpow_zano –pool zano.luckypool.io:8866 –wallet zano-wallet-here –gpu-boost 3 Vertcoin Code:SRBMiner-MULTI.exe –disable-cpu –algorithm verthash –pool verthash.eu.mine.zergpool.com:4534 –wallet vertcoin-wallet-here –password c=VTC,mc=vtc –gpu-boost 3 Dagger Code:SRBMiner-MULTI.exe –disable-gpu –algorithm xdag –pool equal.xdag.org:13656 –wallet dagger-wallet-here Dynamo coin Code:SRBMiner-MULTI.exe –disable-cpu –algorithm dynamo –pool pool1.dynamocoin.org:4567 –wallet dynamo-wallet-here Pulsar Code:SRBMiner-MULTI.exe –disable-cpu –algorithm curvehash –pool stratum-eu.rplant.xyz:7030 –wallet pulsar-wallet-here Kyla coin Code:SRBMiner-MULTI.exe –disable-cpu –algorithm sha3d –pool eu.letshash.it:8569 –wallet kyla-wallet-here –password c=KCN Kaspa Code:SRBMiner-MULTI.exe –disable-cpu –algorithm kaspa –pool ru.acc-pool.pw:16061 –wallet kaspa-wallet-here –password xRadiant Code:SRBMiner-MULTI.exe –disable-cpu –algorithm sha512_256d_radiant –pool radpool.net:3052 –wallet radiant-wallet-here –password radiant-wallet-here Bamboo Code:SRBMiner-MULTI.exe –disable-gpu –algorithm pufferfish2bmb –pool bmb.ffmpool.com:4444 –wallet bamboo-wallet-here
SRBMiner-MULTI thread – HERE

VIDEO TRAINING

Auto setup for dual mining explained Ethereum+Kaspa Dual Mining How to mine Kaspa Coin Dual Mining Ethereum+Alephium EpicCash+Ergo Dual Mine How to change memory timings in real time time ZIL+Haven Dual Mining ZIL+Ergo dual mining on HiveOs ZIL+Ergo Dual Mining How to mine Ergo coin Dual ETH+ZIL mining on any bullet Easy to increase hashrate when mining Ethereum How to mine Epic Cash + Verus coin with two processors How to mine Verus coin How to mine a coin Ring How to mine Resistance Coin How How to mine Scala Coin How to mine Handshake Coin How to mine Kadena Coin How to mine Monero RandomX How prepare for Monero RandomX fork How mine Loki – RandomXL How to mine Nervos CKB How mine MicroBitcoin

Read more articles about cryptocurrencies and mining at CRAZY-MINING.ORG

Do you like to read similar articles about cryptocurrencies and mining, do you want to support me as an author or ask questions? Be the first to know the news, subscribe to my telegram channel CRYPTO WIKIES

Leave a Reply

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