xmrig/CHANGELOG.md

13 lines
465 B
Markdown
Raw Normal View History

2017-05-03 12:16:46 +00:00
# v0.7.0
- Added double hash mode, also known as lower power mode. `--av=2` and `--av=5`.
- Default threads count now depends on size of the L3 cache of CPU.
2017-04-21 15:31:58 +00:00
# v0.6.0
- Added automatic cryptonight self test.
- New software AES algorithm variation `--av=4`. 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.