Commit Graph

905 Commits

Author SHA1 Message Date
XMRig
b1188210e2 Set "rx/0" as user visible RandomX name. 2019-09-28 03:25:03 +07:00
XMRig
ff98a1c305 Fixed coin option in daemon mode. 2019-09-27 23:39:57 +07:00
XMRig
335092f70f Added coin option. 2019-09-27 05:41:45 +07:00
XMRig
50f8805866 #1183 Fixed crash in background mode. 2019-09-21 19:05:52 +07:00
XMRig
724e2d8e7f #1183 Disable stdin handler if not available. 2019-09-21 03:22:19 +07:00
XMRig
ed4d416f0d v3.1.4-dev 2019-09-20 16:45:17 +07:00
XMRig
f97e62a249 v3.1.3 2019-09-20 15:02:20 +07:00
XMRig
1aee003e4a Backport fixes from v4. 2019-09-20 14:54:18 +07:00
XMRig
0d7967d493 v3.1.3-dev 2019-09-16 00:29:46 +07:00
XMRig
aa01dc2864 v3.1.2 2019-09-15 18:04:18 +07:00
XMRig
e8b078dda8 Fixed cmake 2.8 support. 2019-09-14 20:34:15 +07:00
SChernykh
5fffeed646 RandomX: optimized loading from scratchpad
Prefetches scratchpad data as soon as possible to calculate data address for the next load.

Up to ~1.4% speedup on Ryzen 7 3700X @ 4.1 GHz, RAM 3200 MHz 14-14-14-28 with optimized sub-timings:
Variant|Before H/S|After H/S
-------|----------|---------
rx/0|8663|8777
rx/wow|9867|10009
rx/loki|8652|8731
2019-09-11 19:10:01 +02:00
SChernykh
0e34221026 Fix for 272 initialization threads 2019-09-09 08:15:46 +02:00
SChernykh
e2e4fe5f8c Optimized CFROUND
One less micro-op
2019-09-04 20:47:47 +02:00
SChernykh
fffe3c2e10 RandomX optimizations
- Optimized soft AES code, up to +30% hashrate on CPU without AES support
- Added prefetch for the first dataset access, up to +0.1% hashrate
2019-09-04 19:24:12 +02:00
XMRig
bf513b3425 #1158 Potential fix for segmentation fault. 2019-09-03 15:31:32 +07:00
XMRig
4b48a6b0f0 v3.1.2-dev 2019-08-31 08:29:15 +07:00
XMRig
a7032f90d3 v3.1.1 2019-08-31 07:54:09 +07:00
XMRig
8274dc3ef8 Fixed command line options for single pool, free order allowed again. 2019-08-31 06:18:32 +07:00
XMRig
ee105d7d7a Fixed, for Argon2 algorithms command line options, like --threads was ignored. 2019-08-30 18:55:53 +07:00
XMRig
e08d07aab7 #1141 Fixed log in background mode. 2019-08-30 14:46:38 +07:00
XMRig
61c6edddc7 Removed Linux specific code from Windows only ASM file. 2019-08-30 13:49:58 +07:00
xmrig
09b13e500a Merge pull request #1148 from 00-matt/fix-execstack
Fix linker marking entire executable as having an executable stack
2019-08-30 13:47:45 +07:00
XMRig
3a768f2eb0 #1138 Fixed reconnect. 2019-08-30 10:04:12 +07:00
XMRig
1949a1f812 Fixed bug in keepalive feature. 2019-08-30 07:09:14 +07:00
Matt Smith
8f4aa6871a Fix linker marking entire executable as executable stack
See: https://wiki.ubuntu.com/SecurityTeam/Roadmap/ExecutableStacks
See: https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
2019-08-29 14:12:43 +01:00
SChernykh
682e893388 Fixed race condition in RandomX thread init
Thread could deadlock if it started before dataset struct was allocated.
2019-08-28 18:28:04 +02:00
SChernykh
ab5d1a6cc9 Reverted intrin_portable.h 2019-08-28 07:20:01 +02:00
SChernykh
d8f78c1d19 Optimized RandomX JIT compiler
Hashrate improved by 0.5-1.5% depending on RandomX version and CPU.
2019-08-27 20:18:56 +02:00
SChernykh
fc670b2a58 Updated RandomX 2019-08-27 16:12:13 +02:00
XMRig
dd52e4de02 #1133 Fixed syslog regression. 2019-08-23 00:16:11 +07:00
XMRig
1f4bd5333d v3.1.1-dev 2019-08-19 04:26:37 +07:00
XMRig
cacb259fda v3.1.0 2019-08-19 03:06:02 +07:00
XMRig
c902b32e2e Updated default config. 2019-08-17 21:22:44 +07:00
XMRig
f26c7de83e Simplified argon2/CMakeLists.txt. 2019-08-17 19:16:37 +07:00
XMRig
d9868ce0be v3.1.0-dev 2019-08-17 15:30:22 +07:00
XMRig
c644a533f6 Added hugepages support for Argon2. 2019-08-17 13:06:14 +07:00
XMRig
7927bda4a8 Removed threads support from Argon2. 2019-08-17 12:33:08 +07:00
XMRig
e493e83e07 Fixed typo. 2019-08-17 05:31:49 +07:00
XMRig
bb10897271 Use unsigned type for intensity. 2019-08-17 05:22:09 +07:00
XMRig
ee330f376c Fixed bug in aliases logic. 2019-08-17 04:52:33 +07:00
XMRig
b4ea93d82d Added version field to config file. 2019-08-17 04:27:37 +07:00
XMRig
e747f8b06c Added MSVC support for Argon2. 2019-08-17 04:01:53 +07:00
XMRig
9861f9eadd Added selection for optimized Argon2 implementation. 2019-08-17 01:42:03 +07:00
XMRig
3660216ebc Fix prefix. 2019-08-16 04:16:29 +07:00
XMRig
54994d361b Resolved conflict between argon2 implementations. 2019-08-16 03:18:35 +07:00
XMRig
faf18262eb Added generic Argon2 implementation (conflicts with RandomX). 2019-08-16 00:31:29 +07:00
XMRig
b55b97ff8f v3.0.1-dev 2019-08-15 01:17:13 +07:00
XMRig
d1154ba6dd v3.0.0 2019-08-14 23:06:01 +07:00
XMRig
75d3eadcfc Hide AVX2 information from miner summary as not important (only need for cn/gpu). 2019-08-14 02:27:52 +07:00