MoneroOcean
ecdb1929e2
Merge xmrig v6.16.1 into master
2021-11-29 15:34:55 +00:00
Tony Butler
02240eff8c
Slash and burn EOL whitespace everywhere
2021-11-27 17:59:40 -07: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
MoneroOcean
449982aad2
Merge xmrig v6.15.3 into master
2021-11-01 16:46:52 +00:00
SChernykh
b9464f993b
Fix MSVC compilation error
2021-10-25 10:26:44 +02:00
Tony Butler
28b86148ed
Add algo-min-time option same as meta-miner
2021-10-12 15:51:18 -06:00
MoneroOcean
349303201a
Merge xmrig v6.15.2 into master
2021-10-05 18:00:25 +00:00
XMRig
07e0966517
Added "--versions" alias.
2021-10-05 21:49:03 +07:00
MoneroOcean
29fa5c61e0
Merge xmrig v6.15.0 into master
2021-08-31 16:45:39 +00:00
XMRig
234de96784
Update rapidjson.
2021-08-27 18:51:59 +07:00
XMRig
c7ac314110
Code cleanup based on Clang-Tidy.
2021-08-25 18:45:15 +07:00
XMRig
460d9c75c5
Add global wallet address parser for DaemonClient.
2021-08-18 13:36:50 +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
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
XMRig
3e41bdc552
New DNS implementation.
2021-03-16 22:24:37 +07:00
XMRig
5b189696d7
Added DnsRecords class.
2021-03-14 09:44:56 +07:00
MoneroOcean
aa0b9280e2
Merge fix
2021-02-22 00:37:11 +00:00
MoneroOcean
158bf879c1
Merge xmrig v6.9.0 into master
2021-02-22 00:24:10 +00:00
XMRig
b49fb27e84
Added idle time detection for macOS.
2021-02-20 13:18:31 +07:00
XMRig
ee341118ce
#2104 Added user configurable idle time.
2021-02-19 23:35:30 +07:00
XMRig
0fe20fe88c
Merge remote-tracking branch 'remotes/origin/pr2112' into dev
2021-02-18 15:35:59 +07:00
XMRig
d1d1517b4f
Fixed macOS build.
2021-02-18 15:22:39 +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
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
MoneroOcean
0c1fda1ada
Merge xmrig v6.8.0 into master
2021-01-26 16:42:24 +00:00
XMRig
8471f7fad3
Added "GET /2/dmi" API endpoint.
2021-01-20 22:54:02 +07:00
XMRig
9a02007900
Added config option "dmi" and command line option "--no-dmi".
2021-01-20 16:02:48 +07:00
MoneroOcean
3a7eb49630
Merge xmrig v6.7.1 into master
2021-01-11 16:18:29 +00:00
MoneroOcean
1719879f7e
Merge xmrig v6.7.0 into master
2020-12-23 06:46:42 +00:00
XMRig
85a78ce537
#1995 Fixed log initialization.
2020-12-22 21:41:39 +07:00
XMRig
643142dc30
Update user agent for macOS and fix compile warnings
2020-12-13 13:57:12 +07:00
XMRig
a36fb7e728
More correct CPU affinity support for macOS.
2020-12-13 01:20:31 +07:00
XMRig
11da7a3155
Update Json.
2020-12-03 15:39:33 +07:00
XMRig
469b1f08de
Update net
2020-12-02 11:32:11 +07:00
XMRig
121c515a07
Update log.
2020-12-01 23:28:07 +07:00
MoneroOcean
966aaa72ca
Merge xmrig v6.6.2 into master
2020-12-01 16:05:54 +00:00
XMRig
096b09bf4d
Update base
2020-11-29 18:45:52 +07:00
MoneroOcean
77a951a6a4
Merge xmrig v6.5.2
2020-11-13 19:47:22 +00:00
XMRig
f08887180d
Added --token command line option.
2020-11-10 21:29:13 +07:00
MoneroOcean
a57d1bbbda
Merge of xmrig v6.5.0
2020-11-02 15:08:16 +00:00
XMRig
eb95d0339e
Update Process class and use APP_ID instead of hardcoded config name for #1925
2020-11-02 13:56:21 +07:00