Skip to content

Releases: xmrig/xmrig

v2.11.0

09 Feb 15:35
Compare
Choose a tag to compare

Notes

v2.11.0

  • #928 Added support for new algorithm cryptonight/gpu, short alias cn/gpu (original name cryptonight-gpu), for upcoming Ryo currency fork on February 14.
  • #749 Added support for detect hardware AES in runtime on ARMv8 platforms.
  • #292 Fixed build on ARMv8 platforms if compiler not support hardware AES.

v2.10.0

23 Jan 13:15
5a2cf85
Compare
Choose a tag to compare

Notes

v2.10.0

  • #904 Added new algorithm cn-pico/trtl (aliases cryptonight-turtle, cn-trtl) for upcoming TurtleCoin (TRTL) fork.
  • Default value for option max-cpu-usage changed to 100 also this option now deprecated.

v2.9.4

19 Jan 17:29
Compare
Choose a tag to compare

Notes

v2.9.4

  • #913 Fixed Masari (MSR) support (this update required for upcoming fork).
  • #915 Improved security, JIT memory now read-only after patching.

v2.9.3

  • #909 Fixed compile errors on FreeBSD.
  • #912 Fixed, C++ implementation of cn/half was produce up to 13% of invalid hashes.

v2.9.2

  • #907 Fixed crash on Linux.

v2.9.1

v2.9.0

  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #834 Added ASM optimized code for AMD Bulldozer.
  • #839 Fixed FreeBSD compile.
  • #857 Fixed impossible to build for macOS without clang.

v2.9.3

17 Jan 05:48
Compare
Choose a tag to compare

Notes

v2.9.3

  • #909 Fixed compile errors on FreeBSD.
  • #912 Fixed, C++ implementation of cn/half was produce up to 13% of invalid hashes.

v2.9.2

  • #907 Fixed crash on Linux.

v2.9.1

v2.9.0

  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #834 Added ASM optimized code for AMD Bulldozer.
  • #839 Fixed FreeBSD compile.
  • #857 Fixed impossible to build for macOS without clang.

v2.9.2

16 Jan 02:31
Compare
Choose a tag to compare

Notes

v2.9.2

  • #907 Fixed crash on Linux.

v2.9.1

v2.9.0

  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #834 Added ASM optimized code for AMD Bulldozer.
  • #839 Fixed FreeBSD compile.
  • #857 Fixed impossible to build for macOS without clang.

v2.9.1

15 Jan 20:56
Compare
Choose a tag to compare
v2.9.1 Pre-release
Pre-release

Notes

v2.9.1

v2.9.0

  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #834 Added ASM optimized code for AMD Bulldozer.
  • #839 Fixed FreeBSD compile.
  • #857 Fixed impossible to build for macOS without clang.

v2.9.0

15 Jan 17:49
Compare
Choose a tag to compare
v2.9.0 Pre-release
Pre-release

Notes

v2.9.0

  • #899 Added support for new algorithm cn/half for Masari and Stellite forks.
  • #834 Added ASM optimized code for AMD Bulldozer.
  • #839 Fixed FreeBSD compile.
  • #857 Fixed impossible to build for macOS without clang.

v2.8.3

19 Oct 03:22
20bd22e
Compare
Choose a tag to compare

Notes

v2.8.3

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

v2.8.1

  • #768 Fixed build with Visual Studio 2015.
  • #769 Fixed regression, some ANSI escape sequences was in log with disabled colors.
  • #777 Better report about pool connection issues.
  • Simplified checks for ASM auto detection, only AES support necessary.
  • Added missing options to --help output.

v2.8.0

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

v2.8.1

09 Oct 00:44
4bf248f
Compare
Choose a tag to compare

Notes

Changes since v2.6.4

  • #753 Added new algorithm CryptoNight variant 2 for Monero fork, thanks @SChernykh.
    • Added global and per thread option "asm" and and command line equivalent.
  • #758 Added SSL/TLS support for secure connections to pools.
    • Added per pool options "tls" and "tls-fingerprint" and command line equivalents.
  • #767 Added config autosave feature, same with GPU miners.
  • #245 Fixed API ID collision when run multiple miners on same machine.
  • #757 Fixed send buffer overflow.
  • #777 Better report about pool connection issues.

v2.8.0-rc

01 Oct 10:38
a33fbe3
Compare
Choose a tag to compare
v2.8.0-rc Pre-release
Pre-release

Changes

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