278 Commits

Author SHA1 Message Date
Codex Bot b642ff2d9e Remove donate logic from xmrig 2026-04-18 20:02:43 +02:00
XMRig a44b21cef3 Cleanup 2025-10-27 19:18:52 +07:00
slayingripper 643b65f2c0 RISC-V Intergration 2025-10-22 18:57:20 +02:00
XMRig 650d794fb1 Initial Windows ARM64 support via MSYS2. 2025-06-13 03:00:34 +07:00
XMRig a7dcbb143e Bump minimum CMake version to 3.10 2025-06-08 23:23:40 +07:00
XMRig 7a85257ad4 Update hwloc for MSVC builds. 2024-03-22 18:14:39 +07:00
XMRig 850b43c079 Fix build with recent libuv. 2024-03-22 01:22:54 +07:00
XMRig 6dbd46a891 Added new CMake options ARM_V8 and ARM_V7. 2023-06-04 20:32:05 +07:00
SChernykh 25decd1b7f Update cmake required version to 3.1
`set(CMAKE_CXX_STANDARD 11)` only works properly starting from cmake 3.1, see #3174
2022-12-09 09:21:40 +01:00
SChernykh 63e21dfe63 RandomX: added Blake2 AVX2 version
+0.1% speedup on AMD Zen2/Zen3 and Intel CPUs which support AVX2.
2022-08-25 20:39:54 +02:00
SChernykh 22d6a7525e Removed deprecated AstroBWTv1 and v2 2022-06-12 11:47:36 +02:00
XMRig 77367abe13 Fixed Clang build. 2021-11-29 16:01:16 +07:00
SChernykh 6db480a1ab Disable VAES in 32-bit builds 2021-11-29 09:32:00 +01:00
SChernykh a4d5d0a75a Added VAES support for Cryptonight variants 2021-11-28 20:49:54 +01:00
SChernykh b1f2479ec1 Added GhostRider release notes 2021-11-25 13:19:01 +01:00
SChernykh ceaebfd877 GhostRider algorithm (Raptoreum) support 2021-11-23 08:14:01 +01:00
Tony Butler ca8bef3ade Adjust API version logic 2021-10-11 04:17:01 -06:00
SChernykh 387320ad6d Added Windows taskbar icon colors
- Red when there's no connection to any pool
- Yellow when mining is paused
- No color during normal mining
2021-09-20 18:03:22 +02:00
SChernykh da7f5826cb Added support for Uplexa (cn/upx2 algorithm) 2021-04-17 14:53:42 +02:00
XMRig b49fb27e84 Added idle time detection for macOS. 2021-02-20 13:18:31 +07:00
XMRig c8588903e3 Enable DMI reader by default. 2021-01-22 00:12:34 +07:00
XMRig 8471f7fad3 Added "GET /2/dmi" API endpoint. 2021-01-20 22:54:02 +07:00
XMRig 9a02007900 Added config option "dmi" and command line option "--no-dmi". 2021-01-20 16:02:48 +07:00
XMRig 05e6f66169 Added basic Linux support. 2021-01-18 16:53:42 +07:00
XMRig 11e0d3de3a Added DMI reader (Windows only). 2021-01-18 11:23:29 +07:00
XMRig a934ba3079 Fixed Xcode generator. 2020-12-15 22:47:22 +07:00
XMRig ec62ded279 Added generic secure JIT support for RandomX. 2020-12-11 23:17:54 +07:00
XMRig ab45794b7c Removed libcpuid support. 2020-12-06 21:51:24 +07:00
XMRig 11da7a3155 Update Json. 2020-12-03 15:39:33 +07:00
SChernykh fb9d2b9e7c Example mining scripts to help new miners 2020-11-26 19:06:46 +01:00
XMRig 5d274777f6 Copy benchmark_1M.cmd and benchmark_10M.cmd 2020-10-31 18:38:18 +07:00
XMRig a152d6be42 Added CMake option WITH_BENCHMARK. 2020-10-16 02:18:07 +07:00
XMRig d45bb24a32 Renamed WITH_SSE to WITH_SSE4_1 and make it work on all platforms. 2020-10-01 11:00:08 +07:00
Dusan Klinec 5a7bcb2d03 fies #1844, adds WITH_SSE cmake option
now it is possible to disable sse for Blake2, which is not supported on ARMs
2020-09-30 20:09:54 +02:00
SChernykh a05393727c RandomX: added performance profiler (for developers)
Also optimized Blake2b SSE4.1 code size to avoid code cache pollution.
2020-09-12 23:07:52 +02:00
XMRig bc128d11d9 Add strip for clang. 2020-08-23 23:48:05 +07:00
XMRig 950b5fa75e Disable GPU backends with static build on Linux. 2020-08-20 15:02:31 +07:00
Jethro Grassie b78b0b5c6b fix macos battery detection 2020-08-11 18:04:56 -04:00
XMRig 7a3233ab4b Use long tags. 2020-05-28 20:32:41 +07:00
SChernykh 22b937cc1c KawPow WIP 2020-05-27 16:19:57 +02:00
XMRig 0cc90b152d Move CnAlgo 2020-04-23 12:34:26 +07:00
XMRig 219f033647 "cn/gpu" algorithm now disabled by default and will be removed in next major release. 2020-03-09 01:45:18 +07:00
XMRig 16a83a9f61 Move files. 2020-03-09 01:22:34 +07:00
SChernykh 14ef99ca67 AstroBWT algorithm (DERO) support
To test:

- Download https://github.com/deroproject/derosuite/releases/tag/AstroBWT
- Run daemon with `--testnet` in command line

In config.json:
- "coin":"dero"
- "url":"127.0.0.1:30306"
- "daemon:"true"
2020-02-29 22:41:24 +01:00
XMRig d23e5e15ba Added AMD GPUs health information for Linux (via sysfs). 2020-02-14 23:37:44 +07:00
XMRig 56f23db878 Added ADL support for Windows. 2020-02-14 00:16:32 +07:00
XMRig c5968e8896 New NetworkState. 2020-01-16 21:48:39 +07:00
XMRig d64bbfa9c0 #1469 Fixed build with gcc 4.8. 2019-12-30 16:04:07 +07:00
XMRig f00769f758 Code style cleanup. 2019-12-28 01:45:54 +07:00
XMRig 8bef964f68 Added support for write custom MSR. 2019-12-17 02:27:07 +07:00