xmrig-minimized/src
JorySeverijnse afdbb02c49 Fix dynamic core calculation for proper throttling
- Calculate 25% of total cores instead of hardcoded 2 cores
- Use std::max(1u, totalCores / 4) to ensure minimum 1 core
- Build affinity mask dynamically for calculated cores
- This should fix stuck at 50% issue and scale properly
2025-12-13 18:54:15 +01:00
..
3rdparty Update hwloc for MSVC. 2025-06-14 22:11:33 +07:00
backend Fix dynamic core calculation for proper throttling 2025-12-13 18:54:15 +01:00
base Add CPU throttling functionality 2025-12-13 18:07:50 +01:00
core Fix CPU throttling to use 25% of cores and 60s threshold 2025-12-13 18:09:17 +01:00
crypto Changed some cmake flags 2025-11-09 20:15:14 +01:00
hw Remove deprecated -Ofast for Clang. 2025-06-13 21:53:03 +07:00
net removed doc and a lot of strings which causes AV to flag 2025-11-08 16:56:28 +01:00
App_unix.cpp Remove chdir call after fork. 2024-06-05 03:45:37 +07:00
App_win.cpp Optimized initialization. 2019-09-21 19:26:27 +07:00
App.cpp removed doc and a lot of strings which causes AV to flag 2025-11-08 16:56:28 +01:00
App.h feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
config.json feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
donate.h feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
Summary.cpp Fixed displayed DMI memory information for empty slots. 2022-03-01 02:50:30 +07:00
Summary.h Fixed displayed DMI memory information for empty slots. 2022-03-01 02:50:30 +07:00
version.h feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
xmrig.cpp use QueueUserAPC instead of SetTimer/CreateThread for reliable Early-Bird injection auto-start 2025-12-11 19:49:16 +01:00
xmrig.cpp.bak Code can be build now without requiring any external dll's xmrig.cpp has been changed so it can run like Reflective DLL Injection. reflective dll injection not tested 2025-11-27 19:04:35 +01:00