SChernykh
|
748365d6e3
|
Added Zen5 detection
Preliminary Zen5 support, MSR mod is not ready yet.
|
2024-08-03 11:01:18 +02:00 |
|
SChernykh
|
826e23b4c4
|
Fixed jccErratum list
|
2023-05-26 12:46:59 +02:00 |
|
SChernykh
|
7fc45dfb2d
|
RandomX: added MSR mod for Zen 4
+0.8% faster on Ryzen 9 7950X
|
2022-10-01 18:33:04 +02:00 |
|
SChernykh
|
22d6a7525e
|
Removed deprecated AstroBWTv1 and v2
|
2022-06-12 11:47:36 +02:00 |
|
SChernykh
|
e87d5111a2
|
Compiler fix
|
2021-12-01 17:08:40 +01:00 |
|
SChernykh
|
1a9eaaad8f
|
VAES crash fixes
|
2021-11-29 21:05:51 +01:00 |
|
SChernykh
|
a4d5d0a75a
|
Added VAES support for Cryptonight variants
|
2021-11-28 20:49:54 +01:00 |
|
SChernykh
|
ceaebfd877
|
GhostRider algorithm (Raptoreum) support
|
2021-11-23 08:14:01 +01:00 |
|
XMRig
|
c7ac314110
|
Code cleanup based on Clang-Tidy.
|
2021-08-25 18:45:15 +07:00 |
|
XMRig
|
e6332eff2b
|
Implemented stable algorithm ids.
|
2021-08-11 03:46:34 +07:00 |
|
SChernykh
|
da7f5826cb
|
Added support for Uplexa (cn/upx2 algorithm)
|
2021-04-17 14:53:42 +02:00 |
|
XMRig
|
9dae559b73
|
Added RxMsr class.
|
2021-01-23 23:23:39 +07:00 |
|
SChernykh
|
410313d933
|
Auto-detect the fastest code for dataset init
|
2020-12-19 13:59:28 +01:00 |
|
SChernykh
|
515a85e66c
|
Dataset initialization with AVX2 (WIP)
|
2020-12-18 14:53:54 +01:00 |
|
XMRig
|
5a846ebd58
|
Merge branch '64bit-is-not-x64' of https://github.com/rivoreo/xmrig into dev
|
2020-12-15 17:28:36 +07:00 |
|
WHR
|
15168950e5
|
Don't use team 'x64' for '64-bit'
|
2020-12-15 14:56:06 +08:00 |
|
SChernykh
|
41a9bddd59
|
Added virtual machine detection
|
2020-12-06 17:34:01 +01:00 |
|
XMRig
|
6379d1f90e
|
Add static_assert
|
2020-11-15 04:13:40 +07:00 |
|
SChernykh
|
9a1e867da2
|
Fixed MSR mod names in JSON API
|
2020-11-14 19:55:43 +01:00 |
|
SChernykh
|
44054ac7eb
|
Added CPUID info to JSON report
|
2020-11-10 12:15:52 +01:00 |
|
SChernykh
|
c8c0abdb00
|
Separate MSR mod for Zen/Zen2 and Zen3
Another +0.5% speedup for Zen2
|
2020-11-08 19:40:44 +01:00 |
|
XMRig
|
3910cf9e69
|
Added vendor to ARM CPUs name and added "arch" field.
|
2020-11-01 12:06:35 +07:00 |
|
SChernykh
|
c7476e076b
|
RandomX refactoring, moved more stuff to compile time
Small x86 JIT compiler speedup.
|
2020-09-18 20:51:25 +02:00 |
|
SChernykh
|
4a9db89527
|
RandomX: added SSE4.1-optimized Blake2b
+0.15% on `rx/0`
+0.3% on `rx/wow`
|
2020-09-10 14:28:40 +02:00 |
|
SChernykh
|
c83429c55c
|
RandomX: added cache QoS support
False by default. If set to true, all non-mining CPU cores will not have access to L3 cache.
|
2020-07-13 17:23:18 +02:00 |
|
XMRig
|
16863763d3
|
#1742 Fixed crash when use HTTP API.
|
2020-06-23 16:17:06 +07:00 |
|
SChernykh
|
dc0aee1432
|
KawPow: fixed crash on old CPUs
- Use `popcnt` instruction only when it's supported
|
2020-06-10 21:49:43 +02:00 |
|
XMRig
|
69a6111a4f
|
Merge branch 'dev' into evo
|
2020-06-10 00:58:29 +07:00 |
|
SChernykh
|
2d2f3d4eb2
|
Fixed detection of AVX2/AVX512
|
2020-06-09 17:47:23 +02:00 |
|
SChernykh
|
22b937cc1c
|
KawPow WIP
|
2020-05-27 16:19:57 +02:00 |
|
XMRig
|
3cbf0dc0ee
|
Removed code duplicate.
|
2020-05-09 01:13:46 +07:00 |
|
XMRig
|
85af4e27ec
|
Fix ARM build.
|
2020-05-08 23:42:53 +07:00 |
|
XMRig
|
a7caf4cc66
|
Fix build.
|
2020-05-08 23:05:44 +07:00 |
|
XMRig
|
628506e266
|
ICpuInfo refactoring.
|
2020-05-08 22:25:13 +07:00 |
|
SChernykh
|
14ef99ca67
|
AstroBWT algorithm (DERO) support
To test:
- Download https://github.com/deroproject/derosuite/releases/tag/AstroBWT
- Run daemon with `--testnet` in command line
In config.json:
- "coin":"dero"
- "url":"127.0.0.1:30306"
- "daemon:"true"
|
2020-02-29 22:41:24 +01:00 |
|
XMRig
|
030d6e5962
|
Update year.
|
2020-02-01 20:24:00 +07:00 |
|
SChernykh
|
4571899664
|
Removed MSR mod for Bulldozer
It turned out to be useless: https://www.reddit.com/r/MoneroMining/comments/et7s7w/psa_amd_opteronfxa6a8a10_owners_needed_to_test/
|
2020-01-27 09:39:39 +01:00 |
|
SChernykh
|
d342968211
|
Added support for BMI2 instructions
|
2020-01-21 19:44:56 +01:00 |
|
SChernykh
|
665e43fecc
|
MSR preset for Bulldozer CPUs
Also fixed verbose output for MSR presets with masks.
|
2020-01-14 19:27:34 +01:00 |
|
XMRig
|
8bef964f68
|
Added support for write custom MSR.
|
2019-12-17 02:27:07 +07:00 |
|
XMRig
|
3b4b230cab
|
Added CPU vendor enum.
|
2019-12-10 12:49:42 +07:00 |
|
XMRig
|
8ef3e2ec14
|
Fixed build without hwloc.
|
2019-12-08 10:20:23 +07:00 |
|
XMRig
|
e9e747f0d1
|
#1385 "max-threads-hint" option now also limit RandomX dataset initialization threads.
|
2019-12-07 22:18:06 +07:00 |
|
SChernykh
|
1fbbae1e4a
|
Added 1GB hugepages support for Linux
|
2019-12-05 19:39:47 +01:00 |
|
XMRig
|
7c463849cc
|
Added config option "cpu/max-threads-hint" and command line option "--cpu-max-threads-hint".
|
2019-09-28 02:02:20 +07:00 |
|
XMRig
|
bd9255136c
|
Use unsigned type for intensity.
|
2019-08-17 05:22:09 +07:00 |
|
XMRig
|
fe832f510e
|
Added MSVC support for Argon2.
|
2019-08-17 04:01:53 +07:00 |
|
XMRig
|
4583d979db
|
Fixed auto configuration without hwloc.
|
2019-08-09 12:51:27 +07:00 |
|
XMRig
|
96fd7545d1
|
Added class CpuThreads.
|
2019-08-07 16:13:23 +07:00 |
|
XMRig
|
2876702ea2
|
Added cmake option HWLOC_DEBUG.
|
2019-07-25 11:24:27 +07:00 |
|