SRBMiner-MULTI v0.4.7 CPU & AMD GPU Miner [Download for Windows & Linux]

SRBMiner-MULTI v0.4.4: Download with Ethash and Ubqhash Support

GitHub: DOWNLOAD SRBMiner-MULTI v0.4.7

SRBMiner-MULTI CPU & AMD GPU Miner – it is a closed source miner available for Linux and Windows, supporting mining algorithms on CPU and AMD GPUs.

DEV FEE:

  • 2,50% for cryptonight_bbc and minotaur;
  • 0.85% для bl2bsha3;
  • 0% for blake2b and yespowerurx;
  • 0,85% for all other algorithms.

What’s new in SRBMiner-MULTI v0.4.7?

  • Removed devfee for the algorithms ‘blake2s’, ‘mtp’, ‘keccak’, ‘yespoweritc’, ‘m7mv2’, ‘cryptonight_catalans’, ‘cryptonight_talleo’
  • ‘Bl2bsha3’ fee reduced to standard (~ 0.85%)
  • Randomx algorithm fixed when working on 64+ threads
  • Fixed configuration parameter “cpu_affinity”

The new version of the SRBMiner-MULTI miner with added support for Ethash and Ubqhash mining is available for download at the links below:

How to start mining with SRBMiner-MULTI

EXAMPLES OF USING

1. Disable CPU mining, use only GPU mining

Code: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 it turned on API port 17644 – http://127.0.0.1:17644

Code: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 advanced registration enabled, and save in the Logs \ log.txt file

Code: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 CPU and GPUs only from cmd (4 GPU / s and 7 CPU threads using K12 algorithm are used)

Code: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 --wallet your-wallet-here

5. Disable GPU mining, use 15 CPU threads with advanced registration enabled and save them in the Logs \ log.txt file, start Randomx mining from a block height of 1978433 and run the miner in the background.

Code:SRBMiner-MULTI.exe --algorithm randomx --pool your-pool-here --wallet your-wallet-here --disable-gpu --cpu-threads 15 --log-file Logs\log.txt --extended-log --background --start-block-height 1978433

VIDEO TUTORIALS

Recommended New Articles:

Leave a Reply

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