Skip to content

v2.8.0-rc

Pre-release
Pre-release
Compare
Choose a tag to compare
@xmrig xmrig released this 01 Oct 10:25
· 283 commits to master since this release
d7ac148

Notes

⚠️ #146 Don't use Adrenalin Edition 18.7.1+ drivers with any miner version.
⚠️ "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.

Changes

  • #753 Added new algorithm CryptoNight variant 2 for Monero fork, thanks @SChernykh.
  • #758 Added SSL/TLS support for secure connections to pools.
    • Added per pool options "tls" and "tls-fingerprint" and command line equivalents.
  • #162 Extended opencl-platform option.
  • #767 Added autosave config option.
  • #245 Fixed API ID collision when run multiple miners on same machine.
  • #757 Fixed send buffer overflow.