XMRig
9580f5395f
Removed shortName.
2021-08-11 22:26:34 +07:00
SChernykh
929205536c
Show the number of transactions in pool job
...
Useful to check if pool/proxy is working properly and can also be used to compare different pools.
2021-08-07 19:38:31 +02: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
XMRig
75f18c9b31
Use static RandomX seed for benchmark.
2020-11-20 08:15:04 +07:00
XMRig
e2ea11ffeb
Remove benchmark size from Job class.
2020-11-17 05:28:42 +07:00
XMRig
3bbe3fa481
Fixed build without benchmark.
2020-11-14 01:02:41 +07:00
XMRig
e3727f01b8
Added 250K and 500K offline benchmarks.
2020-11-12 11:15:43 +07:00
XMRig
36c1cb23e0
Implemented static benchmark verification (--bench --seed --hash)
2020-10-24 13:53:49 +07:00
XMRig
7fc7b976bf
Removed m_bench field from Job class.
2020-10-16 20:29:11 +07:00
XMRig
5155139e9a
Improve some benchmark log messages.
2020-10-16 04:11:50 +07:00
XMRig
a152d6be42
Added CMake option WITH_BENCHMARK.
2020-10-16 02:18:07 +07:00
SChernykh
2ecece7b3d
Added benchmark and stress test
...
Easy to use and zero configuration embedded benchmark/stress test.
2020-10-14 19:45:05 +02:00
XMRig
26c2200af3
#1756 Added results and connection reports.
2020-07-01 23:10:37 +07:00
XMRig
bbd3f05bf6
Implemented donate for KawPow.
2020-06-01 00:56:26 +07:00
SChernykh
6676126376
Fixed hashrate and diff display for KawPow
2020-05-28 22:03:28 +02:00
XMRig
7a3233ab4b
Use long tags.
2020-05-28 20:32:41 +07:00
XMRig
8aeba61706
Add 3rdparty prefix to all rapidjson includes.
2020-04-29 14:55:04 +07:00
XMRig
23c51c9a11
Fixed regression.
2020-02-22 04:51:37 +07:00
XMRig
2fea4e72b5
Implemented donate over SOCKS5.
2020-02-18 17:58:14 +07:00
XMRig
c5968e8896
New NetworkState.
2020-01-16 21:48:39 +07:00
XMRig
23ebcfb2db
Display backend for shares.
2019-10-29 15:43:13 +07:00
XMRig
680081b93b
#1202 Fixed algorithm verification in donate strategy.
2019-09-28 22:07:44 +07:00
XMRig
eef5d91606
Implemented verification on CPU.
2019-09-01 19:31:25 +07:00
XMRig
2ec257284f
Common API code moved to base/api.
2019-08-12 16:52:16 +07:00
XMRig
dc2c0552e0
Moved current valid algorithm to first position in algo list.
2019-07-20 01:43:36 +07:00
XMRig
d9164c0b7b
Restored "GET /1/summary" endpoint.
2019-07-19 02:24:37 +07:00
XMRig
691b2fabbf
Restored algorithm verification.
2019-07-19 00:39:27 +07:00
XMRig
0ab26a1619
Restored algo field in login request.
2019-07-18 22:35:15 +07:00
XMRig
27f3008d79
Added initial support for new style threads launch method.
2019-07-16 22:10:50 +07:00
XMRig
4643742d13
Refactoring
2019-07-13 00:49:17 +07:00
XMRig
ea1149a971
Added class JobResults.
2019-07-06 15:22:19 +07:00
XMRig
d7f42d54ad
Added initial support for per pool algo option (mining code is broken).
2019-06-10 20:46:29 +07:00
XMRig
ffb282a11a
Added global uptime and extended connection information for API.
2019-05-13 00:11:57 +07:00
XMRig
a000544fdc
Return current algorithm in API response.
2019-05-01 22:07:13 +07:00
XMRig
0d496aaf2f
Prepare for daemon support.
2019-04-11 00:18:33 +07:00
XMRig
9a6944d694
Add IClient and BaseClient.
2019-04-10 18:29:33 +07:00
XMRig
1bd8d63508
64bit diff support.
2019-04-10 03:42:00 +07:00
XMRig
f8f9d6c0ef
Restored API.
2019-03-31 01:31:40 +07:00
XMRig
e39ddeeea2
Removed IConfigCreator/ConfigCreator and changed file structure.
2019-03-30 21:27:54 +07:00
XMRig
c9f9e6787c
Restore network API.
2019-03-30 03:10:27 +07:00
XMRig
dd036368e2
New API class.
2019-03-30 00:16:01 +07:00
XMRig
1e0c410eea
XMRIG_FEATURE_HTTP & XMRIG_FEATURE_API
2019-03-28 22:54:27 +07:00
XMRig
f43929db98
New log support.
2019-03-27 01:29:37 +07:00
XMRig
0907d1eb0c
Added "donate-over-proxy" option.
2019-03-19 00:16:30 +07:00
XMRig
9a6a5a94b5
Add class Timer.
2019-03-18 02:36:17 +07:00
XMRig
ba68fb6c53
Added real graceful exit.
2019-03-16 00:44:15 +07:00
XMRig
ba01f2a9c4
Rename files.
2019-03-15 01:50:35 +07:00
XMRig
be5d609856
Client refactoring.
2019-03-15 01:06:10 +07:00
XMRig
1bd51dcf2e
Fixed msvc2015/msys2 build & code cleanup.
2019-02-19 09:15:06 +07:00
XMRig
9c088eabc2
Implemented dynamic pool reload.
2019-02-17 19:29:33 +07:00