Commit Graph

73 Commits

Author SHA1 Message Date
XMRig
facdd99acc Added new nonce allocation method for dynamic/variable threads. 2019-07-11 16:15:51 +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
2a3b27be06 Merge branch 'evo' into feature-per-pool-algo 2019-07-06 10:49:31 +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
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
9c05a55269 Merge branch 'feature-randomx' into evo 2019-06-19 01:16:51 +07: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
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
bbd28e8535 Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums. 2019-06-13 22:08:52 +07:00
XMRig
6838673ddb Added initial support for per pool algo option (mining code is broken). 2019-06-10 20:46:29 +07:00
XMRig
254a2f86f8 Move files. 2019-06-04 19:20:33 +07:00
XMRig
4e73d55d06 Sync changes. 2019-03-31 23:22:36 +07:00
XMRig
86acdb0d24 Removed IConfigCreator/ConfigCreator and changed file structure. 2019-03-30 21:27:54 +07:00
XMRig
112fd06215 XMRIG_FEATURE_HTTP & XMRIG_FEATURE_API 2019-03-28 22:54:27 +07:00
XMRig
8501c0ed62 New log support. 2019-03-27 01:29:37 +07:00
XMRig
b67bb17246 Log subsystem rewritten, to handle both color and not color logs simultaneously and overall simplicity. 2019-03-26 19:56:35 +07:00
XMRig
32cca57d55 Added real graceful exit. 2019-03-16 00:44:15 +07:00
XMRig
f5a8b9308a Move network classes into xmrig namespace. 2019-02-17 06:59:19 +07:00
XMRig
9543c27351 Prevent config reload after initial save. 2019-02-15 07:06:48 +07:00
XMRig
4136523c05 Fix memory allocation. 2019-01-21 01:44:15 +07:00
XMRig
7ddfbbabc4 Code-style/copyright cleanup. 2019-01-15 02:15:36 +07:00
SChernykh
745dbbb908 Added ASM code patching when loading
For CNv2 variants with different iterations and memory size.
2019-01-14 15:34:55 +01:00
XMRig
94cd9e5902 Add "autosave" config option. 2018-09-27 19:07:04 +03:00
XMRig
32ab16c51d Added debug thread log. 2018-09-15 16:48:57 +03:00
XMRig
09baff90fe New detailed hashrate report. 2018-06-01 02:33:21 +07:00
XMRig
b988a4d8fe #614 Fix display issue with huge pages percentage when colors disabled. 2018-05-08 02:39:11 +07:00
XMRig
ed0373d8a3 Fix color issues. 2018-05-04 01:01:05 +07:00
XMRig
81303d7a12 Sync changes with proxy. 2018-04-25 14:48:32 +07:00
XMRig
10e239c5ab Added support for "rig id" protocol extension. 2018-04-23 13:20:43 +07:00
XMRig
8372ad01e8 Move logging code to common folder. 2018-04-20 18:54:58 +07:00
XMRig
b15a4e06b8 Added API docs and bug fixes. 2018-04-18 09:58:06 +07:00
XMRig
8a4bda71eb Add extra information to threads API. 2018-04-17 14:36:32 +07:00
XMRig
5610263f5a Added hashrate information to "GET /1/threads" endpoint. 2018-04-17 10:51:29 +07:00
XMRig
88dbdd9952 Use direct access to hashrate in API. 2018-04-17 10:29:37 +07:00
XMRig
769065c979 Fix again. 2018-04-15 15:10:41 +07:00
XMRig
e9e66c17dc Fix wrong memory usage displayed for cn-lite. 2018-04-15 15:01:41 +07:00
XMRig
87aa636f4b Added information about started threads. 2018-04-15 14:49:39 +07:00
XMRig
50e9045825 Added class MultiWorker and remove classes SingleWorker and DoubleWorker. 2018-04-14 22:14:57 +07:00
XMRig
fd3b355bb4 Basic advanced config reader, only single hash supported. 2018-04-14 07:01:12 +07:00
XMRig
f460386617 Use new method to set affinity. 2018-04-13 09:27:37 +07:00
XMRig
20c1a6ee8e Quick fix, temporary use old style affinity. 2018-04-03 17:06:03 +07:00
XMRig
c04c10f69d Move selfTest to threads, remove legacy CryptoNight.cpp. 2018-04-03 14:51:05 +07:00
XMRig
69661094ca Fix nonce allocation in DoubleWorker. 2018-04-03 03:27:44 +07:00
XMRig
17a61d9ec2 Now used IThread to start threads, cpu-affinity broken, nonce allocation in double mode probably broken too. 2018-04-02 15:03:56 +07:00