diff options
author | Bloyburt <alexpen@startmail.com> | 2023-07-22 10:33:03 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-22 15:52:48 +0700 |
commit | 943568aaa73bd93ac6b5011e436aab87f8ad3733 (patch) | |
tree | 250c2205d5d76d3c118c16941a295ab89172570a /network/xmrig/donate.patch | |
parent | 937ba51871a2c227be2785b454a8fba8ec6bb594 (diff) |
network/xmrig: Added (cryptominer).
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/xmrig/donate.patch')
-rw-r--r-- | network/xmrig/donate.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/xmrig/donate.patch b/network/xmrig/donate.patch new file mode 100644 index 0000000000000..e2ca7ef48ee21 --- /dev/null +++ b/network/xmrig/donate.patch @@ -0,0 +1,13 @@ +--- donate.h 2023-07-03 06:42:00.000000000 +0100 ++++ donate0.h 2023-07-19 13:30:36.907129259 +0100 +@@ -37,8 +37,8 @@ + * If you plan on changing donations to 0%, please consider making a one-off donation to my wallet: + * XMR: 48edfHu7V9Z84YzzMa6fUueoELZ9ZRXq9VetWzYGzKt52XU5xvqgzYnDK9URnRoJMk1j8nLwEVsaSWJ4fhdUyZijBGUicoD + */ +-constexpr const int kDefaultDonateLevel = 1; +-constexpr const int kMinimumDonateLevel = 1; ++constexpr const int kDefaultDonateLevel = 0; ++constexpr const int kMinimumDonateLevel = 0; + + + #endif // XMRIG_DONATE_H |