added xmrig image
All checks were successful
CI / Build xmrig docker images (push) Successful in 1m15s
All checks were successful
CI / Build xmrig docker images (push) Successful in 1m15s
This commit is contained in:
15
xmrig/001-remove-donation.patch
Normal file
15
xmrig/001-remove-donation.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
diff --git a/src/donate.h b/src/donate.h
|
||||
index 206b1b8f..14cdf9ea 100644
|
||||
--- a/src/donate.h
|
||||
+++ b/src/donate.h
|
||||
@@ -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
|
Reference in New Issue
Block a user