Compare commits

...

18 Commits

Author SHA1 Message Date
github-actions[bot]
078f45d79e [Automated action] Update xmrig 2024-11-04 01:21:30 +00:00
github-actions[bot]
95628291bc [Automated action] Update xmrig 2024-10-24 01:19:33 +00:00
github-actions[bot]
6df6e3611f [Automated action] Update xmrig 2024-08-25 09:56:31 +00:00
b239df4647 update to 6.22.0 2024-08-25 11:52:27 +03:00
github-actions[bot]
f6520c12a2 [Automated action] Update xmrig 2024-08-25 08:10:18 +00:00
github-actions[bot]
21f6fac8a1 [Automated action] Update xmrig 2024-04-24 00:53:19 +00:00
github-actions[bot]
71196910a7 [Automated action] Update xmrig 2024-03-24 00:56:57 +00:00
github-actions[bot]
a3a59e49b5 [Automated action] Update xmrig 2024-02-26 00:52:29 +00:00
github-actions[bot]
04badb6d9f [Automated action] Update xmrig 2023-11-27 14:01:25 +00:00
github-actions[bot]
d3bab9788e [Automated action] Update xmrig 2023-07-04 00:57:07 +00:00
github-actions[bot]
c6041b6522 [Automated action] Update xmrig 2023-06-03 14:26:42 +00:00
5e66bf66eb Fix triggering a workflow from a workflow
https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
2023-04-03 22:38:27 +03:00
github-actions[bot]
5d774d8baf [Automated action] Update xmrig 2023-04-03 19:21:05 +00:00
f56dc1a7a2 Revert "[TEST] Revert "Autoupdate xmrig""
This reverts commit 488c76febc.
2023-03-23 19:42:02 +03:00
488c76febc [TEST] Revert "Autoupdate xmrig"
This reverts commit f5400d6f6b.
2023-03-23 19:40:02 +03:00
1309c5740f Add --unidiff-zero for git apply 2023-03-23 19:24:11 +03:00
a0e27d34a6 Changes the commit author and message 2023-03-23 19:15:53 +03:00
18389c9f0d Reduces patch context 2023-03-23 19:12:03 +03:00
4 changed files with 7 additions and 12 deletions

View File

@ -36,7 +36,7 @@ jobs:
- name: Apply patches
working-directory: xmrig
run: |
git apply < ../patches/*.patch
git apply --unidiff-zero < ../patches/*.patch
- name: Build
working-directory: xmrig

View File

@ -15,10 +15,11 @@ jobs:
- uses: actions/checkout@v2
with:
submodules: recursive
token: ${{ secrets.PAT }}
- name: Update module
run: |
git submodule update --init --recursive --checkout -f --remote
git config --global user.name "GitHub Action"
git config --global user.email "noreply@github.com"
git commit -am "Autoupdate xmrig" || true
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -am "[Automated action] Update xmrig" || true
git push

View File

@ -2,14 +2,8 @@ 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
*/
@@ -40,2 +40,2 @@
-constexpr const int kDefaultDonateLevel = 1;
-constexpr const int kMinimumDonateLevel = 1;
+constexpr const int kDefaultDonateLevel = 0;
+constexpr const int kMinimumDonateLevel = 0;
#endif // XMRIG_DONATE_H

2
xmrig

@ -1 +1 @@
Subproject commit 6e856ca39c34a6ec256c97d2d0a66acbc52bad5e
Subproject commit f9e990d0f0167c92d09334213ac6950033bbbba1