Commit Graph

2281 Commits

Author SHA1 Message Date
SChernykh
a619789780 Added Zen5 detection
Preliminary Zen5 support, MSR mod is not ready yet.
2024-08-03 11:01:18 +02:00
SChernykh
47d97431bf Fixed ARMv8 compilation 2024-08-02 17:51:08 +02:00
Matthew Vogel
4089103510 fix yada nonce offset 2024-08-01 15:10:20 -07:00
Matthew Vogel
594837e33e finish updating for yadacoin 2024-08-01 00:01:09 -07:00
Matthew Vogel
f99c79d24a update constants for yadacoin 2024-07-31 23:45:34 -07:00
Matthew Vogel
ec7b027578 add yada constants 2024-07-31 23:26:37 -07:00
SChernykh
8d7e772f70 Removed rx/keva
Keva coin is too small now.
2024-07-31 08:28:05 +02:00
SChernykh
157beef82d 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
ff92c8bb63 Remove chdir call after fork. 2024-06-05 03:45:37 +07:00
XMRig
f11f126d55 Create signal handles after fork() call, replace #3492. 2024-06-05 03:23:58 +07:00
XMRig
567956211d v6.21.4-dev 2024-04-23 16:51:58 +07:00
XMRig
86f5da5a23 v6.21.3 2024-04-23 16:27:24 +07:00
xmrig
6f7795f46a Merge pull request #3462 from SChernykh/dev
RandomX: correct memcpy size for JIT initialization
2024-04-14 17:01:16 +07:00
SChernykh
be8161f9fa RandomX: correct memcpy size for JIT initialization
No buffer overflow, better fix for `_FORTIFY_SOURCE`
2024-04-14 09:13:00 +02:00
xmrig
016c738629 Merge pull request #3461 from SChernykh/dev
RandomX: check pointer sizes during JIT initialization
2024-04-14 05:38:53 +07:00
SChernykh
e50c950191 RandomX: check pointer sizes during JIT initialization 2024-04-13 20:32:16 +02:00
XMRig
e5d9d0d78a Use internal logger for error message. 2024-03-26 21:46:18 +07:00
XMRig
d3e3c92969 v6.21.3-dev 2024-03-23 16:21:54 +07:00
XMRig
7fe68d21dc v6.21.2 2024-03-23 13:38:42 +07:00
XMRig
95d578cac4 Update hwloc for MSVC builds. 2024-03-22 18:14:39 +07:00
XMRig
75ad4ec615 Fix rapidjson assert. 2024-03-21 21:03:35 +07:00
SChernykh
2d39cb38eb Merge remote-tracking branch 'upstream/dev' into dev 2024-03-20 21:24:58 +01:00
SChernykh
5695645daf Fix RandomX crash when compiled with fortify_source 2024-03-20 21:24:02 +01:00
XMRig
77b28aa5cc Merge branch 'master' of https://github.com/goodmost/xmrig into goodmost-master 2024-03-20 14:11:28 +07:00
goodmost
140212c263 chore: remove repetitive words
Signed-off-by: goodmost <zhaohaiyang@outlook.com>
2024-03-19 23:19:36 +08:00
SChernykh
f315428f70 Thread-safe FileLogWriter 2024-03-04 08:45:22 +01:00
XMRig
483d82947e #2800 Fixed donation with ghostrider algorithm for builds without KawPow algorithm. 2024-02-29 09:38:47 +07:00
SChernykh
5136789139 Stratum: better check of the login response 2024-02-27 23:39:23 +01:00
XMRig
2ba101c641 v6.21.2-dev 2024-02-25 23:00:45 +07:00
XMRig
d32669821b v6.21.1 2024-02-25 22:26:52 +07:00
XMRig
5bfd23bb4e Update CHANGELOG.md. 2024-02-22 03:26:41 +07:00
XMRig
c1d96ea365 Merge branch 'HTTPRebindSegFault' of https://github.com/Daviey/xmrig into Daviey-HTTPRebindSegFault 2024-02-12 14:50:48 +07:00
Dave Walker (Daviey)
8d3957c04b Fix segfault in HTTP API rebind
Previously with HTTP API enabled on brenchmarking run, it is possible
to cause a segfault due to an issue handling the m_httpd pointer and
rebinding.

  - Initialize m_httpd to nullptr to indicate when it's not in use.
  - Safely delete m_httpd in Api's destructor to prevent use-after-free
    issues.
  - Add checks to ensure m_httpd is not nullptr before usage in start,
    stop, and tick methods.
  - Log errors for HTTP server start failures to aid in debugging.

Fixes MoneroOcean/xmrig#120

Signed-off-by: Dave Walker (Daviey) <email@daviey.com>
2024-02-11 17:52:36 +00:00
XMRig
cfbd8d26a0 Cleanup. 2024-01-17 00:31:16 +07:00
SChernykh
d389507d23 Fixed Zephyr mining (OpenCL) 2024-01-13 20:14:08 +01:00
XMRig
67a9411405 Code style cleanup. 2023-12-29 21:17:19 +07:00
moneromooo-monero
70587844cc add support for townforge (monero fork using randomx) 2023-12-23 15:31:05 +00:00
XMRig
6f94c0b2de v6.21.1-dev 2023-11-23 21:19:36 +07:00
XMRig
9eb46d3910 v6.21.0 2023-11-23 20:40:58 +07:00
XMRig
d79e9e9c30 v6.21.0-dev 2023-11-23 19:51:41 +07:00
SChernykh
c32549b264 Zephyr solo mining: handle multiple outputs 2023-11-15 16:18:05 +01:00
SChernykh
41b6844e7d Updated pricing record size for Zephyr solo mining 2023-11-14 13:06:10 +01:00
SChernykh
87e18eccba Update sse2neon.h 2023-10-30 20:07:03 +01:00
SChernykh
68a90f7dfc ARM64 JIT: don't use x18 register
From https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms
> The platforms reserve register x18. Don’t use this register.

This PR fixes invalid hashes when running on Apple silicon with the latest macOS SDK.
2023-10-19 17:45:15 +02:00
XMRig
1d6709c516 Merge branch 'main' of https://github.com/JacksonZ03/xmrig into JacksonZ03-main 2023-10-09 15:14:50 +07:00
Jackson Zheng
603587eae1 Update cn_main_loop.asm
Found this line to be missing. I looked through the history and seemed like the original author of the commit missed it out.
2023-10-08 23:29:52 +01:00
Jackson Zheng
a14bd600bf Update cn_main_loop.asm
I was scanning the code and found this line to be missing. Not sure if this was a mistake or if it was intentionally left out?
2023-10-08 23:12:58 +01:00
SChernykh
0a29198869 Added SNI option for TLS connections
Disabled by default, add `"sni": true,` to pool config to enable it.
2023-09-29 08:33:49 +02:00
SChernykh
43184ebae1 Add "built for OS/architecture/bits" to "ABOUT"
To make it more clear what binary it is on some XMRig screenshot.
2023-08-21 13:49:21 +02:00
XMRig
be6afaa163 Fixed huge pages availability info on Linux. 2023-08-08 17:48:44 +07:00