XMRig
32e9b7e34a
Added command line option --pause-on-battery and renamed config option.
2020-07-23 15:45:01 +07:00
xmrig
e59806d6ae
Merge pull request #1786 from SChernykh/dev
...
Added mining on battery setting
2020-07-23 09:20:06 +07:00
SChernykh
299b180b28
Added mining on battery setting
2020-07-22 20:21:42 +02:00
XMRig
109c088e8a
Cleanup usage output.
2020-07-22 19:58:08 +07:00
XMRig
70c7f33a20
Added command line options --cache-qos (--randomx-cache-qos) and --argon2-impl (--cpu-argon2-impl).
2020-07-20 09:17:59 +07:00
XMRig
ea72052f50
#1708 Added "title" option.
2020-06-06 00:24:58 +07:00
SChernykh
22b937cc1c
KawPow WIP
2020-05-27 16:19:57 +02:00
XMRig
8aeba61706
Add 3rdparty prefix to all rapidjson includes.
2020-04-29 14:55:04 +07:00
XMRig
01236bc40b
Added missing newline in --help output.
2020-03-25 04:03:18 +07:00
XMRig
5b610e4dfe
Added TLS support for API and many other TLS related changes.
2020-03-18 20:09:11 +07:00
XMRig
92a258f142
Added command line option --astrobwt-avx2
2020-03-12 00:04:07 +07:00
XMRig
8698b73036
Added command line option --data-dir.
2020-03-10 15:57:47 +07:00
XMRig
6cb27e9662
Added command line option --astrobwt-max-size
2020-03-08 00:13:47 +07:00
SChernykh
eeadea53e2
AstroBWT 20-50% speedup
...
Skips hashes with large stage 2 size. Added configurable `astrobwt-max-size` parameter, default value is 550, min 400, max 1200, optimal value ranges from 500 to 600 depending on CPU.
- Intel CPUs get 20-25% speedup
- 1st- and 2nd-gen Ryzens get 30% speedup
- 3rd-gen Ryzens get up to 50% speedup
2020-03-05 12:20:21 +01:00
XMRig
2bc5fb10a7
Added "-x" and "--proxy" command line options.
2020-02-18 21:42:01 +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
c44ae06d54
Added --randomx-no-rdmsr command line option.
2019-12-21 23:57:25 +07:00
XMRig
5142a406b0
Less error prone log interface.
2019-12-18 02:20:31 +07:00
XMRig
3cc8b19ca0
Added command line option --verbose.
2019-12-17 22:03:50 +07:00
XMRig
f8865b1498
Added "verbose" option.
2019-12-17 21:46:11 +07:00
XMRig
4fb3086c1c
Fixed --randomx-wrmsr option without parameters.
2019-12-11 19:16:01 +07:00
XMRig
96cfdda9a1
Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N.
2019-12-10 23:57:29 +07:00
XMRig
6163d27f14
Added command line option --randomx-1gb-pages
2019-12-10 11:56:31 +07: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
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
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
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
68d77b02d7
Added initial memory pool support.
2019-10-07 12:36:40 +07:00
XMRig
d1aadc2e3b
More cleanup.
2019-10-03 07:45:25 +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