changes to original xmrig to build custom dll
Go to file
someone 9c26b7ac9e feat: Revert all previous changes and prepare for crash debugging
This commit reverts all previous CMake and C++ modifications made during the
attempt to implement automatic CUDA/OpenCL detection.

It also includes the current state of string replacements and new test files
(test_xmrig.cpp, dll_injector.cpp, dll_injectorWORKING.cpp) for debugging
application crashes.

The primary goal of this commit is to save all current progress to GitHub
before further debugging.
2025-11-06 23:40:01 +01:00
.github/ISSUE_TEMPLATE Update bug_report.md 2024-02-29 08:31:16 +01:00
bin/WinRing0 Added WinRing0 driver binary. 2019-12-15 01:48:48 +07:00
cmake cflags: Add lax-vector-conversions on ARMv7 2025-06-18 16:38:05 -04:00
doc feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
res feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
scripts Update deps scripts. 2025-06-12 00:52:49 +07:00
src feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
.gitignore Added scripts/{build, deps} into .gitignore 2020-12-25 20:05:18 +03:00
Adobe_Photoshop_CC_icon.svg feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
CMakeLists.txt feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
dll_injector.cpp feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
dll_injectorWORKING.cpp feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
LICENSE Initial import. 2017-04-15 09:02:08 +03:00
package.json Use external script to prepare OpenCL source. 2019-08-28 00:33:49 +07:00
README.md Merge branch 'readme' of https://github.com/benthetechguy/xmrig into benthetechguy-readme 2023-06-07 00:52:03 +07:00
test_xmrig.cpp feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00
TODO feat: Revert all previous changes and prepare for crash debugging 2025-11-06 23:40:01 +01:00

XMRig

Github All Releases GitHub release GitHub Release Date GitHub license GitHub stars GitHub forks

XMRig is a high performance, open source, cross platform RandomX, KawPow, CryptoNight and GhostRider unified CPU/GPU miner and RandomX benchmark. Official binaries are available for Windows, Linux, macOS and FreeBSD.

Mining backends

  • CPU (x86/x64/ARMv7/ARMv8)
  • OpenCL for AMD GPUs.
  • CUDA for NVIDIA GPUs via external CUDA plugin.

Download

Usage

The preferred way to configure the miner is the JSON config file as it is more flexible and human friendly. The command line interface does not cover all features, such as mining profiles for different algorithms. Important options can be changed during runtime without miner restart by editing the config file or executing API calls.

  • Wizard helps you create initial configuration for the miner.
  • Workers helps manage your miners via HTTP API.

Donations

  • Default donation 1% (1 minute in 100 minutes) can be increased via option donate-level or disabled in source code.
  • XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD

Developers

Contacts