Skip to content

Releases: xmrig/xmrig

v2.4.2

23 Oct 14:12

Choose a tag to compare

  • #60 Added FreeBSD support, thanks vcambur.
  • #153 Fixed issues with dwarfpool.com.

For macOS please use Homebrew to install.

v2.4.1

15 Oct 04:04

Choose a tag to compare

  • #147 Fixed comparability with monero-stratum.

v2.4.0

07 Oct 19:21

Choose a tag to compare

  • Added HTTP API.
  • Added comments support in config file.
  • libjansson replaced to rapidjson.
  • #98 Ignore keepalive option with minergate.com and nicehash.com.
  • #101 Fixed MSVC 2017 (15.3) compile time version detection.
  • #108 Silently ignore invalid values for donate-level option.
  • #111 Fixed build without AEON support.

v2.3.1

25 Aug 19:30

Choose a tag to compare

  • #68 Fixed compatibility with Docker containers, was nothing print on console.

msvc version for win64 usually faster than gcc, but in some hardware configuration gcc faster.
If you use version 2.3.0 for Windows, upgrade not required.

v2.3.0

21 Aug 10:47

Choose a tag to compare

  • Added --cpu-priority option (0 idle, 2 normal to 5 highest).
  • Added --user-agent option, to set custom user-agent string for pool. For example cpuminer-multi/0.1.
  • Added --no-huge-pages option, to disable huge pages support.
  • #62 Don't send the login to the dev pool.
  • Force reconnect if pool block miner IP address. helps switch to backup pool.
  • Fixed: failed open default config file if path contains non English characters.
  • Fixed: error occurred if try use unavailable stdin or stdout, regression since version 2.2.0.
  • Fixed: message about huge pages support successfully enabled on Windows was not shown in release builds.

msvc version for win64 usually faster than gcc, but in some hardware configuration gcc faster.

v2.2.1

04 Aug 09:21

Choose a tag to compare

  • Fixed terminal issues after exit on Linux and OS X.
  • For Windows you can continue use 2.2.0 release, update not necessary.

v2.2.0

02 Aug 18:42

Choose a tag to compare

  • #46 Restored config file support. Now possible use multiple config files and combine with command line options also added support for default config.
  • Improved colors support on Windows, now used uv_tty, legacy code removed.
  • QuickEdit Mode now disabled on Windows.
  • Added interactive commands in console window:: hashrate, pause, resume.
  • Fixed autoconf mode for AMD FX CPUs.

v2.1.0

20 Jul 00:01

Choose a tag to compare

  • #40 Improved miner shutdown, fixed crash on exit for Linux and OS X.
  • Fixed, login request was contain malformed JSON if username or password has some special characters for example \.
  • #220 Better support for Round Robin DNS, IP address now always chosen randomly instead of stuck on first one.
  • Changed donation address, new xmrig-proxy is coming soon.

v2.0.2

14 Jul 19:16

Choose a tag to compare

  • Better deal with possible duplicate jobs from pool, show warning and ignore duplicates.
  • For Windows builds libuv updated to version 1.13.1 and gcc to 7.1.0.

v2.0.1

06 Jul 07:10

Choose a tag to compare

  • #27 Fixed possibility crash on 32bit systems.