XMRig
|
695fbc013b
|
#2280 Disable GPU backends in benchmark mode.
|
2021-04-25 15:28:45 +07:00 |
|
XMRig
|
2c8f7f692c
|
Added DNS config.
|
2021-03-20 00:09:59 +07:00 |
|
XMRig
|
ee341118ce
|
#2104 Added user configurable idle time.
|
2021-02-19 23:35:30 +07:00 |
|
SChernykh
|
82830e359a
|
Added pause-on-active option
Windows only for now. When set to true, pauses mining when user touches mouse or keyboard.
|
2021-02-14 15:32:18 +01:00 |
|
XMRig
|
9a02007900
|
Added config option "dmi" and command line option "--no-dmi".
|
2021-01-20 16:02:48 +07:00 |
|
XMRig
|
e4283d5f53
|
Add support for benchmark in generated config.
|
2020-11-13 01:49:16 +07:00 |
|
XMRig
|
36b1523194
|
Code cleanup.
|
2020-10-16 19:35:36 +07:00 |
|
XMRig
|
32e9b7e34a
|
Added command line option --pause-on-battery and renamed config option.
|
2020-07-23 15:45:01 +07:00 |
|
SChernykh
|
299b180b28
|
Added mining on battery setting
|
2020-07-22 20:21:42 +02:00 |
|
XMRig
|
ea72052f50
|
#1708 Added "title" option.
|
2020-06-06 00:24:58 +07:00 |
|
XMRig
|
8aeba61706
|
Add 3rdparty prefix to all rapidjson includes.
|
2020-04-29 14:55:04 +07:00 |
|
XMRig
|
5b610e4dfe
|
Added TLS support for API and many other TLS related changes.
|
2020-03-18 20:09:11 +07:00 |
|
XMRig
|
5e444553b1
|
Fixed build without NVML.
|
2020-02-15 04:07:11 +07:00 |
|
XMRig
|
c6530e352f
|
Code cleanup.
|
2020-01-07 10:13:01 +07:00 |
|
XMRig
|
5142a406b0
|
Less error prone log interface.
|
2019-12-18 02:20:31 +07:00 |
|
XMRig
|
f8865b1498
|
Added "verbose" option.
|
2019-12-17 21:46:11 +07:00 |
|
XMRig
|
26ed6254dc
|
Added "health-print-time" option.
|
2019-11-01 04:08:52 +07:00 |
|
XMRig
|
0fc215c457
|
Added initial CUDA backend stub.
|
2019-10-23 16:37:56 +07:00 |
|
XMRig
|
61ab47cc95
|
Improved CPU profile generation.
|
2019-10-09 12:58:11 +07:00 |
|
XMRig
|
d1aadc2e3b
|
More cleanup.
|
2019-10-03 07:45:25 +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
|
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
|
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
|
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
|
dc87ef6062
|
Removed xmrig.h.
|
2019-07-13 19:10:17 +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
|
d77e404439
|
Merge branch 'dev' into evo
|
2019-04-17 17:42:22 +07:00 |
|
XMRig
|
466aad8543
|
Fix build without ASM.
|
2019-04-06 20:07:20 +07:00 |
|
XMRig
|
fa2a0b9b79
|
New config subsystem
|
2019-04-05 22:14:01 +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 |
|