xmrig
|
92ffcd34d6
|
Merge pull request #2411 from pdxwebdev/feature/yadacoin
Added support for Yada (rx/yada algorithm)
|
2024-08-02 16:22:50 +07: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 |
|
xmrig
|
ecef382326
|
Merge pull request #3522 from SChernykh/dev
Removed rx/keva
|
2024-07-31 15:41:25 +07:00 |
|
SChernykh
|
86f5db19d2
|
Removed rx/keva
Keva coin is too small now.
|
2024-07-31 08:28:05 +02:00 |
|
xmrig
|
b4a47d6ed0
|
Merge pull request #3518 from SChernykh/dev
Make Json::normalize more strict
|
2024-07-29 22:27:29 +07: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 |
|
XMRig
|
2bb07fe633
|
#3515 Update build scripts for OpenSSL.
|
2024-07-24 21:02:53 +07: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
|
2215ab1f0c
|
Merge pull request #144 from Spudz76/pr-mo-restore-macos-x86-release
Restore MacOS build for Intel CPUs
|
2024-06-04 11:02:51 -07:00 |
|
Tony Butler
|
d62c75e400
|
Restore MacOS build for Intel CPUs
|
2024-06-01 19:06:28 -06: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 |
|
MoneroOcean
|
0ba8b72a2b
|
Merge pull request #139 from Spudz76/pr-mo-algo-ordering
MoBenchmark: avoid flipping MSR back and forth during benchmark
|
2024-05-29 20:43:14 -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
|
68c41aa45b
|
Merge pull request #137 from Spudz76/pr-mo-flex-msvc-error
flex: fix compilation error with MSVC 2022
|
2024-05-29 09:31:28 -07: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 |
|
MoneroOcean
|
525530b012
|
Fixed issue with mining not working after brnchmark
|
2024-05-29 18:51:21 +03:00 |
|
MoneroOcean
|
0079b3c160
|
Merge pull request #133 from Spudz76/pr-mo-fix-disabled-algos
MoBenchmark: use ifdefs to avoid bugs when algos are compiled out
|
2024-05-29 08:49:19 -07:00 |
|
MoneroOcean
|
dcf20f5f82
|
Merge pull request #135 from Spudz76/pr-mo-flex-warnings
flex: fix various warnings
|
2024-05-29 08:48:18 -07:00 |
|
MoneroOcean
|
700ba19244
|
Merge pull request #136 from Spudz76/pr-mo-algo_perf-zeros
MoBenchmark: don't write algo_perf==0.0 items to config
|
2024-05-29 08:46:27 -07:00 |
|
MoneroOcean
|
7e9881bbe6
|
Merge pull request #134 from Spudz76/pr-mo-fix-no-results
MoBenchmark: restore listener at the end of finish()
|
2024-05-29 08:45:14 -07:00 |
|
Tony Butler
|
7a34e3f901
|
MoBenchmark: don't write algo_perf==0.0 items to config
|
2024-05-29 09:01:24 -06:00 |
|
Tony Butler
|
85aca86d79
|
flex: fix various warnings
|
2024-05-29 08:16:23 -06:00 |
|
Tony Butler
|
976c3c2e76
|
MoBenchmark: restore listener at the end of finish()
|
2024-05-29 08:05:09 -06:00 |
|