Commit Graph

2042 Commits

Author SHA1 Message Date
Tony Butler
8a68a21d3c Fix #2583 compiling without kawpow (string ref is nonexistent then) 2021-10-11 03:31:28 -06:00
XMRig
aaaffc54a6 v6.15.3-dev 2021-10-06 02:01:29 +07:00
XMRig
5aca915736 v6.15.2 2021-10-05 23:28:29 +07:00
XMRig
b7abc99055 Added "--versions" alias. 2021-10-05 21:49:03 +07:00
XMRig
ff0eb033e2 Removed uv_os_gethostname call for all OS. 2021-09-28 23:56:33 +07:00
SChernykh
5903205e91 Fix: AstroBWT auto-config ignored max-threads-hint 2021-09-26 12:22:58 +02:00
XMRig
19fda50471 v6.15.2-dev 2021-09-22 19:13:07 +07:00
XMRig
082a8f945b v6.15.1 2021-09-22 13:08:00 +07:00
SChernykh
acf60142a7 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
cb1dc118a1 Remove unnecessary string. 2021-09-20 20:53:36 +07:00
Tony Butler
df2d403218 Fix --threads generates "*" profile without "kawpow":false to negate it. 2021-09-20 06:49:17 -06:00
Tony Butler
06feb6eabd Fix compile warning when WITH_RANDOMX=OFF 2021-09-19 18:12:46 -06:00
xmrig
f8893f9f1f Merge pull request #2586 from SChernykh/dev
Fixed Windows 7 compatibility
2021-09-17 17:11:09 +07:00
SChernykh
a73de85417 Fixed Windows 7 compatibility
Fixes #2585
2021-09-17 12:05:37 +02:00
Tony Butler
0e25666db9 Fixup RandomX naming consistency 2021-09-16 08:24:37 -06:00
XMRig
513ad76ebb v6.15.1-dev 2021-08-31 18:57:08 +07:00
XMRig
7772b56144 v6.15.0 2021-08-31 14:42:43 +07:00
XMRig
da23c1977e Fixed class/struct inconsistency. 2021-08-31 03:32:36 +07:00
XMRig
408a6df293 Fixed clang build. 2021-08-29 18:52:11 +07:00
xmrig
9341ef813e Merge pull request #2565 from SChernykh/dev
AstroBWT: add AVX2 Salsa20 implementation
2021-08-29 15:42:00 +07:00
SChernykh
61b72626d9 AstroBWT: add AVX2 Salsa20 implementation
+4.5% speedup on Ryzen 5 5600X
2021-08-29 10:35:43 +02:00
XMRig
b375269330 Added support for new CUDA plugin API. 2021-08-29 14:22:19 +07:00
XMRig
83019d61a4 v6.15.0-dev 2021-08-28 19:53:28 +07:00
XMRig
064c04e581 Increase RANDOMX_PROGRAM_MAX_SIZE 2021-08-28 12:32:57 +07:00
XMRig
76476d26ba Update hwloc for MSVC. 2021-08-28 12:16:41 +07:00
XMRig
871f616d72 Merge branch 'GraftRandomX' of https://github.com/Stardock2018/xmrig into pr2563 2021-08-28 11:50:17 +07:00
Chris
f50872a500 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
28c81ed18e Added Graft RandonX 2021-08-27 08:19:54 -06:00
XMRig
26e711359c Update rapidjson. 2021-08-27 18:51:59 +07:00
XMRig
82a21cb562 Cleanup ARM code. 2021-08-27 12:36:08 +07:00
XMRig
4441fb45ec Fixed build on Linux. 2021-08-25 18:52:54 +07:00
XMRig
22f68bda8d Code cleanup based on Clang-Tidy. 2021-08-25 18:45:15 +07:00
XMRig
d377f9dd4f Add missing files. 2021-08-23 18:43:14 +07:00
XMRig
5931ab227a Update BlockTemplate class. 2021-08-23 18:32:58 +07:00
XMRig
e454a27c6b Add global wallet address parser for DaemonClient. 2021-08-18 13:36:50 +07:00
XMRig
1a0798622c Update Coin, BlobReader and WalletAddress. 2021-08-17 08:17:21 +07:00
XMRig
493ff596ba v6.14.2-dev 2021-08-15 02:12:33 +07:00
XMRig
90fef8728d v6.14.1 2021-08-15 00:42:47 +07:00
XMRig
ae03607b51 Fix algorithms order. 2021-08-14 05:48:37 +07:00
XMRig
c94e504e30 Cleanup. 2021-08-14 04:58:01 +07:00
SChernykh
24fe9d6b31 Update CnHash.cpp 2021-08-13 16:03:15 +02:00
SChernykh
4fe09b5e17 Fixed Termux build 2021-08-13 12:02:03 +02:00
XMRig
fc6d1e8d02 Fix Job::getNumTransactions. 2021-08-12 22:30:47 +07:00
XMRig
328b9a2e28 Fix cn-pico name. 2021-08-12 17:52:52 +07:00
XMRig
2d318425cf Removed shortName. 2021-08-11 22:26:34 +07:00
XMRig
9da8428c4c Removed duplicate strings. 2021-08-11 22:07:43 +07:00
XMRig
60faa5e144 Fix typo. 2021-08-11 16:27:36 +07:00
XMRig
48a43b9274 Implemented stable algorithm ids. 2021-08-11 03:46:34 +07:00
XMRig
591bba71f2 Optimize CnHash storage. 2021-08-10 14:54:35 +07:00
XMRig
ae2ec1ca73 #2527 Fix narrowing conversion. 2021-08-10 01:40:36 +07:00