Fixed command line options for single pool, free order allowed again.

This commit is contained in:
XMRig 2019-08-31 06:18:32 +07:00
parent 53a71f7226
commit 13e38df391
3 changed files with 22 additions and 5 deletions

View file

@ -6,6 +6,7 @@
- [#1146](https://github.com/xmrig/xmrig/pull/1146) Fixed race condition in RandomX thread init.
- [#1148](https://github.com/xmrig/xmrig/pull/1148) Fixed, on Linux linker marking entire executable as having an executable stack.
- Fixed, for Argon2 algorithms command line options like `--threads` was ignored.
- Fixed command line options for single pool, free order allowed again.
# v3.1.0
- [#1107](https://github.com/xmrig/xmrig/issues/1107#issuecomment-522235892) Added Argon2 algorithm family: `argon2/chukwa` and `argon2/wrkz`.