MoneroOcean
bf3831c05b
Add Flex algo (for KCN coin) algo support
2024-05-27 11:03:46 -07:00
MoneroOcean
923dbdf429
Merged xmrig v6.21.1
2024-02-25 10:23:30 -08:00
XMRig
8afd4d5f2f
Cleanup.
2024-01-17 00:31:16 +07:00
MoneroOcean
b8b5b8003b
Merge xmrig v6.19.0 into master
2023-02-14 23:39:04 +00:00
SChernykh
e2c58126e9
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
MoneroOcean
4b6759adf9
Merge xmrig v6.18.0 into master
2022-06-23 17:43:36 +00:00
SChernykh
22d6a7525e
Removed deprecated AstroBWTv1 and v2
2022-06-12 11:47:36 +02:00
SChernykh
0e57053c5a
Fixed --cpu-priority not working sometimes
2022-04-19 19:57:12 +02:00
SChernykh
a3cb74f29b
Removed old AstroBWT algorithm
...
It's not used anywhere now.
2022-04-15 10:59:31 +02:00
MoneroOcean
9afe95e454
Merge xmrig v6.16.0 into master
2021-11-26 21:58:55 +00:00
SChernykh
a1d7ee4c6b
Benchmark support for GhostRider (offline only)
...
Command line:
```
./xmrig --bench=250K -a gr --rotation 15
```
Where `rotation` is an integer between 0 and 19 (inclusive).
2021-11-24 15:54:09 +01:00
Tony Butler
28b86148ed
Add algo-min-time option same as meta-miner
2021-10-12 15:51:18 -06:00
Tony Butler
80e597d951
Fix #2583 compiling without kawpow (string ref is nonexistent then)
2021-10-11 03:31:28 -06:00
MoneroOcean
349303201a
Merge xmrig v6.15.2 into master
2021-10-05 18:00:25 +00:00
XMRig
7f4d667351
Remove unnecessary string.
2021-09-20 20:53:36 +07:00
Tony Butler
8027716264
Fix --threads generates "*" profile without "kawpow":false to negate it.
2021-09-20 06:49:17 -06:00
MoneroOcean
29fa5c61e0
Merge xmrig v6.15.0 into master
2021-08-31 16:45:39 +00:00
XMRig
c7ac314110
Code cleanup based on Clang-Tidy.
2021-08-25 18:45:15 +07:00
MoneroOcean
74f39ac947
Merge xmrig v6.14.0 into master
2021-08-10 14:32:19 +00:00
XMRig
d24581c963
#2492 Add missing --huge-pages-jit command line option.
2021-07-24 12:27:48 +07:00
SChernykh
0842e6b9d2
ZeroMQ support for solo mining
...
Gets new blocks from daemon immediately without polling, saving ~0.5 seconds on average when daemon gets new block from the network. Also saves some CPU cycles because it doesn't need to poll daemon every second.
Testing: add "daemon-zmq-port": 28083 to xmrig's pool config in config.json and run ./monerod --testnet --zmq-pub tcp://127.0.0.1:28083
2021-07-15 11:13:14 +02:00
SChernykh
a136790bee
Added support for solo mining with miner signatures (Wownero)
2021-06-16 18:07:36 +02:00
MoneroOcean
62b422d5b7
Merge pull request #60 from Spudz76/ocean-master-fixAsteriskProfile
...
Fix --threads generates "*" profile without "kawpow":false to negate it.
2021-06-01 00:20:22 +00:00
MoneroOcean
28ad107de8
Merge xmrig v6.12.2 into master
2021-05-31 15:06:47 +00:00
Tony Butler
ba2f07a1f7
Fix --threads generates "*" profile without "kawpow":false to negate it.
2021-05-30 08:32:12 -06:00
XMRig
87a0864e3b
...and --cpu-affinity.
2021-05-08 04:36:09 +07:00
XMRig
ecf5579f36
#2351 Fixed help output for --cpu-priority option.
2021-05-08 04:34:22 +07:00
XMRig
695fbc013b
#2280 Disable GPU backends in benchmark mode.
2021-04-25 15:28:45 +07:00
MoneroOcean
ce3a19cec1
Merge xmrig v6.12.0 into master
2021-04-20 17:07:20 +00:00
XMRig
748be760e8
Added support for --user command line option for the benchmark.
2021-04-14 23:43:31 +07:00
MoneroOcean
fd8ed2c6a6
Merge xmrig v6.11.0 into master
2021-04-06 15:17:08 +00:00
XMRig
0d45600b0e
Added command line options --dns-ipv6 and --dns-ttl.
2021-03-20 11:12:09 +07:00
XMRig
2c8f7f692c
Added DNS config.
2021-03-20 00:09:59 +07:00
MoneroOcean
5d35f324fc
Merge xmrig v6.10.0 into master
2021-03-08 03:34:30 +00:00
XMRig
548a7d46e1
Add note about CPU affinity.
2021-03-04 16:19:06 +07:00
MoneroOcean
158bf879c1
Merge xmrig v6.9.0 into master
2021-02-22 00:24:10 +00:00
XMRig
ee341118ce
#2104 Added user configurable idle time.
2021-02-19 23:35:30 +07:00
XMRig
5980675876
Code and copyright cleanup.
2021-02-18 12:56:39 +07:00
Hansie Odendaal
3b87cd97ce
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
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
MoneroOcean
5088fbdfad
Merge xmrig v6.8.2 into master
2021-02-12 16:55:03 +00:00
XMRig
b1e14dc1d3
Always disable kawpow for CPU backend.
2021-02-07 18:49:54 +07:00
XMRig
f460d76f8d
Add missing option to config example.
2021-02-06 16:17:53 +07:00
MoneroOcean
6cc0c74351
Merge xmrig v6.8.1 into master
2021-02-03 01:15:49 +00:00
XMRig
4c3425a958
Added "--hugepage-size" command line option.
2021-02-01 05:06:24 +07:00
SChernykh
22a1b8d82d
Fix compilation error when RandomX and Argon2 are disabled
2021-01-28 14:38:28 +01:00
MoneroOcean
0c1fda1ada
Merge xmrig v6.8.0 into master
2021-01-26 16:42:24 +00:00
XMRig
8eb9b4d37a
Update default config example.
2021-01-26 15:15:08 +07:00
XMRig
9a02007900
Added config option "dmi" and command line option "--no-dmi".
2021-01-20 16:02:48 +07:00
MoneroOcean
1719879f7e
Merge xmrig v6.7.0 into master
2020-12-23 06:46:42 +00:00