Commit Graph

135 Commits

Author SHA1 Message Date
XMRig 643142dc30 Update user agent for macOS and fix compile warnings 2020-12-13 13:57:12 +07:00
XMRig a36fb7e728 More correct CPU affinity support for macOS. 2020-12-13 01:20:31 +07:00
XMRig 11da7a3155 Update Json. 2020-12-03 15:39:33 +07:00
XMRig 469b1f08de Update net 2020-12-02 11:32:11 +07:00
XMRig 121c515a07 Update log. 2020-12-01 23:28:07 +07:00
XMRig 096b09bf4d Update base 2020-11-29 18:45:52 +07:00
XMRig f08887180d Added --token command line option. 2020-11-10 21:29:13 +07:00
XMRig eb95d0339e Update Process class and use APP_ID instead of hardcoded config name for #1925 2020-11-02 13:56:21 +07:00
XMRig e295a938f8 Merge branch 'patch-1' of https://github.com/nopeinomicon/xmrig into nopeinomicon-patch-1 2020-11-02 12:59:36 +07:00
Emily Roberts bccffa63a4 Add checking for config files in user home directory
Check for configuration files in the home directory to make packaging XMRig for Linux easier.
2020-11-01 16:17:23 -07:00
XMRig 027a6f8ae2 Added BenchConfig class. 2020-10-22 17:33:41 +07:00
XMRig 87b4d97798 New Async wrapper. 2020-10-21 08:09:44 +07:00
XMRig a152d6be42 Added CMake option WITH_BENCHMARK. 2020-10-16 02:18:07 +07:00
SChernykh 2ecece7b3d Added benchmark and stress test
Easy to use and zero configuration embedded benchmark/stress test.
2020-10-14 19:45:05 +02:00
XMRig 72c8404d18 Fix compile warnings. 2020-08-24 10:04:46 +07:00
Jethro Grassie b78b0b5c6b fix macos battery detection 2020-08-11 18:04:56 -04:00
XMRig 32e9b7e34a Added command line option --pause-on-battery and renamed config option. 2020-07-23 15:45:01 +07:00
SChernykh 299b180b28 Added mining on battery setting 2020-07-22 20:21:42 +02:00
XMRig 70c7f33a20 Added command line options --cache-qos (--randomx-cache-qos) and --argon2-impl (--cpu-argon2-impl). 2020-07-20 09:17:59 +07:00
XMRig b974f1dc73 Merge branch 'dev' into evo 2020-06-10 23:15:27 +07:00
XMRig 1b928e8bf1 #1728 Fixed x86 crash on Windows. 2020-06-10 23:09:11 +07:00
XMRig ea72052f50 #1708 Added "title" option. 2020-06-06 00:24:58 +07:00
XMRig bbd3f05bf6 Implemented donate for KawPow. 2020-06-01 00:56:26 +07:00
XMRig 6370d71ebe Network code cleanup (WIP). 2020-05-30 01:22:22 +07:00
XMRig 7a3233ab4b Use long tags. 2020-05-28 20:32:41 +07:00
XMRig dd7789763f Fix MSVC build. 2020-05-05 02:06:49 +07:00
XMRig c828e6b793 Code cleanup. 2020-05-05 01:55:00 +07:00
XMRig 8aeba61706 Add 3rdparty prefix to all rapidjson includes. 2020-04-29 14:55:04 +07:00
XMRig 46e49cde0b Update base. 2020-04-29 14:17:33 +07:00
XMRig 11ac59331f #1654 Fixed build with LibreSSL. 2020-04-22 14:49:15 +07:00
XMRig 1b875fdabb Reduced memory consumption on network level. 2020-03-20 20:53:27 +07:00
XMRig 5b610e4dfe Added TLS support for API and many other TLS related changes. 2020-03-18 20:09:11 +07:00
XMRig 92a258f142 Added command line option --astrobwt-avx2 2020-03-12 00:04:07 +07:00
XMRig 8698b73036 Added command line option --data-dir. 2020-03-10 15:57:47 +07:00
XMRig 16a83a9f61 Move files. 2020-03-09 01:22:34 +07:00
XMRig 6cb27e9662 Added command line option --astrobwt-max-size 2020-03-08 00:13:47 +07:00
XMRig 2bc5fb10a7 Added "-x" and "--proxy" command line options. 2020-02-18 21:42:01 +07:00
XMRig 2fea4e72b5 Implemented donate over SOCKS5. 2020-02-18 17:58:14 +07:00
XMRig 030d6e5962 Update year. 2020-02-01 20:24:00 +07:00
SChernykh 269d12d1be Fixed setThreadAffinity()
Added 1 ms sleep to guarantee thread rescheduling to the correct CPU core before returning.
2020-01-28 19:39:02 +01:00
XMRig c6530e352f Code cleanup. 2020-01-07 10:13:01 +07:00
XMRig 083c61754b Fixed unwanted resume after dataset change. 2020-01-03 05:36:22 +07:00
XMRig d64bbfa9c0 #1469 Fixed build with gcc 4.8. 2019-12-30 16:04:07 +07:00
XMRig 4a9a7434f6 Revert Platform::setProcessPriority 2019-12-27 03:19:03 +07:00
XMRig ea7aa4ccef Fixed MSVC build. 2019-12-23 00:37:43 +07:00
XMRig f9d07229b4 Add extra variables. 2019-12-23 00:28:57 +07:00
XMRig 5bd6a1c028 Added ENV support for "user", "pass" and "rig-id" fields. 2019-12-22 19:09:30 +07:00
XMRig 356e666e61 Added Env class. 2019-12-22 18:09:26 +07:00
XMRig bdf12bca0f Make Process::location static. 2019-12-22 13:26:06 +07:00
XMRig c44ae06d54 Added --randomx-no-rdmsr command line option. 2019-12-21 23:57:25 +07:00