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
XMRig
6e7d9cb5dc
Added command line option --astrobwt-max-size
2020-03-08 00:13:47 +07:00
SChernykh
c565ed93cd
Fixed invalid AstroBWT hashes after algo switching
2020-03-07 16:41:33 +01:00
XMRig
a8904d2293
v5.9.0-dev
2020-03-07 21:27:55 +07:00
XMRig
1b9e3169c6
Added "coin": "keva" and post PR cleanup.
2020-03-07 20:38:44 +07:00
XMRig
f15908e924
Merge branch 'master' of https://github.com/kevacoin-project/xmrig into feature-rx-keva
2020-03-07 17:13:08 +07:00
XMRig
f08a0b470d
Added the wizard suggestion.
2020-03-07 03:24:35 +07:00
XMRig
9c3df66c29
v5.8.3-dev
2020-03-07 03:00:34 +07:00
XMRig
b4e59c6c91
Merge branch 'dev'
2020-03-06 13:26:52 +07:00
xmrig
e561f5f9e2
Merge pull request #1582 from SChernykh/dev
...
Fixed compilation withut randomx/argon2
2020-03-06 13:24:49 +07:00
SChernykh
1db5a6d0b8
Fixed compilation withut randomx/argon2
2020-03-06 07:22:57 +01:00
XMRig
137bbfbdf4
v5.8.2
2020-03-06 13:18:30 +07:00
XMRig
d147eda3cc
Fixed Linux build.
2020-03-06 12:59:30 +07:00
XMRig
675c0855df
Update year.
2020-03-06 12:57:21 +07:00
XMRig
13c1a31976
#1581 Fixed macOS build.
2020-03-06 12:51:16 +07:00
XMRig
9d1dabf157
Merge branch 'feature-fetch' into dev
2020-03-06 12:45:13 +07:00
XMRig
f016668fc2
HTTP subsystem refactoring.
2020-03-06 12:38:09 +07:00
kevacoin
e5de7a18e0
Fixed scratchpad L2/L3 bit, from 18, 21 to 17 and 20.
2020-03-05 11:23:49 -08:00
SChernykh
19fc7b6f43
AstroBWT 20-50% speedup
...
Skips hashes with large stage 2 size. Added configurable `astrobwt-max-size` parameter, default value is 550, min 400, max 1200, optimal value ranges from 500 to 600 depending on CPU.
- Intel CPUs get 20-25% speedup
- 1st- and 2nd-gen Ryzens get 30% speedup
- 3rd-gen Ryzens get up to 50% speedup
2020-03-05 12:20:21 +01:00
kevacoin
b02cc24ae1
Added Keva.
2020-03-04 16:23:33 -08:00
XMRig
78284a959c
Code cleanup.
2020-03-04 21:00:49 +07:00
XMRig
bed66fb154
http-parser updated to latest version.
2020-03-04 18:30:53 +07:00
XMRig
3a68d1d6c5
v5.8.2-dev
2020-03-04 12:31:27 +07:00
XMRig
4152a56d6f
v5.8.1
2020-03-04 10:19:51 +07:00