Commit Graph

869 Commits

Author SHA1 Message Date
XMRig
c644a533f6 Added hugepages support for Argon2. 2019-08-17 13:06:14 +07:00
XMRig
7927bda4a8 Removed threads support from Argon2. 2019-08-17 12:33:08 +07:00
XMRig
e493e83e07 Fixed typo. 2019-08-17 05:31:49 +07:00
XMRig
bb10897271 Use unsigned type for intensity. 2019-08-17 05:22:09 +07:00
XMRig
ee330f376c Fixed bug in aliases logic. 2019-08-17 04:52:33 +07:00
XMRig
b4ea93d82d Added version field to config file. 2019-08-17 04:27:37 +07:00
XMRig
e747f8b06c Added MSVC support for Argon2. 2019-08-17 04:01:53 +07:00
XMRig
9861f9eadd Added selection for optimized Argon2 implementation. 2019-08-17 01:42:03 +07:00
XMRig
3660216ebc Fix prefix. 2019-08-16 04:16:29 +07:00
XMRig
54994d361b Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
XMRig
faf18262eb Added generic Argon2 implementation (conflicts with RandomX). 2019-08-16 00:31:29 +07:00
XMRig
b55b97ff8f v3.0.1-dev 2019-08-15 01:17:13 +07:00
XMRig
d1154ba6dd v3.0.0 2019-08-14 23:06:01 +07:00
XMRig
75d3eadcfc Hide AVX2 information from miner summary as not important (only need for cn/gpu). 2019-08-14 02:27:52 +07:00
XMRig
904314bcbc Fixed user job recovery after donation round. 2019-08-14 02:23:48 +07:00
XMRig
09d8c2f8f8 Fixed autoconfig regression. 2019-08-13 17:56:32 +07:00
XMRig
c40c6b3e77 Added pause and resume methods via JSON RPC 2.0 API. 2019-08-12 21:13:38 +07:00
XMRig
8ffd4017ac Common API code moved to base/api. 2019-08-12 16:52:16 +07:00
XMRig
dd16ff0e32 v3.0.0-dev 2019-08-11 00:01:48 +07:00
XMRig
1f44002b30 v2.99.6-beta 2019-08-10 23:56:26 +07:00
XMRig
e49300b11d Uniform signature for hugePages method. 2019-08-10 13:14:20 +07:00
XMRig
5c84cac3e1 Merge branch 'beta' into evo 2019-08-10 13:12:31 +07:00
Jethro Grassie
3633ef7f9d fix #1108 2019-08-09 19:45:03 -04:00
XMRig
c4b52ddb91 v2.99.6-evo 2019-08-09 17:20:20 +07:00
XMRig
8d7d95760f v2.99.5-beta 2019-08-09 15:46:10 +07:00
XMRig
3b22609ced Disable HW AES for RandomX on ARM. 2019-08-09 15:36:34 +07:00
XMRig
e9408d659f Name for reference RandomX configuration changed to rx/text to avoid potential conflicts in future. 2019-08-09 14:26:00 +07:00
XMRig
854f78010d Fixed auto configuration without hwloc. 2019-08-09 12:51:27 +07:00
XMRig
46c8202a83 #1106 Fixed hugepages field in API. 2019-08-09 01:50:31 +07:00
XMRig
990dc7dd51 uv_mutex replaced to std::mutex. 2019-08-09 01:00:21 +07:00
XMRig
9ebe50bf66 #1103 Added L2 checks for RandomX auto configuration. 2019-08-08 21:03:29 +07:00
XMRig
d134bd24a5 Added L2 information to Algorithm. 2019-08-08 14:03:52 +07:00
XMRig
2bf4dfee50 Use intensity=2 for cn-pico. 2019-08-08 00:21:01 +07:00
XMRig
a2359eb0d3 Changed CPU threads format. 2019-08-07 21:47:42 +07:00
XMRig
3c5d27ea09 Added maxIntensity method to Algorithm. 2019-08-07 18:51:32 +07:00
XMRig
3af6b81ea2 Added alternative object format for CPU threads. 2019-08-07 18:12:39 +07:00
XMRig
c118117abb Added class CpuThreads. 2019-08-07 16:13:23 +07:00
XMRig
ff9e1c5c94 Added "/2/config" alias for config API. 2019-08-06 13:21:39 +07:00
XMRig
1e1363f8ea #1092 Fixed crash if use wrong affinity on NUMA systems. 2019-08-05 21:55:52 +07:00
XMRig
48afbdf971 Fix for previous commit. 2019-08-05 18:20:56 +07:00
XMRig
f840ccb8a0 Fixed crash and added error message about seed_hash field. 2019-08-05 17:48:12 +07:00
XMRig
651d4326d3 Changed init signature. 2019-08-05 16:00:48 +07:00
XMRig
fefce7cc89 More compact JSON formatting. 2019-08-04 22:07:05 +07:00
XMRig
cf4a5aa888 rapidjson updated to recent git version. 2019-08-04 19:47:23 +07:00
XMRig
12f0584f36 v2.99.5-evo 2019-08-03 23:08:57 +07:00
XMRig
4507ba84a5 v2.99.4-beta 2019-08-03 22:25:58 +07:00
xmrig
303a9014f2 Merge pull request #1095 from Spudz76/evo-fixOlderHwlocVersionDisplay
Build hwloc version string based on HWLOC_API_VERSION
2019-08-02 17:58:30 +07:00
XMRig
424ff6ceca Fixed warning. 2019-08-02 17:57:41 +07:00
XMRig
e40b9deb6d Always stop mining threads in RandomX dataset change upcoming. 2019-08-02 16:44:55 +07:00
Tony Butler
275d9e9c07 Build hwloc version string based on HWLOC_API_VERSION, whenever hwlocVersion object does not exist (<1.11.x) 2019-08-02 02:37:55 -06:00