Skip to content

SRBMiner-MULTI CPU & AMD GPU Miner 0.9.8 Win64 & Linux

Compare
Choose a tag to compare
@doktor83 doktor83 released this 30 Jun 11:13
· 77 commits to master since this release
6c2b1c8

62d2430c5078de3657dbd82e3544d32c *SRBMiner-Multi-0-9-8-win64.zip
540aacaed48fe9fd99196b47b48bd329 *SRBMiner-Multi-0-9-8-Linux.tar.xz

  • Added ETHASH/ETCHASH + KASPA dual mining mode

  • Added AUTOLYKOS2 + KASPA dual mining mode

Also:

  • Performance increase on 'curvehash' algorithm for CPU ( up to ~40% )
  • Added parameter '--gpu-dual-mode' which must be used to enable the new dual mining mode
  • Upgraded command line parser*
  • Bug fixes

To maximise your mining profits, SRBMiner added real dual mining of :

ETHASH/ETCHASH + KASPA
AUTOLYKOS2 + KASPA

This feature is still in experimental/beta phase, so feedback is welcome.

Setup procedure for the new dual mining mode is exactly the same as before, you just need to append parameter '--gpu-dual-mode' to enable the new mode.

You can manually set the intensities for both algorithms if you wish, it can have a positive/negative impact on the hashrates.
An auto tuning mode for the new dual mining is planned to be added in the future.
Currently using the '--gpu-auto-tune' parameter won't do anything.

Dual ethereum/kaspa example:

--disable-cpu --algorithm ethash;kaspa --gpu-dual-mode --pool ethereum-pool-here;kaspa-pool-here --wallet ethereum-wallet-here;kaspa-wallet-here

Dual ergo/kaspa example:

--disable-cpu --algorithm autolykos2;kaspa --gpu-dual-mode --pool ergo-pool-here;kaspa-pool-here --wallet ergo-wallet-here;kaspa-wallet-here


Upgraded command line parser:

Order of parameters doesn't matter anymore, parser will internally fix ordering.
Also there is a new way of defining multiple algorithms, parameters will be merged.

Example :
--algorithm ethash;kaspa can be written as --algorithm ethash --algorithm kaspa

Rule is that first defined parameter will be defined for algorithm1, same parameter if used will be defined for algorithm2 , etc..

Example:
--algorithm ethash;kaspa --gpu-intensity 24;23 can be written as --algorithm ethash --gpu-intensity 24 --algorithm kaspa --gpu-intensity 23

Example for previous ethereum/kaspa can be written as (ex.):

--gpu-dual-mode --algorithm ethash --pool ethereum-pool-here --wallet ethereum-wallet-here --algorithm kaspa --pool kaspa-pool-here --wallet kaspa-wallet-here --disable-cpu