SChernykh
8420bd3920
Solo mining: added job timeout (default is 15 seconds)
...
It's important to update jobs frequently to get new transactions into the block template. See https://rucknium.me/posts/monero-pool-transaction-delay/ for more details.
2023-01-28 19:42:02 +01:00
SChernykh
0d0ff4fe71
Removed old AstroBWT algorithm
...
It's not used anywhere now.
2022-04-15 10:59:31 +02:00
XMRig
a6dc1bf5e8
#2492 Add missing --huge-pages-jit command line option.
2021-07-24 12:27:48 +07:00
XMRig
cfe96b40fe
...and --cpu-affinity.
2021-05-08 04:36:09 +07:00
XMRig
3255995d05
#2351 Fixed help output for --cpu-priority option.
2021-05-08 04:34:22 +07:00
XMRig
aeeceb363e
Added command line options --dns-ipv6 and --dns-ttl.
2021-03-20 11:12:09 +07:00
XMRig
e889e5e268
Add note about CPU affinity.
2021-03-04 16:19:06 +07:00
XMRig
fe33184a7d
#2104 Added user configurable idle time.
2021-02-19 23:35:30 +07:00
XMRig
41a1c46bb2
Code and copyright cleanup.
2021-02-18 12:56:39 +07:00
Hansie Odendaal
1994096590
Allow result submission to origin daemon with self-select
...
With `self-select` mode enabled, the `submit-to-origin` config option
will let the `SelfSelectClient` submit the solution to both
the daemon where it got the template from as well as to
the connected pool, for miners that want to do pool minining
with Monero and solo mining with an altcoin (merged mining variant).
Thank you and special credit to @StriderDM (https://github.com/StriderDM )!
2021-02-17 18:05:13 +02:00
SChernykh
fdd7a1969a
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
65fd8217f0
Added "--hugepage-size" command line option.
2021-02-01 05:06:24 +07:00
XMRig
f3d2360640
Added config option "dmi" and command line option "--no-dmi".
2021-01-20 16:02:48 +07:00
XMRig
c78f795a5a
Fixed build without HTTP.
2020-11-03 00:21:22 +07:00
XMRig
7e14462358
Print benchmark url
2020-10-30 23:24:01 +07:00
XMRig
ebaf8ccec4
Added CMake option WITH_BENCHMARK.
2020-10-16 02:18:07 +07:00
SChernykh
6078052780
Benchmark: added more check hashes and a progress indicator
2020-10-15 08:23:47 +02:00
SChernykh
a046437d5f
Added benchmark and stress test
...
Easy to use and zero configuration embedded benchmark/stress test.
2020-10-14 19:45:05 +02:00
XMRig
9829da5d4e
Added command line option --pause-on-battery and renamed config option.
2020-07-23 15:45:01 +07:00
XMRig
c5709e1822
Cleanup usage output.
2020-07-22 19:58:08 +07:00
XMRig
3526c1335d
Added command line options --cache-qos (--randomx-cache-qos) and --argon2-impl (--cpu-argon2-impl).
2020-07-20 09:17:59 +07:00
XMRig
5cf7fb0e4c
#1708 Added "title" option.
2020-06-06 00:24:58 +07:00
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
6e7d9cb5dc
Added command line option --astrobwt-max-size
2020-03-08 00:13:47 +07:00
XMRig
e85014deba
Added "-x" and "--proxy" command line options.
2020-02-18 21:42:01 +07:00
XMRig
1c18b3d942
Added --randomx-no-rdmsr command line option.
2019-12-21 23:57:25 +07:00
XMRig
914be17d5f
Added command line option --verbose.
2019-12-17 22:03:50 +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
33c1bcd30e
Prepare for self select.
2019-10-11 14:55:12 +07:00
XMRig
a84c459f45
Added command line option --cpu-memory-pool.
2019-10-09 08:45:06 +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
ac1e65f5b9
Advanced opencl options postponed.
2019-09-26 01:53:16 +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
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
47572a44ed
Added command line option --export-topology.
2019-07-30 09:06:50 +07:00
XMRig
a23333043e
Added command line options "--randomx-init" and "--randomx-no-numa".
2019-07-28 11:01:30 +07:00
XMRig
fa4d98483a
Removed --variant option, use --algo instead.
2019-07-20 05:24:21 +07:00
XMRig
5471c5b18d
Fixed command line config and removed --max-cpu-usage and --safe.
2019-07-20 00:37:15 +07:00