XMRig
6bd4d4f1c6
Added missing newline in --help output.
2020-03-25 04:03:18 +07:00
XMRig
e1160b6db2
Added TLS support for API and many other TLS related changes.
2020-03-18 20:09:11 +07:00
XMRig
2b80ccd135
Added command line option --astrobwt-avx2
2020-03-12 00:04:07 +07:00
XMRig
4de00d017f
Added command line option --data-dir.
2020-03-10 15:57:47 +07:00
XMRig
6e7d9cb5dc
Added command line option --astrobwt-max-size
2020-03-08 00:13:47 +07:00
SChernykh
19fc7b6f43
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
e85014deba
Added "-x" and "--proxy" command line options.
2020-02-18 21:42:01 +07:00
XMRig
45ea929b6f
Fixed build without NVML.
2020-02-15 04:07:11 +07:00
XMRig
4f4d08f518
Code cleanup.
2020-01-07 10:13:01 +07:00
XMRig
1c18b3d942
Added --randomx-no-rdmsr command line option.
2019-12-21 23:57:25 +07:00
XMRig
c2267d3343
Less error prone log interface.
2019-12-18 02:20:31 +07:00
XMRig
914be17d5f
Added command line option --verbose.
2019-12-17 22:03:50 +07:00
XMRig
59a3d8c530
Added "verbose" option.
2019-12-17 21:46:11 +07:00
XMRig
79a7d91166
Fixed --randomx-wrmsr option without parameters.
2019-12-11 19:16:01 +07:00
XMRig
f960d1cf16
Added RandomX option "wrmsr" with command line equivalent --randomx-wrmsr=N.
2019-12-10 23:57:29 +07:00
XMRig
4b3ab4f99a
Added command line option --randomx-1gb-pages
2019-12-10 11:56:31 +07:00
XMRig
bc4e456ac1
Option "yield" enabled by default and added command line option --cpu-no-yield.
2019-12-04 08:50:54 +07:00
XMRig
b7e1d97d93
Added option "mode" (or --randomx-mode) for RandomX.
2019-11-29 13:00:17 +07:00
XMRig
5c3ce370e3
#1285 Added command line options --cuda-bfactor-hint and --cuda-bsleep-hint.
2019-11-15 03:10:58 +07:00
XMRig
e326a657d1
#1274 Added --cuda-devices command line option.
2019-11-13 00:40:22 +07:00
XMRig
22b2ebafb7
Added "health-print-time" option.
2019-11-01 04:08:52 +07:00
XMRig
a1a7692072
Added command line options --cuda and --cuda-loader.
2019-10-29 00:42:49 +07:00
XMRig
041fbc572e
Added initial CUDA backend stub.
2019-10-23 16:37:56 +07:00
XMRig
8bd882ef79
Added "self-select" to config example.
2019-10-20 16:04:22 +07:00
XMRig
33c1bcd30e
Prepare for self select.
2019-10-11 14:55:12 +07:00
XMRig
8594622dd0
Improved CPU profile generation.
2019-10-09 12:58:11 +07:00
XMRig
a84c459f45
Added command line option --cpu-memory-pool.
2019-10-09 08:45:06 +07:00
XMRig
7c91a5449f
Updated default config and docs.
2019-10-08 09:41:36 +07:00
XMRig
dd0f924bff
Added initial memory pool support.
2019-10-07 12:36:40 +07:00
XMRig
8b14b414a4
More cleanup.
2019-10-03 07:45:25 +07:00
XMRig
a62bc045cf
Updated default config example.
2019-09-28 02:34:10 +07:00
XMRig
255f6cff6b
Added config option "cpu/max-threads-hint" and command line option "--cpu-max-threads-hint".
2019-09-28 02:02:20 +07:00
XMRig
9694164318
Merge branch 'dev' into evo
2019-09-27 05:54:33 +07:00
XMRig
335092f70f
Added coin option.
2019-09-27 05:41:45 +07:00
XMRig
ac1e65f5b9
Advanced opencl options postponed.
2019-09-26 01:53:16 +07:00
XMRig
e5e2953ffe
Added command line option --opencl-devices (hint mode)
2019-09-24 23:01:03 +07:00
XMRig
c9593bf44b
Implemented --opencl-no-cache, --opencl-loader, --opencl-platform command line options.
2019-09-24 18:39:43 +07:00
XMRig
1eccc037a7
Added command line option --opencl.
2019-09-24 03:14:35 +07:00
XMRig
efd2e8d757
OpenCL backend disabled by default.
2019-09-23 05:51:46 +07:00
XMRig
e7846723e0
Added command line option --no-cpu
2019-09-23 05:08:59 +07:00
XMRig
0534f361b8
Removed option --http-enabled.
2019-09-23 04:53:33 +07:00
XMRig
477de6a212
Improved/restructured --help output.
2019-09-23 03:47:40 +07:00
XMRig
331cefa0b4
Updated default config example.
2019-09-20 15:09:24 +07:00
XMRig
cdb87d235b
Merge branch 'dev' into feature-opencl
2019-08-31 09:36:58 +07:00
XMRig
ee105d7d7a
Fixed, for Argon2 algorithms command line options, like --threads was ignored.
2019-08-30 18:55:53 +07:00
XMRig
56141741ac
Added ConfigPrivate class.
2019-08-18 01:01:28 +07:00
XMRig
f9bdd6ae93
Merge branch 'dev' into feature-opencl
2019-08-17 23:33:48 +07:00
XMRig
c902b32e2e
Updated default config.
2019-08-17 21:22:44 +07:00
XMRig
b4ea93d82d
Added version field to config file.
2019-08-17 04:27:37 +07:00
XMRig
dcff5696bf
Added OclBackend, OclConfig, OclLaunchData, OclThread and OclThreads stubs.
2019-08-13 19:47:22 +07:00