Commit Graph

2232 Commits

Author SHA1 Message Date
XMRig
be6afaa163 Fixed huge pages availability info on Linux. 2023-08-08 17:48:44 +07:00
XMRig
eeb4c8fcb1 Make Platform::hasKeepalive() constexpr where always supported and code cleanup. 2023-08-06 20:26:07 +07:00
SChernykh
913bcd1887 Disable TCP keepalive before closing socket 2023-08-06 14:51:25 +02:00
SChernykh
be03a249a7 Enabled keepalive for Windows (>= Vista) 2023-07-17 09:49:10 +02:00
XMRig
af05759729 v6.20.1-dev 2023-07-03 18:47:55 +07:00
XMRig
72b6dcec11 v6.20.0 2023-07-03 12:42:00 +07:00
XMRig
998647cf98 v6.20.0-dev 2023-07-03 12:37:36 +07:00
SChernykh
10b621dbc9 Zephyr solo mining: fix for blocks with transactions 2023-06-24 15:15:37 +02:00
SChernykh
5c50f94dc1 Zephyr coin support
Solo mining will require `--coin Zephyr` in command line, or `"coin": "Zephyr",` in `pools` section of config.json
2023-06-24 14:37:20 +02:00
SChernykh
6274d019b8 KawPow: fixed data race when building programs
`uv_queue_work` can't be called from other threads, only `uv_async_send` is thread-safe.
2023-06-19 12:32:28 +02:00
XMRig
e89d253e02 Code cleanup. 2023-06-07 20:48:56 +07:00
XMRig
ed8dd8fb72 Merge branch 'dev-addApiRebind' of https://github.com/Spudz76/xmrig into Spudz76-dev-addApiRebind 2023-06-07 20:12:58 +07:00
XMRig
c084a1ebe0 Disallow direct use of HwlocCpuInfo class. 2023-06-07 00:32:09 +07:00
XMRig
cb32ad0803 Code cleanup. 2023-06-06 23:15:58 +07:00
XMRig
d7659259d5 Fixed compatibility with hwloc 1.11. 2023-06-06 02:30:10 +07:00
xmrig
511722507b Merge pull request #3236 from MrFoxPro/dev
fix(cuda): receive CUDA loader error on linux too.
2023-06-05 23:07:38 +07:00
XMRig
7a73dd1191 Added new ARM CPU names. 2023-06-04 19:36:53 +07:00
XMRig
ba299721aa v6.19.4-dev 2023-06-03 21:14:26 +07:00
XMRig
51f092f170 v6.19.3 2023-06-03 19:59:18 +07:00
SChernykh
61e883f5f7 Fixed jccErratum list 2023-05-26 12:46:59 +02:00
Tony Butler
b0fd994f84 Add API rebind polling 2023-05-23 16:49:43 -06:00
SChernykh
148b2a1c0d RandomX: fixed undefined behavior
Using an inactive member of a `union` is an undefined behavior in C++
2023-05-23 14:40:12 +02:00
SChernykh
5d0bf95011 RandomX: optimized program generation 2023-05-21 17:44:20 +02:00
SChernykh
ef01bfe2bc Tweaked auto-tuning for Intel CPUs
Alder Lake and newer CPUs have exclusive L3 cache and benefit from more threads until L3+L2 is filled.
2023-04-18 21:20:45 +02:00
XMRig
41d6221dad #3245 Improved algorithm negotiation for donation rounds by sending extra information about current mining job. 2023-04-07 23:35:05 +07:00
XMRig
c8e6589643 v6.19.3-dev 2023-04-04 00:34:54 +07:00
XMRig
b30b47d457 v6.19.2 2023-04-03 22:15:40 +07:00
SChernykh
78ae167c78 Sync with changes from proxy 2023-04-03 15:01:40 +02:00
Dmitriy Nikiforov
d5be04fbbc fix(cuda): receive CUDA loader error on linux too. 2023-03-27 18:48:13 +05:00
XMRig
46eb5dca42 Code style cleanup. 2023-03-25 20:56:25 +07:00
moneromooo-monero
9db29637b6 DaemonClient: new X-Hash-Difficulty HTTP header optimization
If the caller knows the difficulty of a PoW hash a given nonce
yields, it can tell the callee via the X-Hash-Difficulty, which
may allow the callee to skip some processing if the difficulty
does not meet some criterion.

In my case, a merge mining proxy can know it's pointless trying
to submit the nonce to a chain with higher difficulty when the
nonce only meets the difficulty for a lower difficulty chain.
2023-03-25 09:48:54 +00:00
xmrig
98a9f6d951 Merge pull request #3230 from SChernykh/dev
Fixed parsing of TX_EXTRA_MERGE_MINING_TAG
2023-03-25 12:39:04 +07:00
SChernykh
3368891462 Fixed parsing of TX_EXTRA_MERGE_MINING_TAG 2023-03-24 22:42:26 +01:00
XMRig
7a5a4be7be v6.19.2-dev 2023-03-23 20:41:00 +07:00
XMRig
08ff905cf2 v6.19.1 2023-03-23 19:03:09 +07:00
Matthew Smith
a454fd14b2 Fix build with gcc 13
Now some header files are not included transistively with new
libstdc++.

Bug: https://bugs.gentoo.org/895226
2023-03-23 12:01:15 +01:00
XMRig
0fd4c83fe6 Resolved deprecated methods warnings with OpenSSL 3.0. 2023-03-07 23:51:03 +07:00
SChernykh
45c9f37b4a Fix: --randomx-wrmsr=-1 worked only on Intel 2023-02-26 22:31:55 +01:00
SChernykh
d8e652d58b Fix for 32-bit clang 15
Don't define `_mm_cvtsi128_si64` and `_mm_cvtsi64_si128` because clang 15 already has them in its headers.
2023-02-19 09:42:16 +01:00
XMRig
c2725cbf95 Fixed DnsUvBackend storage cleanup. 2023-02-09 21:45:50 +07:00
XMRig
2b0a1806bb Revert changes to fix MSVC build. 2023-02-09 21:28:39 +07:00
XMRig
088f88b94e Cleanup. 2023-02-09 13:55:11 +07:00
XMRig
e05fbc41c0 Fix warning. 2023-02-03 23:46:58 +07:00
XMRig
d23f46b628 Partially resolved deprecated methods warnings in OpenSSL 3.0. 2023-02-03 23:08:54 +07:00
XMRig
b44ceb5e3a v6.19.1-dev 2023-02-02 12:27:33 +07:00
XMRig
c63cbb56c0 v6.19.0 2023-02-02 11:51:11 +07:00
XMRig
ed0de3690c v6.19.0-dev (new config options added). 2023-01-29 11:16:37 +07:00
SChernykh
8420bd3920 Solo mining: added job timeout (default is 15 seconds)
It's important to update jobs frequently to get new transactions into the block template. See https://rucknium.me/posts/monero-pool-transaction-delay/ for more details.
2023-01-28 19:42:02 +01:00
XMRig
b71bbed8c4 Update hwloc for MSVC builds to 2.9.0. 2023-01-27 01:07:58 +07:00
XMRig
05d22a1452 Update to latest sse2neon.h. 2023-01-23 20:45:02 +07:00