Skip to content

v2.8.6

Compare
Choose a tag to compare
@xmrig xmrig released this 19 Nov 01:27
· 154 commits to master since this release
55a117c

Notes

  • ⚠️ Don't use Adrenalin Edition 18.7.1+ drivers with any miner version. AMD drivers guide.
  • ⚠️ "strided_index": 1, should be not used for CryptoNight variant 2, you will see warning message about it. Recommended value for AMD GPUs is 2 for NVIDIA is 0.
  • Stay tuned about updates, follow me on twitter https://twitter.com/xmrig_dev

v2.8.6

  • Improved cn-heavy, cn-heavy/xhv perfomance up to 8% since v2.8.5 and up to 16% since v2.8.4, thanks @SChernykh, pull requests #187, #189, #190, #191, #192 and #193.
  • #195 Fixed hashrate fluctuations. It's no longer necessary to use different intensities per thread.
  • Improved cn-heavy/tube perfomance up to 6% and cn/2 perfomance up to 1%.
  • Reduced power consumption with cn/2
  • Fixed possible invalid shares right after donation finish.
  • Improved AMD Vega64 auto configuration.
  • It's now recommended to revise your config.json and try:
    • Same intensities for both threads.
    • strided_index=2, mem_chunk=1 for cn/2.
    • strided_index=1 for other algorithms.