XMRig
|
643142dc30
|
Update user agent for macOS and fix compile warnings
|
2020-12-13 13:57:12 +07:00 |
|
SChernykh
|
cafd868773
|
Fixed errors found by static analysis
|
2020-12-08 12:16:59 +01:00 |
|
XMRig
|
63bd45c397
|
Added Cvt class.
|
2020-12-02 16:31:45 +07: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 |
|
cohcho
|
da8b87b007
|
Async: remove unreachable code
|
2020-10-21 08:28:52 +00:00 |
|
XMRig
|
87b4d97798
|
New Async wrapper.
|
2020-10-21 08:09:44 +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 |
|
cohcho
|
65fa1d9bf3
|
uv: fix performance issue
unix implementation of uv_async_t has been wasting cpu cycles for nothing since 1.29.0 release
implement efficient callback scheduling for linux
|
2020-10-12 04:09:09 +00:00 |
|
cohcho
|
a705ab775b
|
RandomX: align args
tempHash/output must be 16-byte aligned for randomx_calculate_hash{,_first,_next}
|
2020-10-07 14:47:18 +00:00 |
|
XMRig
|
26c2200af3
|
#1756 Added results and connection reports.
|
2020-07-01 23:10:37 +07:00 |
|
SChernykh
|
5324761e06
|
Show GPU # when compute error happens
|
2020-06-11 19:48:53 +02: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 |
|
SChernykh
|
22b937cc1c
|
KawPow WIP
|
2020-05-27 16:19:57 +02:00 |
|
XMRig
|
8aeba61706
|
Add 3rdparty prefix to all rapidjson includes.
|
2020-04-29 14:55:04 +07:00 |
|
SChernykh
|
680e4dd865
|
Fix code style
|
2020-04-09 14:31:42 +02:00 |
|
SChernykh
|
abb3340cc7
|
RandomX JIT refactoring
- Smaller memory footprint
- A bit faster overall
|
2020-04-09 14:24:54 +02:00 |
|
SChernykh
|
69cbfd682a
|
Use node number instead of affinity
|
2020-04-07 18:46:22 +02:00 |
|
SChernykh
|
6ae37a9519
|
Pooled allocation of RandomX VMs
+0.5% speedup on Zen2 when the whole L3 cache is used (16 threads on 3700X/3800X, 32 threads on 3950X).
|
2020-04-07 18:31:35 +02:00 |
|
XMRig
|
16a83a9f61
|
Move files.
|
2020-03-09 01:22:34 +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
|
c307433900
|
Fixed nicehash nonce overflow for CPU backend.
|
2020-02-06 17:19:08 +07:00 |
|
XMRig
|
c5968e8896
|
New NetworkState.
|
2020-01-16 21:48:39 +07:00 |
|
XMRig
|
c6530e352f
|
Code cleanup.
|
2020-01-07 10:13:01 +07:00 |
|
XMRig
|
d32df84ca5
|
Memory allocation refactoring.
|
2019-12-08 23:17:39 +07:00 |
|
SChernykh
|
d0df824599
|
Optimized dataset read for Ryzen CPUs
Removed register dependency in dataset read, +0.8% speedup on average.
|
2019-12-08 16:14:02 +01:00 |
|
XMRig
|
23ebcfb2db
|
Display backend for shares.
|
2019-10-29 15:43:13 +07:00 |
|
XMRig
|
e9d2e194f3
|
Added SelfSelectClient stub.
|
2019-10-12 00:24:47 +07:00 |
|
XMRig
|
68d77b02d7
|
Added initial memory pool support.
|
2019-10-07 12:36:40 +07:00 |
|
XMRig
|
680081b93b
|
#1202 Fixed algorithm verification in donate strategy.
|
2019-09-28 22:07:44 +07:00 |
|
XMRig
|
66fd532ee6
|
Fixed Linux build.
|
2019-09-13 17:23:33 +07:00 |
|
XMRig
|
82595ee256
|
Cleanup.
|
2019-09-12 01:09:30 +07:00 |
|
XMRig
|
95daab4bc0
|
Implemented VM mode for OpenCL RandomX.
|
2019-09-12 00:01:03 +07:00 |
|
XMRig
|
1ad30d50a6
|
Define double OpenCL threads in simple way.
|
2019-09-05 09:27:29 +07:00 |
|
XMRig
|
57f82f7504
|
cn/r part 2 of 2.
|
2019-09-04 11:23:04 +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
|
647cbef43c
|
uv_mutex replaced to std::mutex.
|
2019-08-09 01:00:21 +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 |
|