Commit Graph

36 Commits

Author SHA1 Message Date
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
XMRig
33600bd923 Options class replaced to xmrig::Config. 2018-03-31 16:29:47 +07:00
XMRig
d665d15923 DonateStrategy now use FailoverStrategy internally and possible to use any other IStrategy. 2018-03-17 14:33:30 +07:00
XMRig
fd98dc236a Added support to build without API. 2017-09-02 12:12:40 +03:00
XMRig
1651b041de Added hashrate to reports. 2017-09-01 03:45:08 +03:00
XMRig
f05a328474 Added --cpu-priority option. 2017-08-15 08:19:55 +03:00
XMRig
776f77a8d4 Added IConsoleListener 2017-07-23 09:36:30 +03:00
XMRig
8f38462bbe #40 Fix crash on Linux. 2017-07-19 04:28:59 +03:00
XMRig
a3988374f0 Fixed graceful shutdown. 2017-07-18 05:20:36 +03:00
XMRig
7c6e429854 Improved pause/resume mechanism. 2017-07-10 21:42:28 +03:00
XMRig
8ec58a8394 Fix nicehash support, please note --nicehash option now specified per pool. 2017-07-01 22:37:27 +03:00
XMRig
77d9beaf89 Rename Console class to Log. 2017-06-20 13:04:38 +03:00
XMRig
fed163568e Add option "--print-time". 2017-06-16 11:08:10 +03:00
XMRig
4e4c54314b New hashtable report. 2017-06-16 10:19:14 +03:00
XMRig
fcb7b0fb3e Rename Telemetry class to Hashrate. 2017-06-15 21:00:25 +03:00
Admin
1bf428f8da Initial OS X support 2017-06-14 20:37:59 +03:00
XMRig
981e043ada Add DoubleWorker class. 2017-06-13 19:58:31 +03:00
XMRig
3df545cfc5 Initial MSVC support. 2017-06-12 16:19:07 +03:00
XMRig
a370b8fd30 Add class Telemetry. 2017-06-12 07:18:14 +03:00
XMRig
6774f86fcd Implement job result submitting. 2017-06-11 15:32:15 +03:00
XMRig
a0a8711dab Add class JobResult. 2017-06-11 10:58:46 +03:00
XMRig
3ad11685cc Job flow WIP. 2017-06-11 06:52:23 +03:00
XMRig
bcef4b12ec Job flow. 2017-06-10 13:32:27 +03:00
XMRig
f9c244f0aa Add Workers class. 2017-06-10 09:41:08 +03:00