Commit graph

3325 commits

Author SHA1 Message Date
SChernykh
94d2cac775 Fix GCC compilation 2021-03-04 10:45:39 +01:00
XMRig
548a7d46e1
Add note about CPU affinity. 2021-03-04 16:19:06 +07:00
xmrig
bebc163e25
Merge pull request #2157 from SChernykh/dev
Fix crash in cn-heavy on Zen3 with manual thread count
2021-03-04 16:03:54 +07:00
SChernykh
70cddc06ba Fix crash in cn-heavy on Zen3 with manual thread count 2021-03-04 10:02:35 +01:00
XMRig
1f9cdc0564
Update hwloc for MSVC. 2021-03-04 03:23:26 +07:00
XMRig
a5a7ee716d
Update build scripts. 2021-03-03 19:38:54 +07:00
xmrig
d2f24d94b9
Merge pull request #2150 from TheGreatMcPain/dev
Update sse2neon.h to the latest master. Fixes build on armv7.
2021-03-02 19:41:11 +07:00
TheGreatMcPain
ba3299b61b
Update sse2neon.h to the latest master. Fixes build on armv7.
A few days after this header was introduced. Upstream updated it with
armv7 versions of `_mm_aesenc_si128` which allows xmrig to build
on armv7.
2021-03-02 01:33:25 -06:00
xmrig
ca5dfe7c12
Merge pull request #2147 from SChernykh/dev
Fixed many "new job" messages when solo mining
2021-03-01 23:49:03 +07:00
SChernykh
91ad6fcf3d Fixed many "new job" messages when solo mining
Fix for https://github.com/xmrig/xmrig/issues/2127
2021-03-01 17:46:05 +01:00
XMRig
0b7dfaabe0
Code cleanup. 2021-03-01 19:04:03 +07:00
XMRig
6f8ffb7660
Fixed possible out of order write to log file. 2021-03-01 18:54:20 +07:00
XMRig
4a8e7510e1
#2123 Ignore regex exception. 2021-02-27 15:29:14 +07:00
MoneroOcean
85bc258811 Fixed hiveos dpeloy package name 2021-02-25 22:11:47 +00:00
Felix Yan
32876dd01d
Correct a typo in doc/CPU.md 2021-02-24 04:36:27 +08:00
Ian Maddox
37df513b32
Minor verbiage tweak
Fixing mixed phrasing in error message
2021-02-23 11:34:10 -08:00
MoneroOcean
ab9287b7e2 Hiveos deploy fix 2021-02-22 01:13:00 +00:00
MoneroOcean
e97fb6ee5b Hiveos deploy fix 2021-02-22 01:05:07 +00:00
MoneroOcean
89ca7edb59 Hiveos deploy fix 2021-02-22 00:57:42 +00:00
MoneroOcean
ef99595476 Hiveos deploy fix 2021-02-22 00:48:22 +00:00
MoneroOcean
aa0b9280e2 Merge fix 2021-02-22 00:37:11 +00:00
MoneroOcean
344c967881 Added hiveos mo_xmrig miner update 2021-02-22 00:33:12 +00:00
MoneroOcean
158bf879c1 Merge xmrig v6.9.0 into master 2021-02-22 00:24:10 +00:00
xmrig
31a5d05dc1
Merge pull request #2122 from SChernykh/dev
Fixed pause logic when both pause on battery and user activity are en…
2021-02-21 22:36:32 +07:00
SChernykh
d478d737c4 Fixed pause logic when both pause on battery and user activity are enabled 2021-02-21 16:33:57 +01:00
XMRig
e20daff4eb
v6.9.1-dev 2021-02-21 22:28:15 +07:00
XMRig
1ccdcb1645
Merge branch 'master' into dev 2021-02-21 22:27:36 +07:00
XMRig
072881e1a1
v6.9.0 2021-02-21 21:23:48 +07:00
XMRig
0c4a3cfc30
Merge branch 'dev' 2021-02-21 21:23:15 +07:00
xmrig
cffd0f50a4
Update CPU.md 2021-02-21 20:22:06 +07:00
MoneroOcean
cfe1469c43 Removed heavy tube algo from mo bench 2021-02-20 18:31:28 +00:00
XMRig
4b1857114e
v6.9.0-dev 2021-02-20 14:28:20 +07:00
XMRig
b49fb27e84
Added idle time detection for macOS. 2021-02-20 13:18:31 +07:00
XMRig
ee341118ce
#2104 Added user configurable idle time. 2021-02-19 23:35:30 +07:00
XMRig
f599807bbb
Simplified code, fixed broken pause. 2021-02-19 16:26:31 +07:00
xmrig
a2ad626012
Merge pull request #2117 from SChernykh/dev
Fixed crash when GPU mining cn-heavy on Zen3 system
2021-02-18 21:08:44 +07:00
SChernykh
e8a99809b6 Fixed crash when GPU mining cn-heavy on Zen3 system 2021-02-18 14:49:37 +01:00
XMRig
0fe20fe88c
Merge remote-tracking branch 'remotes/origin/pr2112' into dev 2021-02-18 15:35:59 +07:00
XMRig
d1d1517b4f
Fixed macOS build. 2021-02-18 15:22:39 +07:00
XMRig
5980675876
Code and copyright cleanup. 2021-02-18 12:56:39 +07:00
Hansie Odendaal
3b87cd97ce
Allow result submission to origin daemon with self-select
With `self-select` mode enabled, the `submit-to-origin` config option
will let the `SelfSelectClient` submit the solution to both
the daemon where it got the template from as well as to
the connected pool, for miners that want to do pool minining
with Monero and solo mining with an altcoin (merged mining variant).

Thank you and special credit to @StriderDM (https://github.com/StriderDM)!
2021-02-17 18:05:13 +02:00
xmrig
d2f01cfa86
Merge pull request #2104 from SChernykh/dev
Added `pause-on-active` option
2021-02-15 11:04:14 +07:00
SChernykh
82830e359a Added pause-on-active option
Windows only for now. When set to true, pauses mining when user touches mouse or keyboard.
2021-02-14 15:32:18 +01:00
MoneroOcean
5088fbdfad Merge xmrig v6.8.2 into master 2021-02-12 16:55:03 +00:00
XMRig
8e3fec5768
v6.8.3 2021-02-12 22:51:26 +07:00
XMRig
4fd23a1bf4
Merge branch 'master' into dev 2021-02-12 22:50:52 +07:00
XMRig
8bfaddd3fc
v6.8.2 2021-02-12 18:47:16 +07:00
XMRig
dabafaaadb
Merge branch 'dev' 2021-02-12 18:46:41 +07:00
xmrig
5cda714254
Update CHANGELOG.md 2021-02-12 18:35:43 +07:00
MoneroOcean
eebb03a9eb Switched to higher diff port 2021-02-10 03:20:05 +00:00