Commit Graph

2042 Commits

Author SHA1 Message Date
XMRig
9c5e82dd32 Sync changes. 2021-01-15 19:18:52 +07:00
SChernykh
54aa76b09b Always use cvt_bin2hex 2021-01-15 12:46:27 +01:00
SChernykh
bf32afbb05 Fixed solo mining
It was broken since 6.7.0
2021-01-15 11:18:36 +01:00
XMRig
0855608136 v6.7.2-dev 2021-01-11 18:29:56 +07:00
XMRig
44ec1ff116 v6.7.1 2021-01-11 16:13:29 +07:00
XMRig
122738ffec Fixed HOSTNAME environment variable. 2021-01-11 11:42:32 +07:00
SChernykh
fac3902ae1 RandomX x86 JIT: remove redundant CFROUND 2021-01-07 16:20:00 +01:00
SChernykh
01d731ea5a 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
ac77335519 Show hashrate in the benchmark finished message 2020-12-23 14:31:38 +01:00
XMRig
41b59963e2 #1995 Fixed log initialization. 2020-12-22 21:41:39 +07:00
XMRig
1c48107d41 v6.7.1-dev 2020-12-21 20:59:00 +07:00
XMRig
4c2f399a52 v6.7.0 2020-12-21 17:55:17 +07:00
SChernykh
50cecbb71a Fixed broken Dero solo mining 2020-12-20 22:17:08 +01:00
SChernykh
90760db1c9 Fix GCC warning 2020-12-19 19:50:52 +01:00
SChernykh
7d92d57059 Another dataset AVX2 init speedup (+3.8% faster on Zen3) 2020-12-19 19:46:31 +01:00
SChernykh
0319b5b622 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
eae3a62345 Auto-detect the fastest code for dataset init 2020-12-19 13:59:28 +01:00
SChernykh
aaf1ed1c99 Dataset initialization with AVX2 (WIP) 2020-12-18 14:53:54 +01:00
XMRig
f169227ebd Huge pages not supported by macOS ARM. 2020-12-16 01:59:20 +07:00
XMRig
ab83e83db3 Merge branch 'gcc11' of https://github.com/voidanix/xmrig into dev 2020-12-15 17:32:24 +07:00
XMRig
823b35b919 Merge branch '64bit-is-not-x64' of https://github.com/rivoreo/xmrig into dev 2020-12-15 17:28:36 +07:00
voidanix
9e5e38aa1d Fix build on GCC 11 2020-12-15 09:39:26 +01:00
WHR
1a882681ec Don't use team 'x64' for '64-bit' 2020-12-15 14:56:06 +08:00
XMRig
e706936763 Reduce JIT memory for ARM. 2020-12-15 02:52:38 +07:00
xmrig
f94fddebee Merge pull request #1977 from SChernykh/dev
Fix: secure JIT and huge pages are incompatible on Windows
2020-12-15 00:41:55 +07:00
SChernykh
b89d432b7d Fix alignment for Linux 2020-12-14 18:32:25 +01:00
SChernykh
e3dc83e383 Fix: secure JIT and huge pages are incompatible on Windows 2020-12-14 18:22:58 +01:00
XMRig
aca88f138d Update hwloc for MSVC to 2.4.0. 2020-12-14 02:55:50 +07:00
XMRig
943c14c7b0 Hardcode L2 cache size for Apple M1. 2020-12-13 20:09:29 +07:00
XMRig
8f8a48843b Update user agent for macOS and fix compile warnings 2020-12-13 13:57:12 +07:00
XMRig
467e85a9c2 More correct CPU affinity support for macOS. 2020-12-13 01:20:31 +07:00
XMRig
3b39725737 Fixed JIT on macOS. 2020-12-12 22:40:48 +07:00
XMRig
e7a26413a8 Fixed macOS build. 2020-12-12 22:15:15 +07:00
XMRig
ef691ee323 Alternative secure JIT for macOS. 2020-12-12 21:32:36 +07:00
XMRig
25a9fb2ab4 Fixed secure JIT on Linux and code cleanup. 2020-12-12 19:18:47 +07:00
XMRig
df3831d6f6 Remove duplicated code. 2020-12-12 12:39:11 +07:00
XMRig
84443a4e8b Added generic secure JIT support for RandomX. 2020-12-11 23:17:54 +07:00
SChernykh
83d152f557 More static analysis fixes 2020-12-08 16:05:58 +01:00
SChernykh
d5f84a813d Fixed errors found by static analysis 2020-12-08 12:16:59 +01:00
SChernykh
89d6eeae94 Added virtual machine detection 2020-12-06 17:34:01 +01:00
XMRig
b814c1c12f Removed libcpuid support. 2020-12-06 21:51:24 +07:00
XMRig
4c30473c77 v6.7.0-dev 2020-12-06 00:08:34 +07:00
XMRig
03c10c8592 Restore Hashrate class interface. 2020-12-05 11:09:25 +07:00
XMRig
9a120b979b Added GpuWorker class. 2020-12-04 22:25:28 +07:00
XMRig
569907775a Cleanup 2020-12-04 19:52:53 +07:00
XMRig
4569eea6f6 Move Profiler and more cleanup. 2020-12-04 09:23:40 +07:00
XMRig
ad5fe10c47 Fixed Linux build. 2020-12-03 19:55:49 +07:00
XMRig
7958cf9426 Cleanup 2020-12-03 19:45:16 +07:00
XMRig
814e5f4be3 Update Json. 2020-12-03 15:39:33 +07:00
XMRig
06604b3afd Update Signals and Console. 2020-12-03 12:06:18 +07:00