Commit Graph

703 Commits

Author SHA1 Message Date
XMRig
5aca3c38e6 Use better source for AES settings in RandomX threads. 2019-06-23 14:23:29 +07:00
xmrig
b555941f61 Merge pull request #1039 from SChernykh/random_wow
Fixed RandomX for CPUs without AES
2019-06-22 17:15:49 +07:00
SChernykh
599586399e Fixed RandomX for CPUs without AES 2019-06-19 12:45:05 +02:00
XMRig
5ba59762f7 v2.16.0-evo, added RandomWOW, backward compatibility with previous versions not break. 2019-06-19 01:18:31 +07:00
XMRig
9c05a55269 Merge branch 'feature-randomx' into evo 2019-06-19 01:16:51 +07:00
SChernykh
c39fa7d085 Merge remote-tracking branch 'upstream/feature-randomx' into random_wow 2019-06-18 19:53:26 +02:00
SChernykh
a66bc6b66c RandomX fixes
- Fixed possible infinite loop when updating RandomX dataset
- Fixed used memory display
- Allocate dataset and VM for RandomX only when it's actually used
2019-06-18 19:53:11 +02:00
XMRig
63bae0cc61 Allow disable RandomX support. 2019-06-18 06:11:53 +07:00
XMRig
5d4287296e Merge branch 'feature-randomx' into evo 2019-06-18 05:33:30 +07:00
XMRig
2cbd8f3a3a Use canonical name for RandomX, because official RandomWOW repo not rename lib or headers, still need some solution to separate it in future. 2019-06-18 05:13:51 +07:00
SChernykh
93f6e8ec7d Fixed auto-config 2019-06-15 23:50:31 +02:00
SChernykh
aeba4aeea3 Fixed gcc compilation 2019-06-15 23:29:13 +02:00
SChernykh
a46d190b54 RandomWOW support 2019-06-15 22:53:03 +02:00
XMRig
4971d6549d v2.99.0-evo 2019-06-09 16:48:30 +07:00
XMRig
166c04b62f Moved Algorithm class. 2019-06-09 16:46:44 +07:00
XMRig
6ed03b8b01 Renamed macros for enable/disable algorithms. 2019-06-09 15:29:26 +07:00
XMRig
358d191e1d Fixed ARM build, again. 2019-06-04 19:49:54 +07:00
XMRig
254a2f86f8 Move files. 2019-06-04 19:20:33 +07:00
XMRig
a88dda16ef Added unprotectExecutableMemory for future use. 2019-06-04 15:48:32 +07:00
XMRig
68adb300a9 #1026 Probably fixed iOS build. 2019-06-03 18:40:12 +07:00
XMRig
bd5bfb5c6d Simplified cn/r code. 2019-06-02 23:38:02 +07:00
XMRig
7900be792f Fixed ARM build. 2019-06-02 21:06:30 +07:00
XMRig
a39a073a99 Moved mm_malloc.h 2019-06-02 20:57:49 +07:00
XMRig
cf75534ea1 Fixed Linux build. 2019-06-02 19:58:16 +07:00
XMRig
22cd7b5a6e Moved common memory primitives to new VirtualMemory class. 2019-06-02 19:43:56 +07:00
XMRig
756cd4a35f v2.15.5-evo 2019-06-02 15:03:26 +07:00
XMRig
401705cc1e v2.15.4-beta 2019-06-02 14:30:09 +07:00
XMRig
0704625d89 Merge branch 'dev' into evo 2019-05-31 23:20:35 +07:00
XMRig
816a257848 v2.14.5-dev 2019-05-31 22:50:39 +07:00
XMRig
b664aa1b8f v2.14.4 2019-05-30 12:16:19 +07:00
XMRig
5b8b095156 v2.14.4-dev 2019-05-26 19:28:28 +07:00
XMRig
d26fdce04d Removed obsolete automatic variants. 2019-05-26 18:54:47 +07:00
XMRig
04bbfe6529 Sync changes. 2019-05-25 10:58:35 +07:00
XMRig
4d31e1681e Fixed MSVC 2019 version detection. 2019-05-21 12:14:20 +07:00
XMRig
922d33a2b0 Added global uptime and extended connection information for API. 2019-05-13 00:11:57 +07:00
XMRig
18855bb22b Return current algorithm in API response. 2019-05-01 22:07:13 +07:00
XMRig
7fc8cfca50 Use null for unknown hashrate in API. 2019-04-25 02:22:53 +07:00
XMRig
3c6496f2df v2.15.4-evo 2019-04-18 20:59:14 +07:00
XMRig
c3d52238c2 #1014 Fixed regression, default value for algo option was not applied. 2019-04-18 15:23:36 +07:00
XMRig
27619b4d29 v2.15.2-beta 2019-04-18 00:25:37 +07:00
XMRig
ee949dc89c Updated default config. 2019-04-17 19:03:15 +07:00
XMRig
cb960bf953 Merge branch 'dev' into evo 2019-04-17 17:42:22 +07:00
XMRig
3d2c9f226d #1012 Added checks for _rotr. 2019-04-16 01:20:50 +07:00
XMRig
9c0661f5b2 Fix Linux build. 2019-04-14 03:24:14 +07:00
XMRig
7d4314d85e Added checking for top_block_hash/hash. 2019-04-14 03:21:23 +07:00
XMRig
1607533f4c Added JsonRequest. 2019-04-14 01:10:24 +07:00
XMRig
941e2e8d18 Move files. 2019-04-13 23:58:58 +07:00
XMRig
726aa72cda Sync changes. 2019-04-13 19:09:22 +07:00
XMRig
f0e509a8d1 Fixed build on some systems. 2019-04-12 22:32:45 +07:00
XMRig
afbc354b54 Fixed build without TLS support. 2019-04-12 19:25:03 +07:00