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
2acd2e535f
Update CHANGELOG.md
2020-03-19 03:39:12 +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
xmrig
ad037dfa93
Merge pull request #1593 from SChernykh/dev
...
Fix MacOS compilation
2020-03-11 22:49:46 +07:00
SChernykh
f9c84ac456
Fix MacOS compilation
2020-03-11 16:35:52 +01:00
xmrig
c92060f411
Merge pull request #1592 from SChernykh/dev
...
AVX2 optimized code for AstroBWT
2020-03-11 19:14:19 +07: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
xmrig
8f7425b08c
Merge pull request #1590 from SChernykh/dev
...
Activate MSR mod only for RandomX algorithms
2020-03-10 01:15:13 +07:00
SChernykh
ea14d937f8
Activate MSR mod only for RandomX algorithms
2020-03-09 19:10:26 +01:00
XMRig
0ebd57030c
"cn/gpu" algorithm now disabled by default and will be removed in next major release.
2020-03-09 01:45:18 +07: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
01696b3715
Merge branch 'master' into dev
2020-03-08 22:26:46 +07:00
XMRig
ea1dbb639f
v5.9.0
2020-03-08 13:09:51 +07:00
XMRig
0053afe4b7
Merge branch 'dev'
2020-03-08 13:09:14 +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
xmrig
e72f3b7d0a
Merge pull request #1584 from SChernykh/dev
...
Fixed invalid AstroBWT hashes after algo switching
2020-03-07 22:47:17 +07:00
SChernykh
c565ed93cd
Fixed invalid AstroBWT hashes after algo switching
2020-03-07 16:41:33 +01:00
XMRig
2e9b4427b6
Merge branch 'feature-rx-keva' into dev
2020-03-07 21:29:29 +07: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
9721fbefc4
Update README.md
2020-03-07 15:24:55 +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
966ea89048
Merge branch 'master' into dev
2020-03-07 02:59:53 +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
7bea99ec9c
Merge branch 'dev'
2020-03-06 13:17:44 +07:00
xmrig
8df6455f75
Update CHANGELOG.md
2020-03-06 13:04:38 +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
xmrig
76ea42c9da
Merge pull request #1580 from SChernykh/dev
...
AstroBWT 20-50% speedup
2020-03-05 18:26:19 +07: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