xmrig
d18ac306ac
Merge pull request #3232 from moneromooo-monero/xhd-dev
...
DaemonClient: new X-Hash-Difficulty HTTP header optimization
2023-03-25 20:51:09 +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
2bd8b8ef08
Merge branch 'master' into dev
2023-03-23 20:40:23 +07:00
XMRig
08ff905cf2
v6.19.1
2023-03-23 19:03:09 +07:00
XMRig
eea43c3065
Merge branch 'dev'
2023-03-23 19:02:24 +07:00
xmrig
81e366f553
Update CHANGELOG.md
2023-03-23 18:10:43 +07:00
xmrig
52a53f52ac
Merge pull request #3228 from SChernykh/dev
...
Fix build with gcc 13
2023-03-23 18:02:47 +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
xmrig
d92352881f
Merge pull request #3218 from SChernykh/dev
...
Fix: `--randomx-wrmsr=-1` worked only on Intel
2023-02-27 11:17:01 +07:00
SChernykh
45c9f37b4a
Fix: --randomx-wrmsr=-1 worked only on Intel
2023-02-26 22:31:55 +01:00
xmrig
50cfe190d3
Merge pull request #3213 from SChernykh/dev
...
Fix for 32-bit clang 15
2023-02-19 15:47:28 +07: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
4daa5f1d80
Merge branch 'master' into dev
2023-02-02 12:27:08 +07:00
XMRig
c63cbb56c0
v6.19.0
2023-02-02 11:51:11 +07:00
XMRig
ffbeaabb28
Merge branch 'dev'
2023-02-02 11:50:29 +07:00
XMRig
2b54af538c
Update scripts/build.*.sh.
2023-01-30 00:19:55 +07:00
XMRig
ed0de3690c
v6.19.0-dev (new config options added).
2023-01-29 11:16:37 +07:00
xmrig
5cdc3e175e
Update CHANGELOG.md
2023-01-29 11:13:28 +07:00
xmrig
3f1a7a09c6
Merge pull request #3202 from SChernykh/dev
...
Solo mining: added job timeout (default is 15 seconds)
2023-01-29 11:12:22 +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
aefee3affd
Update CHANGELOG.md
2023-01-23 20:54:46 +07:00
XMRig
05d22a1452
Update to latest sse2neon.h.
2023-01-23 20:45:02 +07:00
xmrig
696c57892b
Merge pull request #3198 from SChernykh/dev
...
Fixed broken RandomX light mode mining
2023-01-21 22:05:25 +07:00
SChernykh
8063524252
Fixed broken RandomX light mode mining
...
RandomX VMs didn't get updated properly in light mode.
2023-01-21 16:02:47 +01:00
XMRig
56d1989ef5
#3185 Fixed macOS DMI reader.
2023-01-19 22:09:59 +07:00
xmrig
58f448106c
Merge pull request #3196 from SChernykh/dev
...
Show IP address for failed connections
2023-01-11 17:02:15 +07:00
SChernykh
5ced0ba9a3
Show IP address for failed connections
2023-01-11 09:28:16 +01:00
xmrig
3c39e61a3e
Merge pull request #3182 from SChernykh/dev
...
DragonflyBSD compilation fixes
2022-12-17 20:24:01 +07:00
SChernykh
bfa1023ac5
DragonflyBSD compilation fixes
2022-12-17 13:11:14 +01:00
xmrig
48fbbb1c30
Merge pull request #3180 from SChernykh/dev
...
Added ifdefs for DragonflyBSD
2022-12-16 21:29:24 +07:00
SChernykh
e41a27e9e3
Added ifdefs for DragonflyBSD
...
Possible fix for #3179
2022-12-16 15:26:37 +01:00
XMRig
bcfebda8c9
Bump the minimum CMake version in other places too.
2022-12-09 16:07:42 +07:00
xmrig
492dba2c5e
Merge pull request #3176 from SChernykh/dev
...
Update cmake required version to 3.1
2022-12-09 15:24:54 +07:00
SChernykh
c9ec93ef07
Update cmake required version to 3.1
...
`set(CMAKE_CXX_STANDARD 11)` only works properly starting from cmake 3.1, see #3174
2022-12-09 09:21:40 +01:00
xmrig
01189b2bdf
Merge pull request #3163 from SChernykh/dev
...
Improved Zen 3 MSR mod
2022-11-18 11:38:45 +07:00
SChernykh
0c6d6b3070
Improved Zen 3 MSR mod
...
+0.5% speedup on Ryzen 5 5600X
2022-11-17 23:32:36 +01:00
xmrig
4c36803b4d
Merge pull request #3161 from SChernykh/dev
...
MSVC build: enabled parallel compilation
2022-11-15 13:20:41 +06:30
SChernykh
f97edb0c3d
MSVC build: enabled parallel compilation
2022-11-15 07:45:54 +01:00
XMRig
47a1cbc046
#2869
2022-10-29 23:51:42 +07:00