Commit graph

2653 commits

Author SHA1 Message Date
MoneroOcean
a383e24d56 Fixed merge 2024-08-12 00:47:50 +03:00
MoneroOcean
7dfc801b4e Fixed merge 2024-08-12 00:28:45 +03:00
MoneroOcean
efef9fd111 Fixed merge 2024-08-12 00:25:10 +03:00
MoneroOcean
293e5bc9ac Fixed merge 2024-08-12 00:20:57 +03:00
MoneroOcean
d05ddedf01 Fixed merge 2024-08-12 00:16:15 +03:00
MoneroOcean
38e0b2dc3b Fixed merge 2024-08-12 00:13:06 +03:00
MoneroOcean
90ba7c93de Merge xmrig v6.22.0 into master 2024-08-12 00:05:37 +03:00
Ikko Eltociear Ashimine
e682f89298
docs: update ghostrider/README.md
nubmer -> number
2024-08-12 03:54:26 +09:00
XMRig
544c393f78
v6.22.0 2024-08-12 01:13:51 +07:00
XMRig
62bcd6e5dc
v6.22.0-dev 2024-08-10 22:00:42 +07:00
SChernykh
ecb3ec0317 Added rx/yada OpenCL support 2024-08-07 00:18:51 +02:00
XMRig
3dfeed475f
Sync changes with the proxy. 2024-08-06 23:32:20 +07:00
XMRig
98c775703e
Don't generate "rx/yada" profile, use the "rx" profile by default. 2024-08-04 20:00:12 +07:00
XMRig
8da49f2650
More clean target parse. 2024-08-04 19:51:11 +07:00
SChernykh
748365d6e3 Added Zen5 detection
Preliminary Zen5 support, MSR mod is not ready yet.
2024-08-03 11:01:18 +02:00
SChernykh
ef6fb728b5 Fixed ARMv8 compilation 2024-08-02 17:51:08 +02:00
Matthew Vogel
b108845627 fix yada nonce offset 2024-08-01 15:10:20 -07:00
Matthew Vogel
046b2a17d3 finish updating for yadacoin 2024-08-01 00:01:09 -07:00
Matthew Vogel
5342f25fbf update constants for yadacoin 2024-07-31 23:45:34 -07:00
Matthew Vogel
5f6bcfe949 add yada constants 2024-07-31 23:26:37 -07:00
SChernykh
86f5db19d2 Removed rx/keva
Keva coin is too small now.
2024-07-31 08:28:05 +02:00
SChernykh
f5095247e8 Make Json::normalize more strict
Rounding a regular FP value can give an invalid result - check the result too.
2024-07-29 17:14:21 +02:00
MoneroOcean
90a7e11420 KNC ETH stratum support 2024-06-05 06:16:34 +03:00
XMRig
a7be8cb80c
Remove chdir call after fork. 2024-06-05 03:45:37 +07:00
XMRig
2ce16df423
Create signal handles after fork() call, replace #3492. 2024-06-05 03:23:58 +07:00
MoneroOcean
ef327a0a6b flex algo low diff share fix 2024-06-01 18:43:52 +03:00
MoneroOcean
42204df0ac
Merge pull request #143 from Spudz76/pr-mo-fix-unused-warning
Fix unused warning with C++17 [[maybe_unused]] decoration
2024-06-01 08:43:00 -07:00
MoneroOcean
d59522e5f7
Merge pull request #142 from Spudz76/pr-mo-fix-flex-switch
Fixup switch warning; Use count_limit2; Benchmark ghostrider before flex
2024-06-01 08:41:46 -07:00
MoneroOcean
8f0e8be6f6 Separate keccak for flex 2024-06-01 18:39:29 +03:00
MoneroOcean
91bad8a85c Separate keccak for flex 2024-06-01 18:36:22 +03:00
MoneroOcean
db4f89ec3e Separate keccak for flex 2024-06-01 18:35:55 +03:00
MoneroOcean
36dcb1c903 Separate keccak for flex 2024-06-01 18:34:26 +03:00
MoneroOcean
d8102f2f59 Separate keccak for flex 2024-06-01 18:33:30 +03:00
MoneroOcean
b6a93022f7 Fixed KCN algo 2024-06-01 11:18:15 +03:00
MoneroOcean
95d6482e2f Revert "Separate input/output flex_hash memory"
This reverts commit 2d1d781efa.
2024-06-01 11:17:57 +03:00
MoneroOcean
9d8e9add07 Fixed KCN algo 2024-06-01 11:17:47 +03:00
MoneroOcean
2d1d781efa Separate input/output flex_hash memory 2024-05-31 20:58:21 +03:00
Tony Butler
9f5280d8b3 Fix unused warning with C++17 [[maybe_unused]] decoration 2024-05-31 06:48:47 -06:00
Tony Butler
5c4987d232 Fixup switch warning; Use count_limit2; Benchmark ghostrider before flex 2024-05-31 05:45:47 -06:00
MoneroOcean
3d8bf1036b Correct flex algo hashrate calc 2024-05-30 23:42:17 +03:00
MoneroOcean
a7ebb05653 Correct flex algo hashrate calc 2024-05-30 23:42:17 +03:00
MoneroOcean
d4252f7133 Correct flex algo hashrate calc 2024-05-30 23:42:17 +03:00
MoneroOcean
20184c6c9f
Merge pull request #138 from Spudz76/pr-mo-fix-MODE_AUTO_ETH
Pool.h: missing ifdef like everywhere else MODE_AUTO_ETH is used
2024-05-29 20:43:52 -07:00
Tony Butler
f5e235c97c MoBenchmark: avoid flipping MSR back and forth during benchmark 2024-05-29 11:58:28 -06:00
Tony Butler
be215004aa Pool.h: missing ifdef like everywhere else MODE_AUTO_ETH is used 2024-05-29 10:58:53 -06:00
MoneroOcean
5e90875050 Fixed compilation error with MSVC 2022 2024-05-29 19:32:51 +03:00
MoneroOcean
2a90c51f69
Merge branch 'master' into pr-mo-flex-msvc-error 2024-05-29 09:31:00 -07:00
MoneroOcean
4499c943be Flex algo ARM fix 2024-05-29 19:17:58 +03:00
MoneroOcean
92f27606df Flex algo ARM fix 2024-05-29 19:13:43 +03:00
Tony Butler
60b8d904c2 flex: fix compilation error with MSVC 2022 2024-05-29 10:10:24 -06:00