Commit Graph

84 Commits

Author SHA1 Message Date
XMRig 95daab4bc0 Implemented VM mode for OpenCL RandomX. 2019-09-12 00:01:03 +07:00
XMRig 13e38df391 Fixed command line options for single pool, free order allowed again. 2019-08-31 06:18:32 +07:00
XMRig 5678d15841 #1138 Fixed reconnect. 2019-08-30 10:04:12 +07:00
XMRig df91a85128 Fixed bug in keepalive feature. 2019-08-30 07:09:14 +07:00
XMRig 5cb3ef9068 Name for reference RandomX configuration changed to rx/text to avoid potential conflicts in future. 2019-08-09 14:26:00 +07:00
XMRig 3543abcc3c Fixed crash and added error message about seed_hash field. 2019-08-05 17:48:12 +07:00
XMRig a8e86c3530 More compact JSON formatting. 2019-08-04 22:07:05 +07:00
XMRig 718be7e9aa Fixed 32-bit. 2019-08-02 10:54:00 +07:00
XMRig 691b2fabbf Restored algorithm verification. 2019-07-19 00:39:27 +07:00
XMRig 0ab26a1619 Restored algo field in login request. 2019-07-18 22:35:15 +07:00
XMRig f590cf58fb Added support for threads restart if config changed. 2019-07-18 19:11:45 +07:00
XMRig 8b3f2d8fff Move Platform. 2019-07-13 16:48:14 +07:00
XMRig 4643742d13 Refactoring 2019-07-13 00:49:17 +07:00
XMRig 9b14caa9f9 Merge branch 'evo' into feature-per-pool-algo 2019-07-06 10:49:31 +07:00
XMRig ee9538ab22 Fixed, client was stuck on some pools. 2019-07-02 22:38:09 +07:00
SChernykh 6eb9d0963b Integrated RandomX, added RandomXL (Loki) 2019-07-01 20:11:51 +02:00
XMRig 188338c493 Merge branch 'evo' into feature-per-pool-algo 2019-06-26 15:44:52 +07:00
XMRig b0a1481909 Sync changes with proxy. 2019-06-25 10:35:10 +07:00
XMRig 3d17ba6af6 Merge branch 'feature-randomx' into evo 2019-06-18 05:33:30 +07:00
SChernykh ac1b554282 RandomWOW support 2019-06-15 22:53:03 +02:00
XMRig 6990324681 Allow null algorithm for pools. 2019-06-16 03:50:22 +07:00
XMRig d7f42d54ad Added initial support for per pool algo option (mining code is broken). 2019-06-10 20:46:29 +07:00
XMRig b684150336 Moved Algorithm class. 2019-06-09 16:46:44 +07:00
XMRig 833a532e7a Merge branch 'dev' into evo 2019-05-31 23:20:35 +07:00
XMRig a000544fdc Return current algorithm in API response. 2019-05-01 22:07:13 +07:00
XMRig a3b303e885 Added checking for top_block_hash/hash. 2019-04-14 03:21:23 +07:00
XMRig 074b3869d2 Added JsonRequest. 2019-04-14 01:10:24 +07:00
XMRig c0e668f36f Move files. 2019-04-13 23:58:58 +07:00
XMRig 21798edb8b Sync changes. 2019-04-13 19:09:22 +07:00
XMRig 83a7a88b11 Fixed build without TLS support. 2019-04-12 19:25:03 +07:00
XMRig 5e369a5af8 Fixed daemon support over HTTPS. 2019-04-12 04:25:47 +07:00
XMRig 62012a1a50 Added DaemonClient. 2019-04-12 03:25:21 +07:00
XMRig 0d496aaf2f Prepare for daemon support. 2019-04-11 00:18:33 +07:00
XMRig 9a6944d694 Add IClient and BaseClient. 2019-04-10 18:29:33 +07:00
XMRig 1bd8d63508 64bit diff support. 2019-04-10 03:42:00 +07:00
XMRig c823c54f9b Added HttpsClient. 2019-04-09 14:06:56 +07:00
XMRig 241383068c Added HttpClient class. 2019-04-09 01:59:22 +07:00
XMRig 35d868fb48 Fix --userpass option. 2019-04-08 02:16:54 +07:00
XMRig d6da0652ce Removed unused setters in Pool class. 2019-04-07 21:31:32 +07:00
XMRig fa2a0b9b79 New config subsystem 2019-04-05 22:14:01 +07:00
XMRig 85ee55f309 Fixed, big HTTP responses was truncated. 2019-04-02 17:46:26 +07:00
XMRig 3b91817caf Special handle for favicon.ico 2019-04-01 11:50:28 +07:00
XMRig 4457089502 Added error log to http responses. 2019-04-01 02:46:41 +07:00
XMRig 24e4328915 Fixed malformed HTTP response on Linux. 2019-04-01 00:21:15 +07:00
XMRig e759ccf385 Sync changes. 2019-03-31 23:22:36 +07:00
XMRig bd6c7c64aa Added workaround, Google Chrome create extra dummy connections for future speed up. 2019-03-30 15:51:35 +07:00
XMRig 106e149324 Use static http_parser_settings. 2019-03-30 15:27:09 +07:00
XMRig 9c66c9b30f Added classes IApiRequest, ApiRequest, HttpApiRequest. 2019-03-30 02:26:30 +07:00
XMRig 3f1eefb131 HTTP layer ready for API calls. 2019-03-29 17:14:30 +07:00
XMRig 202b74367a Optimize HttpResponse for fixed size API responses. 2019-03-29 14:22:10 +07:00