SChernykh
b2dcacc679
Improved JSON config error reporting
...
Show incorrect lines in config.json together with line number and position.
2020-04-29 11:08:45 +02:00
XMRig
73d76958a3
v5.11.2-dev
2020-04-23 14:32:13 +07:00
XMRig
9db7702f2d
Merge branch 'dev'
2020-04-23 12:46:41 +07:00
XMRig
4f14ca77d7
Move CnAlgo
2020-04-23 12:34:26 +07:00
XMRig
74936b1bfc
#1654 Fixed build with LibreSSL.
2020-04-22 14:49:15 +07:00
XMRig
1527722084
Fixed memory leak in some conditions.
2020-04-22 10:16:54 +07:00
XMRig
9f1747cb1c
Fixed bug in log.
2020-04-22 09:04:48 +07:00
SChernykh
9a6baa375d
Refactored CFROUND
2020-04-21 15:44:04 +02:00
XMRig
b1235429fd
Fixed keepalive extension for initial login response.
2020-04-19 04:34:43 +07:00
XMRig
ca26ca5bd7
v5.11.1-dev
2020-04-14 03:24:10 +07:00
XMRig
e2e16dd7cc
v5.11.0
2020-04-13 20:13:46 +07:00
XMRig
573bdfdd3f
Code cleanup.
2020-04-12 19:50:11 +07:00
XMRig
1ec98f8d39
Fixed build with old Clang.
2020-04-12 19:41:25 +07:00
XMRig
3d67fbf1b1
v5.11.0-dev
2020-04-12 19:02:37 +07:00
xmrig
5470ee9658
Merge pull request #1641 from SChernykh/dev
...
RandomX JIT refactoring
2020-04-09 19:34:31 +07:00
SChernykh
c43a848415
Fix code style
2020-04-09 14:31:42 +02:00
SChernykh
fe96036607
RandomX JIT refactoring
...
- Smaller memory footprint
- A bit faster overall
2020-04-09 14:24:54 +02:00
xmrig
8dab33be0f
Merge pull request #1635 from SChernykh/dev
...
Pooled allocation of RandomX VMs
2020-04-08 17:04:25 +07:00
SChernykh
3d5a35885e
Fixed VM destruction
2020-04-08 08:31:53 +02:00
SChernykh
73cb010b5d
Fix off-by-one error
2020-04-07 18:53:08 +02:00
SChernykh
9bd78a9603
Fixed pool lock
2020-04-07 18:48:02 +02:00
SChernykh
5449dfbc91
Use node number instead of affinity
2020-04-07 18:46:22 +02:00
SChernykh
e5d43089df
Pooled allocation of RandomX VMs
...
+0.5% speedup on Zen2 when the whole L3 cache is used (16 threads on 3700X/3800X, 32 threads on 3950X).
2020-04-07 18:31:35 +02:00
XMRig
247a07fe6b
Code style cleanup
2020-04-04 17:19:23 +07:00
SChernykh
e793dd3be2
AstroBWT CUDA support
2020-04-04 11:05:44 +02:00
XMRig
48a8608e4a
Removed CnAlgo dependency from Algorithm class.
2020-04-03 00:25:41 +07:00
XMRig
ee80f9b2c6
Code cleanup.
2020-04-02 21:19:39 +07:00
XMRig
6a89a9e3be
Merge branch 'dev' of github.com:xmrig/xmrig into dev
2020-04-02 21:05:25 +07:00
XMRig
6bd4d4f1c6
Added missing newline in --help output.
2020-03-25 04:03:18 +07:00
xmrig
e2d180e199
Merge pull request #1605 from SChernykh/dev
...
Fixed AstroBWT OpenCL for NVIDIA GPUs
2020-03-25 03:58:07 +07:00
XMRig
d51b416d1d
v5.10.1-dev
2020-03-25 03:56:01 +07:00
SChernykh
2ac0f7fa24
Fixed AstroBWT OpenCL for NVIDIA GPUs
2020-03-24 15:55:54 +01:00
XMRig
4f6dd2cbb8
Merge branch 'dev'
2020-03-23 05:38:43 +07:00
XMRig
dedaba16e3
Fixed gcc build.
2020-03-23 05:30:11 +07:00
SChernykh
c2260215b3
AstroBWT OpenCL code
2020-03-22 22:36:21 +01:00
XMRig
6297432a05
v5.10.0
2020-03-23 04:10:35 +07:00
XMRig
e7a158ea0a
#1601 Fixed compatibility with OpenSSL 1.0.x.
2020-03-22 05:58:59 +07:00
XMRig
77ca9aecde
Reduced memory consumption on network level.
2020-03-20 20:53:27 +07:00
XMRig
2c6d7f5ad6
v5.10.0-dev
2020-03-18 20:10:12 +07:00
XMRig
e1160b6db2
Added TLS support for API and many other TLS related changes.
2020-03-18 20:09:11 +07:00
XMRig
2b80ccd135
Added command line option --astrobwt-avx2
2020-03-12 00:04:07 +07:00
SChernykh
f9c84ac456
Fix MacOS compilation
2020-03-11 16:35:52 +01:00
SChernykh
838bd14948
AVX2 optimized code for AstroBWT
...
Added "astrobwt-avx2" parameter in config.json, it's turned off ("false") by default.
4-5% speedup on CPUs with proper AVX2 support (AMD Ryzen starting with Zen2, Intel Core starting with Haswell).
There will be no speedup on the following CPUs:
- Intel Pentium/Celeron don't support AVX2
- AMD Zen/Zen+ have only half-speed AVX
GCC compiled version is faster without AVX2, MSVC compiled version is faster with AVX2
2020-03-10 22:35:14 +01:00
XMRig
4de00d017f
Added command line option --data-dir.
2020-03-10 15:57:47 +07:00
SChernykh
ea14d937f8
Activate MSR mod only for RandomX algorithms
2020-03-09 19:10:26 +01:00
XMRig
ed44b0c009
Move files.
2020-03-09 01:22:34 +07:00
XMRig
76d77d3b4b
v5.9.1-dev
2020-03-08 22:27:35 +07:00
XMRig
ea1dbb639f
v5.9.0
2020-03-08 13:09:51 +07:00
XMRig
856a81c102
#1585 Fixed build without HTTP support.
2020-03-08 12:29:32 +07:00
XMRig
65003246f5
Sync changes with proxy.
2020-03-08 02:43:16 +07:00