xmrig/CHANGELOG.md

19 lines
864 B
Markdown
Raw Normal View History

2017-05-13 19:32:29 +00:00
# v0.8.0
- Added double hash mode, also known as lower power mode. `--av=2` and `--av=4`.
- Added smart automatic CPU configuration. Default threads count now depends on size of the L3 cache of CPU.
2017-05-13 19:39:40 +00:00
- Added CryptoNight-Lite support for AEON `-a cryptonight-lite`.
2017-05-13 19:32:29 +00:00
- Added `--max-cpu-usage` option for auto CPU configuration mode.
- Added `--safe` option for adjust threads and algorithm variations to current CPU.
2017-05-05 16:54:31 +00:00
- No more manual steps to enable huge pages on Windows. XMRig will do it automatically.
2017-05-13 19:32:29 +00:00
- Removed BMI2 algorithm variation.
- Removed default pool URL.
2017-05-03 12:16:46 +00:00
2017-04-21 15:31:58 +00:00
# v0.6.0
- Added automatic cryptonight self test.
2017-05-13 19:32:29 +00:00
- New software AES algorithm variation. Will be automatically selected if cpu not support AES-NI.
2017-04-21 15:31:58 +00:00
- Added 32 bit builds.
- Documented [algorithm variations](https://github.com/xmrig/xmrig#algorithm-variations).
2017-04-19 07:20:04 +00:00
# v0.5.0
2017-04-21 15:31:58 +00:00
- Initial public release.