Skip to content

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

Compare
Choose a tag to compare
@doktor83 doktor83 released this 25 Jan 15:41
· 91 commits to master since this release
136957a

7075e7099a36105ebb5cae7ade894ff0 *SRBMiner-Multi-0-8-9-win64.zip
5fe4a201a38c5e9ffcdb602c1bd08d12 *SRBMiner-Multi-0-8-9-Linux.tar.xz

  • Added algorithm 'randoml' (LOZZ - Lozzax coin) for CPU mining, fee 0.85%
  • Performance increase on 'ghostrider' algorithm with dynamic thread management
  • Performance increase on 'verushash' algorithm for CPU's with AES
  • Performance increase on 'scryptn2' algorithm
  • MSR tweaks are now allowed for every CPU mineable algorithm
  • Dataset for 'autolykos2' algorithm is now created differently, so hopefully video driver won't time-out on slower gpu's
  • Added file Help\Tdr_Fix\tdr_fix.reg for Windows, to increase driver time-out value (helps with DAG/dataset creation)
  • Removed algorithm 'eaglesong'
  • Removed algorithm 'kadena'
  • Removed algorithm 'bl2bsha3'
  • Removed algorithm 'phi5'
  • Removed algorithm 'cryptonight_cache'
  • Removed algorithm 'cryptonight_heavyx'
  • Minor bug fixes

Dynamic thread management for 'ghostrider' algorithm works only if you leave it on auto setup (don't set --cpu-threads or --cpu-threads-intensity parameter)


'scryptn2' added values 4, 8, 12, 16 for --cpu-threads-intensity. This parameter sets how many hashes to do per worker thread.
--cpu-threads-intensity parameter can accept values per thread if needed, so you can set different number of hashes per thread for every worker thread!
This can further increase the hashrate, if you find the right settings for your system.

Examples:
--cpu-threads 16 --cpu-threads-intensity 16 (uses 16 CPU threads, every thread does 16 hashes)
--cpu-threads 16 --cpu-threads-intensity 8!8!8!8!8!8!8!8!12!12!12!12!12!12!12!12 (uses 16 CPU threads, threads 0..7 do 8 hashes per thread, threads 8..15 do 12 hashes per thread)