Commit graph

2211 commits

Author SHA1 Message Date
Tony Butler
8ed4088d0a Second try at fixing cn/r atomic_inc() call 2021-10-11 04:17:01 -06:00
Tony Butler
cdcea2a4f9 Attempt fix for cn/r on Apple-AMD 2021-10-11 04:17:01 -06:00
Tony Butler
f0d80326ec Add Ellesmere correctly (still just a Polaris alias) 2021-10-11 04:17:01 -06:00
Tony Butler
cb8fc26cbe Add every Apple AMD GPU type 2021-10-11 04:17:01 -06:00
Tony Butler
5ec5b5ed00 Possibly fix problem with clGetProgramInfo crash 2021-10-11 04:17:01 -06:00
Tony Butler
67e29c1af1 Readjust OclDevice logic and add OCL_VENDOR_APPLE 2021-10-11 04:17:01 -06:00
Tony Butler
80e597d951 Fix #2583 compiling without kawpow (string ref is nonexistent then) 2021-10-11 03:31:28 -06:00
XMRig
2e269f5b8c
v6.15.3-dev 2021-10-06 02:01:29 +07:00
XMRig
53be5765e6
v6.15.2 2021-10-05 23:28:29 +07:00
XMRig
07e0966517
Added "--versions" alias. 2021-10-05 21:49:03 +07:00
XMRig
a9d4c2a923
Removed uv_os_gethostname call for all OS. 2021-09-28 23:56:33 +07:00
SChernykh
7daff331dc Fix: AstroBWT auto-config ignored max-threads-hint 2021-09-26 12:22:58 +02:00
XMRig
058a2fb0f4
v6.15.2-dev 2021-09-22 19:13:07 +07:00
XMRig
f7aa5e781b
v6.15.1 2021-09-22 13:08:00 +07:00
SChernykh
387320ad6d Added Windows taskbar icon colors
- Red when there's no connection to any pool
- Yellow when mining is paused
- No color during normal mining
2021-09-20 18:03:22 +02:00
XMRig
7f4d667351
Remove unnecessary string. 2021-09-20 20:53:36 +07:00
Tony Butler
8027716264 Fix --threads generates "*" profile without "kawpow":false to negate it. 2021-09-20 06:49:17 -06:00
Tony Butler
ef6011ac12 Fix compile warning when WITH_RANDOMX=OFF 2021-09-19 18:12:46 -06:00
xmrig
6d66051d92
Merge pull request #2586 from SChernykh/dev
Fixed Windows 7 compatibility
2021-09-17 17:11:09 +07:00
SChernykh
b2cc2ef0d7 Fixed Windows 7 compatibility
Fixes #2585
2021-09-17 12:05:37 +02:00
Tony Butler
582d17bb84 Fixup RandomX naming consistency 2021-09-16 08:24:37 -06:00
XMRig
3ab07fe8c1
Rename App to MinerApp. 2021-09-04 21:10:28 +07:00
XMRig
824ba24134
Removed config option background. 2021-09-04 04:59:00 +07:00
XMRig
d7a6aaadea
Update for new Entry class. 2021-09-03 23:34:53 +07:00
XMRig
26819f01e1
Fixed Linux build. 2021-09-02 20:22:27 +07:00
XMRig
d94f6e9c3a
Fixed build. 2021-09-02 20:16:14 +07:00
XMRig
28312236fd
Update base. 2021-09-02 20:02:42 +07:00
XMRig
dbc53c5d46
Add submodule. 2021-08-31 21:28:57 +07:00
XMRig
a7e20ea5de
Remove base. 2021-08-31 21:22:44 +07:00
XMRig
9e5f5b35a6
v6.15.1-dev 2021-08-31 18:57:08 +07:00
XMRig
5c1f3f395c
v6.15.0 2021-08-31 14:42:43 +07:00
XMRig
d048d5a639
Fixed class/struct inconsistency. 2021-08-31 03:32:36 +07:00
XMRig
cb2ec2316a
Fixed build. 2021-08-31 00:02:55 +07:00
XMRig
e3b5bfeb36
Build fixes. 2021-08-30 23:41:53 +07:00
XMRig
cac1e4aa5e
Build "src/base" as static library. 2021-08-30 23:06:16 +07:00
XMRig
e1f0737a59
Update base. 2021-08-30 19:44:19 +07:00
XMRig
5c6c1299c8
Update base, fmt and llhttp. 2021-08-29 21:18:00 +07:00
XMRig
cd7c7902a9
Fixed clang build. 2021-08-29 18:52:11 +07:00
xmrig
fd3dad920d
Merge pull request #2565 from SChernykh/dev
AstroBWT: add AVX2 Salsa20 implementation
2021-08-29 15:42:00 +07:00
SChernykh
3dc192f63e AstroBWT: add AVX2 Salsa20 implementation
+4.5% speedup on Ryzen 5 5600X
2021-08-29 10:35:43 +02:00
XMRig
123c7ab140
Added support for new CUDA plugin API. 2021-08-29 14:22:19 +07:00
XMRig
838996a0fc
v6.15.0-dev 2021-08-28 19:53:28 +07:00
XMRig
b52c289931
Increase RANDOMX_PROGRAM_MAX_SIZE 2021-08-28 12:32:57 +07:00
XMRig
4dbb5b89da
Update hwloc for MSVC. 2021-08-28 12:16:41 +07:00
XMRig
35acb3f00b
Merge branch 'GraftRandomX' of https://github.com/Stardock2018/xmrig into pr2563 2021-08-28 11:50:17 +07:00
Chris
7f2771b466 Fixed Algorithm id
Algorithm id should be 0x72151267, second and third byte encode L3 and L2 size.
0x72 = 'r'
0x15 = 1 << 0x15 (L3 size)
0x12 = 1 << 0x12 (L2 size)
0x67 = 'g'
2021-08-27 10:31:36 -06:00
Chris
5fdf5516ff Added Graft RandonX 2021-08-27 08:19:54 -06:00
XMRig
234de96784
Update rapidjson. 2021-08-27 18:51:59 +07:00
XMRig
df4532d9a1
Cleanup ARM code. 2021-08-27 12:36:08 +07:00
XMRig
c27f535768
Fixed build on Linux. 2021-08-25 18:52:54 +07:00