xmrig
a11c57226b
Merge pull request #2158 from SChernykh/dev
...
Fix GCC compilation
2021-03-04 16:48:05 +07:00
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
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
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
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
Ian Maddox
37df513b32
Minor verbiage tweak
...
Fixing mixed phrasing in error message
2021-02-23 11:34:10 -08: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
072881e1a1
v6.9.0
2021-02-21 21:23:48 +07: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
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
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
XMRig
8e3fec5768
v6.8.3
2021-02-12 22:51:26 +07:00
XMRig
8bfaddd3fc
v6.8.2
2021-02-12 18:47:16 +07:00
SChernykh
dc1443f3b8
Cryptonight: add prefetching to interleaved mode
2021-02-07 23:29:54 +01:00
SChernykh
8af8df25aa
Optimized cn-heavy for Zen3
...
- Uses scratchpad interleaving to access only the closest L3 slice from each CPU core.
- Also activates MSR mod for cn-heavy because CPU prefetchers get confused with interleaving
- 7-8% speedup on Zen3
2021-02-07 22:05:11 +01:00
XMRig
b1e14dc1d3
Always disable kawpow for CPU backend.
2021-02-07 18:49:54 +07:00
XMRig
f460d76f8d
Add missing option to config example.
2021-02-06 16:17:53 +07:00
SChernykh
21abbe4e84
Fix compile error in Termux
2021-02-03 19:05:05 +01:00
XMRig
3080f47cd6
v6.8.2-dev
2021-02-03 18:01:14 +07:00
XMRig
1bcfd0cdea
v6.8.1
2021-02-03 07:00:39 +07:00
XMRig
2c8d8ee2ab
Fixed macOS build and compile warning.
2021-02-02 13:53:45 +07:00
SChernykh
346892e170
Update jit_compiler_a64.cpp
2021-02-01 22:52:02 +01:00
SChernykh
db03573804
ARM JIT: added missing cache flush
2021-02-01 22:42:35 +01:00
SChernykh
e74573f81f
Fixed code allocation for ARM
2021-02-01 22:36:11 +01:00
xmrig
0e70974d7d
Merge pull request #2076 from xmrig/feature-flexible-hugepages
...
Added support for flexible huge page sizes on Linux.
2021-02-02 04:07:41 +07:00
SChernykh
4108428872
Fixed crashes on ARM
2021-02-01 17:07:45 +01:00
XMRig
4c3425a958
Added "--hugepage-size" command line option.
2021-02-01 05:06:24 +07:00
XMRig
09624c4f9b
Added support for flexible huge page sizes on Linux.
2021-01-31 23:38:57 +07:00
XMRig
8faef28e7d
Detect Apple M1 on Linux.
2021-01-31 05:41:32 +07:00
XMRig
62450f4ed8
Update ARM CPUs names.
2021-01-31 03:53:22 +07:00
XMRig
2c52a5a352
#2066 Fixed AMD GPUs health data readings.
2021-01-30 02:42:59 +07:00
XMRig
7d52bd7454
Extend normalization rules.
2021-01-29 18:22:24 +07:00
XMRig
f68b105bd9
Normalize DMI memory slot name.
2021-01-29 04:23:50 +07:00
XMRig
9ca1a6129b
#2066 Quick fix for AMD GPUs health data.
2021-01-29 01:23:35 +07:00
SChernykh
22a1b8d82d
Fix compilation error when RandomX and Argon2 are disabled
2021-01-28 14:38:28 +01:00
XMRig
65fe26dc6c
Don't print empty memory slots if the total count above 8.
2021-01-28 00:00:00 +07:00
XMRig
e6d4921e21
v6.8.1-dev
2021-01-26 16:40:10 +07:00
XMRig
4e671a945d
v6.8.0
2021-01-26 15:26:16 +07:00
XMRig
8eb9b4d37a
Update default config example.
2021-01-26 15:15:08 +07:00
XMRig
b9081e992b
Code cleanup
2021-01-25 22:00:42 +07:00
XMRig
1424b2975f
Fixed DMI memory speed.
2021-01-24 15:56:02 +07:00
XMRig
0fa5db8fa3
Code cleanup.
2021-01-24 15:02:22 +07:00
xmrig
5999dccd57
Merge pull request #2058 from SChernykh/dev
...
RandomX JIT x86: remove unnecessary instructions
2021-01-24 13:59:56 +07:00
SChernykh
78922a0772
RandomX JIT x86: remove unnecessary instructions
...
Adopted from https://github.com/tevador/RandomX/pull/201
2021-01-23 22:28:50 +01:00
XMRig
86dae9e149
Merge branch 'patch-1' of https://github.com/alvv-z/xmrig into alvv-z-patch-1
2021-01-24 02:30:05 +07:00
xmrig
05b2260393
Merge pull request #2057 from xmrig/feature-msr2
...
Improved MSR subsystem code quality
2021-01-24 02:28:54 +07:00
XMRig
672f6df6c1
Fixed Cache QoS restore on exit where it not supported.
2021-01-24 02:23:27 +07:00
XMRig
9dae559b73
Added RxMsr class.
2021-01-23 23:23:39 +07:00
XMRig
b9d813c403
Move Ryzen related fixes to RxFix class.
2021-01-23 00:27:56 +07:00
XMRig
c48e2e6af8
Added new class Msr.
2021-01-22 23:50:25 +07:00
GoDzM4TT3O
6bab624885
Add missing "cstdio" library
...
Compilation fails if the above library is missing. This fixes a compilation error.
2021-01-22 14:18:28 +01:00
XMRig
3730bcd434
Merge branch 'master' into feature-msr2
2021-01-22 16:55:57 +07:00
XMRig
3b7d30a91d
v6.8.0-dev
2021-01-22 00:27:38 +07:00
XMRig
ef8cc28f3f
Added DMI data to online benchmark.
2021-01-21 23:22:01 +07:00
XMRig
8471f7fad3
Added "GET /2/dmi" API endpoint.
2021-01-20 22:54:02 +07:00
alvv-z
b99dc440af
Spelling Check
...
agaiin -> again
2021-01-20 12:36:47 +01:00
XMRig
9a02007900
Added config option "dmi" and command line option "--no-dmi".
2021-01-20 16:02:48 +07:00
XMRig
efc5e5d811
Fix summary.
2021-01-20 00:45:36 +07:00
XMRig
dea5be0a57
Added basic system reader.
2021-01-20 00:43:01 +07:00
XMRig
24c290963a
Added DMI reader for macOS.
2021-01-19 14:16:03 +07:00
XMRig
9dffcdaddd
Enable FreeBSD support.
2021-01-19 01:45:17 +07:00
XMRig
3df47052ed
Added legacy DMI readers for Linux.
2021-01-19 01:23:09 +07:00
XMRig
3b8d081c8c
Add support for older DMI formats on Linux.
2021-01-18 22:56:57 +07:00
XMRig
05e6f66169
Added basic Linux support.
2021-01-18 16:53:42 +07:00
XMRig
11e0d3de3a
Added DMI reader (Windows only).
2021-01-18 11:23:29 +07:00
XMRig
ea367da064
#2043 Fix compile warning.
2021-01-17 17:48:35 +07:00
Richard Mitsuk Lavitt
590252bd5e
fixed grammar in a couple of awkward error messages
2021-01-15 14:33:38 -06:00
XMRig
cc2de4f768
v6.7.3-dev
2021-01-15 20:11:28 +07:00
XMRig
82d698a1e5
v6.7.2
2021-01-15 19:31:41 +07:00
XMRig
45d12314f4
Sync changes.
2021-01-15 19:18:52 +07:00
SChernykh
7da04c6a2c
Always use cvt_bin2hex
2021-01-15 12:46:27 +01:00
SChernykh
5c449913af
Fixed solo mining
...
It was broken since 6.7.0
2021-01-15 11:18:36 +01:00
XMRig
af019fed8e
v6.7.2-dev
2021-01-11 18:29:56 +07:00
XMRig
d3ec21cbf5
v6.7.1
2021-01-11 16:13:29 +07:00
XMRig
a7f9808621
Fixed HOSTNAME environment variable.
2021-01-11 11:42:32 +07:00
SChernykh
f62f4e6108
RandomX x86 JIT: remove redundant CFROUND
2021-01-07 16:20:00 +01:00
SChernykh
2f2b33c82b
AstroBWT OpenCL fixes
...
- Rewrote main BWT kernel to work properly on Navi
- Fixed nonce iterations in OclWorker
- Fixed memory allocation for AstroBWT
2020-12-27 16:44:35 +01:00
SChernykh
66349e3d23
Show hashrate in the benchmark finished message
2020-12-23 14:31:38 +01:00
XMRig
85a78ce537
#1995 Fixed log initialization.
2020-12-22 21:41:39 +07:00
XMRig
0d9f17670e
v6.7.1-dev
2020-12-21 20:59:00 +07:00
XMRig
9d256a1e9b
v6.7.0
2020-12-21 17:55:17 +07:00
SChernykh
cde7cddcaa
Fixed broken Dero solo mining
2020-12-20 22:17:08 +01:00
SChernykh
ac46d6f8de
Fix GCC warning
2020-12-19 19:50:52 +01:00
SChernykh
5efd00abec
Another dataset AVX2 init speedup (+3.8% faster on Zen3)
2020-12-19 19:46:31 +01:00
SChernykh
633aaccd9c
Added config option for AVX2 dataset init
...
-1 = Auto detect
0 = Always disabled
1 = Enabled if AVX2 is supported
2020-12-19 16:18:49 +01:00
SChernykh
410313d933
Auto-detect the fastest code for dataset init
2020-12-19 13:59:28 +01:00