Commit Graph

68 Commits

Author SHA1 Message Date
XMRig
88dbdd9952 Use direct access to hashrate in API. 2018-04-17 10:29:37 +07:00
XMRig
198a014474 Fixed automatic threads mode for --av above 4 2018-04-17 09:42:53 +07:00
XMRig
a4bd5ed0af Added x3 x4 x5 hashing modes. 2018-04-16 15:40:37 +07:00
XMRig
7d672b79ed Finalize config changes. 2018-04-15 21:41:03 +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
31c786b5c3 Rewrite memory allocation. 2018-04-15 11:08:47 +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
b7fee49dac Added reader for advanced threads. 2018-04-13 17:59:27 +07:00
XMRig
f460386617 Use new method to set affinity. 2018-04-13 09:27:37 +07:00
XMRig
c07d9bd83a Move Platform. 2018-04-13 07:23:01 +07:00
XMRig
41292a41a1 Move xmrig.h to common/xmrig.h. 2018-04-13 07:00:51 +07:00
XMRig
892cd83e0d Changed directory structure. 2018-04-13 06:38:18 +07:00
XMRig
c47687daa3 Fixes for build without cn-lite and cn-heavy. 2018-04-12 11:38:43 +07:00
XMRig
2ebe893341 Move static algo name conversions to Pool class. 2018-04-11 06:39:24 +07:00
XMRig
8cfdc51cb3 Fix nonce calculation for --av 4. 2018-04-09 21:21:46 +07:00
XMRig
74063b9510 Small fixes. 2018-04-06 23:32:54 +07:00
XMRig
a9dc7295b8 Added test hashes for self test. 2018-04-03 17:19:01 +07:00
XMRig
20c1a6ee8e Quick fix, temporary use old style affinity. 2018-04-03 17:06:03 +07:00
XMRig
8e5f3a5b77 First working cryptonight-heavy. 2018-04-03 16:55:41 +07:00
XMRig
e467894b97 Fix autoconfig and memory allocation for heavy algo. 2018-04-03 16:08:15 +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
22ba62e73d Fix DoubleWorker. 2018-04-03 03:01:04 +07:00
XMRig
e0c83777a8 New style function selector. 2018-04-03 02:55:28 +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
0edbaaea94 Transform affinity and av to internal representation. 2018-04-02 14:05:16 +07:00
XMRig
3a11cd6e21 Added classes IThread, CpuThread and API endpoint "GET /1/threads". 2018-04-01 22:49:21 +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
86d9a72c57 Remove align.h. 2018-03-14 17:11:51 +07:00
XMRig
cb63e8e7d0 Better v1 PoW implementation, added variant option. 2018-03-12 22:29:44 +07:00
XMRig
fac912767c PoW changes WIP 2018-03-06 21:34:20 +07:00
XMRig
8a6f0f1e4d Update copyright and move version into Job class. 2018-03-06 17:06:07 +07:00
Lee Clagett
6f4fbb3c40 Changes for the Monero v1 PoW 2018-03-02 22:17:29 +00:00
XMRig
c8947681d3 #196 Fix Linux build. 2017-11-17 12:59:46 +03:00
XMRig
af51513614 libjansson replaced to rapidjson.
Sync changes with proxy.
2017-10-04 23:33:30 +03: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
a07b0e5953 Fix Visual Studio warnings. 2017-08-14 09:30:41 +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
32e7041def Fix possibility duplicate share for short donation intervals. 2017-07-03 03:34:23 +03:00
XMRig
074db6bb72 Add nice messages for accepted and rejected shares with diff and latency. 2017-07-02 05:33:10 +03:00
XMRig
8ec58a8394 Fix nicehash support, please note --nicehash option now specified per pool. 2017-07-01 22:37:27 +03:00