XMRig
e9e747f0d1
#1385 "max-threads-hint" option now also limit RandomX dataset initialization threads.
2019-12-07 22:18:06 +07:00
XMRig
3a75f39935
#1386 Added priority for RandomX dataset initialization threads.
2019-12-06 22:17:04 +07:00
SChernykh
1fbbae1e4a
Added 1GB hugepages support for Linux
2019-12-05 19:39:47 +01:00
XMRig
901f1a7ab1
Option "yield" enabled by default and added command line option --cpu-no-yield.
2019-12-04 08:50:54 +07:00
XMRig
05421057ae
#1363 Fixed main thread priority.
2019-12-03 18:28:10 +07:00
XMRig
64fb4f265b
Added option "mode" (or --randomx-mode) for RandomX.
2019-11-29 13:00:17 +07:00
XMRig
aeb2c6e8ec
#1285 Added command line options --cuda-bfactor-hint and --cuda-bsleep-hint.
2019-11-15 03:10:58 +07:00
XMRig
ed4cfd55ac
#1274 Added --cuda-devices command line option.
2019-11-13 00:40:22 +07:00
XMRig
26ed6254dc
Added "health-print-time" option.
2019-11-01 04:08:52 +07:00
XMRig
1cb4d73fe3
Added manual (e key) health reports.
2019-11-01 00:09:28 +07:00
XMRig
f110b5000b
Fixed switching from non RandomX algorithm to RandomX.
2019-10-30 22:40:09 +07:00
XMRig
9dfa38f1e7
Added command line options --cuda and --cuda-loader.
2019-10-29 00:42:49 +07:00
XMRig
0fc215c457
Added initial CUDA backend stub.
2019-10-23 16:37:56 +07:00
XMRig
71ee145f70
Added "paused" field to API.
2019-10-21 21:27:05 +07:00
XMRig
5613912ec4
Added "self-select" to config example.
2019-10-20 16:04:22 +07:00
XMRig
72c45d882b
Prepare for self select.
2019-10-11 14:55:12 +07:00
XMRig
61ab47cc95
Improved CPU profile generation.
2019-10-09 12:58:11 +07:00
XMRig
bb7bff9115
Added command line option --cpu-memory-pool.
2019-10-09 08:45:06 +07:00
XMRig
58c81be1f1
Updated default config and docs.
2019-10-08 09:41:36 +07:00
XMRig
9dce868fb9
Added "memory-pool" option.
2019-10-07 23:38:01 +07:00
XMRig
68d77b02d7
Added initial memory pool support.
2019-10-07 12:36:40 +07:00
XMRig
59b62dcb77
Added class RxQueue, class Rx now thin static wrapper on top of RxQueue.
2019-10-06 07:47:41 +07:00
XMRig
d1aadc2e3b
More cleanup.
2019-10-03 07:45:25 +07:00
XMRig
680081b93b
#1202 Fixed algorithm verification in donate strategy.
2019-09-28 22:07:44 +07:00
XMRig
5b7f1fe853
Updated default config example.
2019-09-28 02:34:10 +07:00
XMRig
7c463849cc
Added config option "cpu/max-threads-hint" and command line option "--cpu-max-threads-hint".
2019-09-28 02:02:20 +07:00
XMRig
43f26dcd76
Merge branch 'dev' into evo
2019-09-27 05:54:33 +07:00
XMRig
e1d1a5226c
Added coin option.
2019-09-27 05:41:45 +07:00
XMRig
838f078fa5
Advanced opencl options postponed.
2019-09-26 01:53:16 +07:00
XMRig
d6f0555771
Added command line option --opencl-devices (hint mode)
2019-09-24 23:01:03 +07:00
XMRig
6267ecc3dc
Implemented --opencl-no-cache, --opencl-loader, --opencl-platform command line options.
2019-09-24 18:39:43 +07:00
XMRig
2604705bab
Added command line option --opencl.
2019-09-24 03:14:35 +07:00
XMRig
3e42fa28df
OpenCL backend disabled by default.
2019-09-23 05:51:46 +07:00
XMRig
bdb72684b0
Added command line option --no-cpu
2019-09-23 05:08:59 +07:00
XMRig
0f05936e63
Removed option --http-enabled.
2019-09-23 04:53:33 +07:00
XMRig
637301d340
Improved/restructured --help output.
2019-09-23 03:47:40 +07:00
XMRig
2e49930b94
Optimized initialization.
2019-09-21 19:26:27 +07:00
XMRig
5b33443607
Updated default config example.
2019-09-20 15:09:24 +07:00
XMRig
f6752310b4
Backport fixes from v4.
2019-09-20 14:54:18 +07:00
XMRig
365667ee0a
#1180 Fixed race condition in nonce reset.
2019-09-20 00:30:20 +07:00
XMRig
5a91552060
OclLib improvements.
2019-09-13 10:35:32 +07:00
XMRig
ce3e2401cb
Merge branch 'dev' into feature-opencl
2019-08-31 09:36:58 +07:00
XMRig
df90b299f2
Fixed, for Argon2 algorithms command line options, like --threads was ignored.
2019-08-30 18:55:53 +07:00
XMRig
2a5110aa04
Start mining threads only after RandomX dataset initialization.
2019-08-25 20:28:15 +07:00
XMRig
fe9d2a0e1d
Added ConfigPrivate class.
2019-08-18 01:01:28 +07:00
XMRig
bd07f1d455
Merge branch 'dev' into feature-opencl
2019-08-17 23:33:48 +07:00
XMRig
a8ab7e3bef
Updated default config.
2019-08-17 21:22:44 +07:00
XMRig
ed3a39dc74
Added version field to config file.
2019-08-17 04:27:37 +07:00
XMRig
d5f57c35e2
Added OclBackend, OclConfig, OclLaunchData, OclThread and OclThreads stubs.
2019-08-13 19:47:22 +07:00
XMRig
f9f04e4b2e
More flexible API handling for mining backends.
2019-08-13 02:38:10 +07:00
XMRig
6955f4a484
Added pause and resume methods via JSON RPC 2.0 API.
2019-08-12 21:13:38 +07:00
XMRig
2ec257284f
Common API code moved to base/api.
2019-08-12 16:52:16 +07:00
XMRig
7a6790d0f6
#1106 Fixed hugepages field in API.
2019-08-09 01:50:31 +07:00
XMRig
42dc914eec
Added alternative object format for CPU threads.
2019-08-07 18:12:39 +07:00
XMRig
3df080990c
Fixed warning.
2019-08-02 17:57:41 +07:00
XMRig
f7ea4b6dbd
Always stop mining threads in RandomX dataset change upcoming.
2019-08-02 16:44:55 +07:00
XMRig
84ff8af4bd
Optimized RandomX initialization and switching.
2019-08-01 20:37:05 +07:00
XMRig
962f0cdd8e
Use std::thread and std:mutex instead of uv_thread_t and uv_mutex_t.
2019-07-30 21:25:27 +07:00
XMRig
bd739d217b
Added command line option --export-topology.
2019-07-30 09:06:50 +07:00
XMRig
28cb6f67e1
Store highest hashrate separately for each algorithm.
2019-07-28 16:15:11 +07:00
XMRig
ab02bd9847
Fixed miner freeze when switch between RandomX variants.
2019-07-28 14:42:29 +07:00
XMRig
b915fa97f2
Updated default config.
2019-07-28 11:42:36 +07:00
XMRig
bbcacbc1d4
Added command line options "--randomx-init" and "--randomx-no-numa".
2019-07-28 11:01:30 +07:00
XMRig
a39e0e05e9
Cleanup.
2019-07-28 08:06:50 +07:00
XMRig
d10527036e
Added "randomx" object to config.
2019-07-28 07:46:59 +07:00
XMRig
828fc065b0
Added support for allocate RandomX dataset on each NUMA node.
2019-07-27 19:41:59 +07:00
XMRig
d4772cbd5d
Fixed dataset initialization speed on Linux if thread affinity was used.
2019-07-25 19:11:07 +07:00
XMRig
73558a0eaa
Added Cpu::toJSON
2019-07-23 08:36:09 +07:00
XMRig
b02e596853
Strip extra spaces from CPU brand string and improved BasicCpuInfo.
2019-07-23 00:40:24 +07:00
XMRig
e2a5bfa0b4
Better default config.
2019-07-20 16:20:11 +07:00
XMRig
3d7598b28d
Updated default config example.
2019-07-20 05:57:58 +07:00
XMRig
3fb180f04e
Removed --variant option, use --algo instead.
2019-07-20 05:24:21 +07:00
XMRig
222cebba71
Fixed command line config and removed --max-cpu-usage and --safe.
2019-07-20 00:37:15 +07:00
XMRig
2fc54d240a
Fixed build.
2019-07-19 05:03:14 +07:00
XMRig
1d78e7d60d
"GET /1/threads" replaced to "GET /2/backends".
2019-07-19 04:22:21 +07:00
XMRig
d9164c0b7b
Restored "GET /1/summary" endpoint.
2019-07-19 02:24:37 +07:00
XMRig
691b2fabbf
Restored algorithm verification.
2019-07-19 00:39:27 +07:00
XMRig
88edde804f
Fixed duplicated shares after donation round.
2019-07-18 23:48:16 +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
6f93b7b38d
Removed unused code.
2019-07-17 15:28:59 +07:00
XMRig
630a5dce67
Improved log.
2019-07-17 15:09:37 +07:00
XMRig
8ce00adda4
Restored "CPU READY" message.
2019-07-17 14:54:08 +07:00
XMRig
2bf5ffb2df
Class Mem replaced to VirtualMemory.
2019-07-17 04:57:58 +07:00
XMRig
5699147aab
Restored printable hashrate.
2019-07-17 01:28:42 +07:00
XMRig
27f3008d79
Added initial support for new style threads launch method.
2019-07-16 22:10:50 +07:00
XMRig
ee434a5708
Move files.
2019-07-13 22:15:53 +07:00
XMRig
dc87ef6062
Removed xmrig.h.
2019-07-13 19:10:17 +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
6f27037f07
Added new nonce allocation method for dynamic/variable threads.
2019-07-11 16:15:51 +07:00
XMRig
f42adafee0
Added classes Rx, RxAlgo, RxCache, RxDataset.
2019-07-10 01:53:05 +07:00
XMRig
b92807e8d8
Added support for multi-algorithm CPU threads settings.
2019-07-02 22:56:28 +07:00
XMRig
62edb2fc0a
Move CPU information classes to new location.
2019-06-29 09:51:23 +07:00
XMRig
dd875c7c37
Added class CpuConfig.
2019-06-28 22:28:40 +07:00
XMRig
66d62de681
Merge Assembly enum and Asm class.
2019-06-28 13:08:08 +07:00
XMRig
188338c493
Merge branch 'evo' into feature-per-pool-algo
2019-06-26 15:44:52 +07:00
XMRig
cf61f49746
Use better source for AES settings in RandomX threads.
2019-06-23 14:23:29 +07:00
XMRig
3d17ba6af6
Merge branch 'feature-randomx' into evo
2019-06-18 05:33:30 +07:00
SChernykh
d0ce60a73a
Fixed auto-config
2019-06-15 23:50:31 +02:00
XMRig
1f0e3e501c
Implemented new style algorithm definitions (except ARM), removed Algo and Variant enums.
2019-06-13 22:08:52 +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
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