Commit Graph

93 Commits

Author SHA1 Message Date
XMRig d7f42d54ad Added initial support for per pool algo option (mining code is broken). 2019-06-10 20:46:29 +07:00
XMRig d9eb700e03 Renamed macros for enable/disable algorithms. 2019-06-09 15:29:26 +07:00
XMRig d587eebaf2 Move files. 2019-06-04 19:20:33 +07:00
XMRig ff6544a14c Updated default config. 2019-04-17 19:03:15 +07:00
XMRig d77e404439 Merge branch 'dev' into evo 2019-04-17 17:42:22 +07:00
XMRig 867478b983 Added command line option --daemon and --daemon-poll-interval 2019-04-12 18:30:08 +07:00
stoffu cf7ce13986 Config: fix std::max issue with msvc2017
to fix the following errors:

    xmrig\src\core\Config.cpp(165): error C2065: 'max': undeclared identifier
    xmrig\src\core\Config.cpp(165): error C2275: 'size_t': illegal use of this type as an expression
2019-04-11 14:01:07 +09:00
XMRig 466aad8543 Fix build without ASM. 2019-04-06 20:07:20 +07:00
XMRig 09df8c3846 Sync changes. 2019-04-06 18:32:24 +07:00
XMRig fa2a0b9b79 New config subsystem 2019-04-05 22:14:01 +07:00
XMRig cf7245b469 Update default config. 2019-04-01 11:54:09 +07:00
XMRig e759ccf385 Sync changes. 2019-03-31 23:22:36 +07:00
XMRig f8f9d6c0ef Restored API. 2019-03-31 01:31:40 +07:00
XMRig e39ddeeea2 Removed IConfigCreator/ConfigCreator and changed file structure. 2019-03-30 21:27:54 +07:00
XMRig dd036368e2 New API class. 2019-03-30 00:16:01 +07:00
XMRig 01ad6bf2d9 Added new HTTP server (tiny wrapper on top of libuv + http_parser), removed libmicrohttpd support. 2019-03-29 12:33:11 +07:00
XMRig 725796a1ab New API settings. 2019-03-29 02:31:56 +07:00
XMRig f43929db98 New log support. 2019-03-27 01:29:37 +07:00
XMRig ced25c3fa0 Log subsystem rewritten, to handle both color and not color logs simultaneously and overall simplicity. 2019-03-26 19:56:35 +07:00
XMRig 0907d1eb0c Added "donate-over-proxy" option. 2019-03-19 00:16:30 +07:00
XMRig ba68fb6c53 Added real graceful exit. 2019-03-16 00:44:15 +07:00
XMRig 6052da3c43 #951 Fix AVX detection. 2019-03-05 15:03:43 +07:00
XMRig d135bdd87e #957 Added optional embedded JSON config support. 2019-03-02 13:12:38 +07:00
XMRig 948f23c7d9 Small code cleanups. 2019-02-25 15:54:21 +07:00
XMRig 3393ea346b Removed unused code. 2019-02-19 07:49:39 +07:00
XMRig 84f85b4200 Sync changes. 2019-02-18 19:02:40 +07:00
XMRig 3a0fdcac6f Create network strategies in Pools class. 2019-02-17 11:25:25 +07:00
XMRig ee4f6e28f0 * [WIP] More unification in Pools class. 2019-02-17 10:51:32 +07:00
XMRig f6699b5929 [WIP] Use unified Pools class. 2019-02-17 08:53:37 +07:00
XMRig ee667144e8 Move network classes into xmrig namespace. 2019-02-17 06:59:19 +07:00
XMRig 70d6e0e62c Use early exit for --help and --version options. 2019-02-15 09:11:18 +07:00
XMRig 14e7c82512 Prevent config reload after initial save. 2019-02-15 07:06:48 +07:00
XMRig f4d2dec628 Added classes Process and Arguments. 2019-02-15 05:42:46 +07:00
XMRig 0450c31449 Rewritten watch feature. 2019-02-15 04:59:20 +07:00
XMRig bd4bc9ba4d Added reference implementation for cn/gpu (cn-gpu). 2019-02-03 14:44:23 +07:00
XMRig 9692f92c6b New default value for max-cpu-usage option is 100 (instead of 75) also this option now deprecated. 2019-01-21 00:37:36 +07:00
XMRig 9f6f599d78 Sync changes. 2018-11-11 03:18:56 +07:00
XMRig 06a84499d7 Fixed MSYS2 build & copyright 2018-10-22 23:08:29 +07:00
XMRig caa70a1e9d Merge branch 'dev' of https://github.com/SChernykh/xmrig into feature-asm-bulldozer 2018-10-22 22:52:53 +07:00
XMRig deb832c9c6 Restore old method for total threads count detection. 2018-10-21 23:52:23 +07:00
SChernykh 4b91978af6 Added asm optimized code for AMD Bulldozer 2018-10-21 18:29:03 +02:00
XMRig dda8157a7b Add "--tls", "--tls-fingerprint", "--asm" and "--dry-run" to help output. 2018-10-09 01:35:33 +07:00
XMRig 20268d5291 #753 Removed unnecessary ext_family and ext_model checks. 2018-10-04 19:10:47 +03:00
XMRig 143da8380e Add "autosave" config option. 2018-09-27 19:07:04 +03:00
XMRig a63677e255 Fix missing "asm" in generated config. 2018-09-27 17:17:19 +03:00
XMRig c2fcf23855 Implemented "asm" option. 2018-09-24 14:19:26 +03:00
XMRig 0c20d7a125 Auto-detect proper asm variant. 2018-09-23 19:09:05 +03:00
XMRig ee4d980955 Old static class Cpu replaced to interface ICpuInfo. 2018-09-23 17:51:56 +03:00
XMRig 14ac7b556e Initial TLS support. 2018-09-16 03:06:54 +03:00
XMRig 73fca9114e * Fixed API ID collision. 2018-08-31 18:30:51 +03:00