Commit Graph

887 Commits

Author SHA1 Message Date
XMRig 13e38df391 Fixed command line options for single pool, free order allowed again. 2019-08-31 06:18:32 +07:00
XMRig df90b299f2 Fixed, for Argon2 algorithms command line options, like --threads was ignored. 2019-08-30 18:55:53 +07:00
XMRig 372183555b #1141 Fixed log in background mode. 2019-08-30 14:46:38 +07:00
XMRig 9cfbce5e09 Removed Linux specific code from Windows only ASM file. 2019-08-30 13:49:58 +07:00
xmrig f3c9b0e888 Merge pull request #1148 from 00-matt/fix-execstack
Fix linker marking entire executable as having an executable stack
2019-08-30 13:47:45 +07:00
XMRig 5678d15841 #1138 Fixed reconnect. 2019-08-30 10:04:12 +07:00
XMRig df91a85128 Fixed bug in keepalive feature. 2019-08-30 07:09:14 +07:00
Matt Smith df973763bb Fix linker marking entire executable as executable stack
See: https://wiki.ubuntu.com/SecurityTeam/Roadmap/ExecutableStacks
See: https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
2019-08-29 14:12:43 +01:00
SChernykh d5e7ab4985 Fixed race condition in RandomX thread init
Thread could deadlock if it started before dataset struct was allocated.
2019-08-28 18:28:04 +02:00
SChernykh 0a58781b0c Reverted intrin_portable.h 2019-08-28 07:20:01 +02:00
SChernykh 8b84d7650b Optimized RandomX JIT compiler
Hashrate improved by 0.5-1.5% depending on RandomX version and CPU.
2019-08-27 20:18:56 +02:00
SChernykh 21a56c9cbf Updated RandomX 2019-08-27 16:12:13 +02:00
XMRig 39e69c2723 #1133 Fixed syslog regression. 2019-08-23 00:16:11 +07:00
XMRig 83c7fad882 v3.1.1-dev 2019-08-19 04:26:37 +07:00
XMRig ce35260b5d v3.1.0 2019-08-19 03:06:02 +07:00
XMRig a8ab7e3bef Updated default config. 2019-08-17 21:22:44 +07:00
XMRig 4c5af7c03c Simplified argon2/CMakeLists.txt. 2019-08-17 19:16:37 +07:00
XMRig 1d4bbbf6aa v3.1.0-dev 2019-08-17 15:30:22 +07:00
XMRig b1db0803cf Added hugepages support for Argon2. 2019-08-17 13:06:14 +07:00
XMRig 77eb474b29 Removed threads support from Argon2. 2019-08-17 12:33:08 +07:00
XMRig 4efe6040e9 Fixed typo. 2019-08-17 05:31:49 +07:00
XMRig bd9255136c Use unsigned type for intensity. 2019-08-17 05:22:09 +07:00
XMRig d254aafb93 Fixed bug in aliases logic. 2019-08-17 04:52:33 +07:00
XMRig ed3a39dc74 Added version field to config file. 2019-08-17 04:27:37 +07:00
XMRig fe832f510e Added MSVC support for Argon2. 2019-08-17 04:01:53 +07:00
XMRig 3022f19eda Added selection for optimized Argon2 implementation. 2019-08-17 01:42:03 +07:00
XMRig 1c00721de3 Fix prefix. 2019-08-16 04:16:29 +07:00
XMRig 043989e8ee Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
XMRig 0c25424a3e Added generic Argon2 implementation (conflicts with RandomX). 2019-08-16 00:31:29 +07:00
XMRig df58821655 v3.0.1-dev 2019-08-15 01:17:13 +07:00
XMRig da22b3e6c4 v3.0.0 2019-08-14 23:06:01 +07:00
XMRig ca6376bbaa Hide AVX2 information from miner summary as not important (only need for cn/gpu). 2019-08-14 02:27:52 +07:00
XMRig 9f4428a484 Fixed user job recovery after donation round. 2019-08-14 02:23:48 +07:00
XMRig df933964e1 Fixed autoconfig regression. 2019-08-13 17:56:32 +07:00
XMRig 6955f4a484 Added pause and resume methods via JSON RPC 2.0 API. 2019-08-12 21:13:38 +07:00
XMRig 2ec257284f Common API code moved to base/api. 2019-08-12 16:52:16 +07:00
XMRig a9c1c1ac64 v3.0.0-dev 2019-08-11 00:01:48 +07:00
XMRig 28b7ac36fc v2.99.6-beta 2019-08-10 23:56:26 +07:00
XMRig b41fd120d2 Uniform signature for hugePages method. 2019-08-10 13:14:20 +07:00
XMRig 3bd28ea7ac Merge branch 'beta' into evo 2019-08-10 13:12:31 +07:00
Jethro Grassie 843951266f fix #1108 2019-08-09 19:45:03 -04:00
XMRig 4b34099586 v2.99.6-evo 2019-08-09 17:20:20 +07:00
XMRig 24c293e58e v2.99.5-beta 2019-08-09 15:46:10 +07:00
XMRig feda02bf50 Disable HW AES for RandomX on ARM. 2019-08-09 15:36:34 +07:00
XMRig 5cb3ef9068 Name for reference RandomX configuration changed to rx/text to avoid potential conflicts in future. 2019-08-09 14:26:00 +07:00
XMRig 4583d979db Fixed auto configuration without hwloc. 2019-08-09 12:51:27 +07:00
XMRig 7a6790d0f6 #1106 Fixed hugepages field in API. 2019-08-09 01:50:31 +07:00
XMRig 647cbef43c uv_mutex replaced to std::mutex. 2019-08-09 01:00:21 +07:00
XMRig b82181b9c5 #1103 Added L2 checks for RandomX auto configuration. 2019-08-08 21:03:29 +07:00
XMRig 5896b27bf3 Added L2 information to Algorithm. 2019-08-08 14:03:52 +07:00