Commit Graph

112 Commits

Author SHA1 Message Date
XMRig
fb205e8cd3 Restored "CPU READY" message. 2019-07-17 14:54:08 +07:00
XMRig
bd5a42ce84 Class Mem replaced to VirtualMemory. 2019-07-17 04:57:58 +07:00
XMRig
8afd3f1c76 Restored printable hashrate. 2019-07-17 01:28:42 +07:00
XMRig
fe2ae04f8d Added initial support for new style threads launch method. 2019-07-16 22:10:50 +07:00
XMRig
87b2ad178f Move files. 2019-07-13 22:15:53 +07:00
XMRig
e31433928f Removed xmrig.h. 2019-07-13 19:10:17 +07:00
XMRig
f5c907b9cc Move Platform. 2019-07-13 16:48:14 +07:00
XMRig
95a5b23f53 Refactoring 2019-07-13 00:49:17 +07:00
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
7fa6ac5d38 Added support for multi-algorithm CPU threads settings. 2019-07-02 22:56:28 +07:00
XMRig
7287119d60 Move CPU information classes to new location. 2019-06-29 09:51:23 +07:00
XMRig
aa04150ec7 Added class CpuConfig. 2019-06-28 22:28:40 +07:00
XMRig
14a937cf70 Merge Assembly enum and Asm class. 2019-06-28 13:08:08 +07:00
XMRig
8eb1cc8731 Merge branch 'evo' into feature-per-pool-algo 2019-06-26 15:44:52 +07:00
XMRig
5aca3c38e6 Use better source for AES settings in RandomX threads. 2019-06-23 14:23:29 +07:00
XMRig
5d4287296e Merge branch 'feature-randomx' into evo 2019-06-18 05:33:30 +07:00
SChernykh
93f6e8ec7d Fixed auto-config 2019-06-15 23:50:31 +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
6ed03b8b01 Renamed macros for enable/disable algorithms. 2019-06-09 15:29:26 +07:00
XMRig
254a2f86f8 Move files. 2019-06-04 19:20:33 +07:00
XMRig
ee949dc89c Updated default config. 2019-04-17 19:03:15 +07:00
XMRig
cb960bf953 Merge branch 'dev' into evo 2019-04-17 17:42:22 +07:00
XMRig
68846d0777 Added command line option --daemon and --daemon-poll-interval 2019-04-12 18:30:08 +07:00
stoffu
05ef3a8da6 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
fea6e2bcfa Fix build without ASM. 2019-04-06 20:07:20 +07:00
XMRig
f0cf850fdc Sync changes. 2019-04-06 18:32:24 +07:00
XMRig
52f939d275 New config subsystem 2019-04-05 22:14:01 +07:00
XMRig
620c09d860 Update default config. 2019-04-01 11:54:09 +07:00
XMRig
4e73d55d06 Sync changes. 2019-03-31 23:22:36 +07:00
XMRig
2f0874da3e Restored API. 2019-03-31 01:31:40 +07:00
XMRig
86acdb0d24 Removed IConfigCreator/ConfigCreator and changed file structure. 2019-03-30 21:27:54 +07:00
XMRig
98ce7da95c New API class. 2019-03-30 00:16:01 +07:00
XMRig
9c62e8217a Added new HTTP server (tiny wrapper on top of libuv + http_parser), removed libmicrohttpd support. 2019-03-29 12:33:11 +07:00
XMRig
d21d32c620 New API settings. 2019-03-29 02:31:56 +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
dec7460e6a Added "donate-over-proxy" option. 2019-03-19 00:16:30 +07:00
XMRig
32cca57d55 Added real graceful exit. 2019-03-16 00:44:15 +07:00
XMRig
65ef8ba592 #951 Fix AVX detection. 2019-03-05 15:03:43 +07:00
XMRig
8251a069ab #957 Added optional embedded JSON config support. 2019-03-02 13:12:38 +07:00
XMRig
177cd9c590 Small code cleanups. 2019-02-25 15:54:21 +07:00
XMRig
4b598eb5b5 Removed unused code. 2019-02-19 07:49:39 +07:00
XMRig
6d8f763724 Sync changes. 2019-02-18 19:02:40 +07:00
XMRig
0adcb19590 Create network strategies in Pools class. 2019-02-17 11:25:25 +07:00
XMRig
3f6131bd95 * [WIP] More unification in Pools class. 2019-02-17 10:51:32 +07:00
XMRig
b5638a1006 [WIP] Use unified Pools class. 2019-02-17 08:53:37 +07:00
XMRig
f5a8b9308a Move network classes into xmrig namespace. 2019-02-17 06:59:19 +07:00
XMRig
94fe139b76 Use early exit for --help and --version options. 2019-02-15 09:11:18 +07:00