Commit Graph

202 Commits

Author SHA1 Message Date
XMRig
8719e335b7 Merge branch 'evo' of github.com:xmrig/xmrig into evo 2019-08-01 20:37:23 +07:00
XMRig
98378d072d Optimized RandomX initialization and switching. 2019-08-01 20:37:05 +07:00
SChernykh
2fb3b8b376 Fix Mac OS X compilation
Thanks to @cjdelisle
2019-07-31 10:01:32 +02:00
XMRig
e9e846a413 Replacement for PR #1087 2019-07-31 09:29:09 +07:00
XMRig
93001f6418 Use std::thread and std:mutex instead of uv_thread_t and uv_mutex_t. 2019-07-30 21:25:27 +07:00
XMRig
1c5be3826f Sync changes. 2019-07-29 15:06:46 +07:00
XMRig
caf0b61155 Merge branch 'evo' into beta 2019-07-29 08:50:47 +07:00
XMRig
876b2ff7a7 Fix hwloc deprecation warnings. 2019-07-28 10:15:20 +07:00
XMRig
4d4ad040d7 Cleanup. 2019-07-28 08:06:50 +07:00
XMRig
4b6b2f1d7d Added "randomx" object to config. 2019-07-28 07:46:59 +07:00
XMRig
afba358c63 Return correct hugePages count if NUMA mode used. 2019-07-27 21:31:11 +07:00
XMRig
70d9b6e793 Added support for allocate RandomX dataset on each NUMA node. 2019-07-27 19:41:59 +07:00
XMRig
279a12e640 Simplified VirtualMemory::bindToNUMANode. 2019-07-26 17:03:10 +07:00
XMRig
066b1c483d Special case for Intel CPUs with 1 MB L2 cache per core. 2019-07-26 16:22:44 +07:00
XMRig
9d505ddaf6 Added VirtualMemory::bindToNUMANode 2019-07-26 15:29:06 +07:00
SChernykh
8a896c97e5 Correct buffer size for fillAes4Rx4
More bytes than needed were filled.
2019-07-25 16:38:33 +02:00
XMRig
e9db84be14 Fixed crash. 2019-07-25 19:27:12 +07:00
XMRig
b88e5ce20e Fixed dataset initialization speed on Linux if thread affinity was used. 2019-07-25 19:11:07 +07:00
XMRig
e78c8a564a Added option "init-threads". 2019-07-25 12:20:59 +07:00
XMRig
9c03bb6ab3 Only intensity=1 allowed for RandomX. 2019-07-21 00:08:13 +07:00
XMRig
db80d1c7bc Updated algorithms descriptions. 2019-07-20 20:57:37 +07:00
XMRig
ca23430933 "GET /1/threads" replaced to "GET /2/backends". 2019-07-19 04:22:21 +07:00
XMRig
b0d1ee0694 Restored algo field in login request. 2019-07-18 22:35:15 +07:00
XMRig
fb205e8cd3 Restored "CPU READY" message. 2019-07-17 14:54:08 +07:00
XMRig
402e497813 Fixed warnings. 2019-07-17 05:33:13 +07:00
XMRig
f5eb079366 Fixed build. 2019-07-17 05:01:12 +07:00
XMRig
bd5a42ce84 Class Mem replaced to VirtualMemory. 2019-07-17 04:57:58 +07:00
XMRig
c8736cac5e Implemented unified cryptonight and RandomX scratchpad memory. 2019-07-17 04:33:11 +07:00
XMRig
fe2ae04f8d Added initial support for new style threads launch method. 2019-07-16 22:10:50 +07:00
XMRig
e31433928f Removed xmrig.h. 2019-07-13 19:10:17 +07:00
XMRig
facdd99acc Added new nonce allocation method for dynamic/variable threads. 2019-07-11 16:15:51 +07:00
XMRig
f14d3129f2 Fixed RandomX VM creation in some cases. 2019-07-10 10:26:10 +07:00
XMRig
dc65b213a8 Added class RxVm. 2019-07-10 10:14:33 +07:00
XMRig
e1edfa3312 Added classes Rx, RxAlgo, RxCache, RxDataset. 2019-07-10 01:53:05 +07:00
XMRig
d84ab8e4bf Added class JobResults. 2019-07-06 15:22:19 +07:00
XMRig
8c48b907cd Generate "rx" and "rx/wow" sections of CPU threads. 2019-07-06 11:31:12 +07:00
XMRig
2a3b27be06 Merge branch 'evo' into feature-per-pool-algo 2019-07-06 10:49:31 +07:00
XMRig
e8a9b0013d Quick fixes. 2019-07-02 22:57:08 +07:00
XMRig
7fa6ac5d38 Added support for multi-algorithm CPU threads settings. 2019-07-02 22:56:28 +07:00
SChernykh
d53ca8714e Fixed MingGW compilation 2019-07-01 20:48:51 +02:00
SChernykh
7d10b6b71f Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
XMRig
7287119d60 Move CPU information classes to new location. 2019-06-29 09:51:23 +07:00
XMRig
aa04150ec7 Added class CpuConfig. 2019-06-28 22:28:40 +07:00
XMRig
14a937cf70 Merge Assembly enum and Asm class. 2019-06-28 13:08:08 +07:00
XMRig
8eb1cc8731 Merge branch 'evo' into feature-per-pool-algo 2019-06-26 15:44:52 +07:00
XMRig
ee6043ac2f Move RandowWOW to new global algorithm. 2019-06-25 08:21:40 +07: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
e5e427596a Moved keccak files. 2019-06-17 04:06:38 +07:00
SChernykh
93f6e8ec7d Fixed auto-config 2019-06-15 23:50:31 +02:00