Skip to content

v2.8.4

Compare
Choose a tag to compare
@xmrig xmrig released this 21 Oct 03:14
· 227 commits to master since this release
a497c4e

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.4

  • Improved AMD Vega autoconfig (double threads & higher intensity).
  • Fixed broken OpenCL code for cn-lite and cn-heavy (regression since v2.8.2).
  • #166 Fixed graceful OpenCL shutdown.
  • Fixed OpenCL compile warnig with ROCm 1.9.1.
  • OpenCL cache file name now displayed in when strict cache disabled (-DSTRICT_CACHE=OFF).
  • Fixed wrong displayed GPU name in autoconfig phase.

v2.8.3

  • #813 Fixed critical bug with Minergate pool and variant 2.

v2.8.2

  • #167 Fixed wrong hashrate in GET /1/threads API endpoint.
  • #168 Fixed broken AMD OpenCL compile (old driver bug).

v2.8.1

  • #156 Added CMake option to disable strict OpenCL cache.
  • #769 Fixed regression, some ANSI escape sequences was in log with disabled colors.
  • #777 Better report about pool connection issues.
  • Added missing options to --help output.

v2.8.0

  • #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.