4

I am using XMRig on Windows 10 to mine Monero and I want to know how to disable donations. Thank you!

g3holliday
  • 51
  • 1
  • 1
  • 5

2 Answers2

7

You should still donate to the devs of xmrig but if you don't wanna you can download the xmrig repository at their github

and edit the file "donate.h" in the directory "src".

Change both: constexpr const int kDefaultDonateLevel = 1; constexpr const int kMinimumDonateLevel = 1; to 0.

Next: Compile it for your system.

You can find the compilation guide for windows at their website

and as Jerzy Brzóska said, you will need to make sure donate-level is set to 0 in the config.json file as well.

0

If you don't want to build from scratch and you're using Linux (sorry that you use Windows). Just use my fork and download the latest release from: https://github.com/danger89/xmrig/releases