SChernykh
29399cb7b7
GhostRider hotfixes
...
- Added average hashrate display
- Fixed the number of threads shown at startup
- Fixed `--threads` or `-t` command line option (but `--cpu-max-threads-hint` is recommended to use)
2021-11-27 12:27:26 +01:00
XMRig
9a120b979b
Added GpuWorker class.
2020-12-04 22:25:28 +07:00
XMRig
569907775a
Cleanup
2020-12-04 19:52:53 +07:00
XMRig
4569eea6f6
Move Profiler and more cleanup.
2020-12-04 09:23:40 +07:00
XMRig
de76bd9f11
Use static RandomX seed for benchmark.
2020-11-20 08:15:04 +07:00
XMRig
6221652024
Submit top benchmark diff.
2020-11-17 07:33:20 +07:00
XMRig
bdbc470910
Benchmark refactoring, zero delay submit and unified HTTP layer.
2020-11-16 16:22:34 +07:00
XMRig
e45bfa1ace
Removed non thread safe access to config.
2020-11-16 07:58:28 +07:00
SChernykh
76c406ce63
Make single thread bench cheat-resistant
...
Each hash is dependent on the previous hash to make multi-threaded cheating impossible.
2020-11-15 20:38:27 +01:00
XMRig
ea7275fc28
Added Benchmark class.
2020-10-17 04:03:42 +07:00
XMRig
ebaf8ccec4
Added CMake option WITH_BENCHMARK.
2020-10-16 02:18:07 +07: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
SChernykh
2af99c3d83
More precise hashrate calculation
...
- Use only steady timestamp counters to guarantee correctness
- CPU backend: directly measure total hashrate using raw hash counters from each thread; update data more often on ARM CPUs because they're slower
- GPU backends: directly measure total hashrate too, but use interpolator with 4 second lag to fix variance from batches of hashes
Total hashrate is now measured directly (realtime for CPU, 4 seconds lag for GPU), so it might differ a bit from the sum of all thread hashrates because data points are taken at different moments in time.
Overhead is reduced a lot since it doesn't have to go through all threads to calculate max total hashrate on every timer tick (2 times a second).
2020-10-10 11:18:01 +02:00
SChernykh
151e1f7d77
Fix possible race condition in hashrate counting code
...
Use single atomic operation to switch between data points.
2020-10-09 10:29:18 +02:00
SChernykh
afdf26616e
KawPow: reduced stale/expired shares
2020-05-31 18:22:21 +02:00
XMRig
2771cf3582
Add 3rdparty prefix to all rapidjson includes.
2020-04-29 14:55:04 +07:00
XMRig
0a60a931fc
Added printHealth to IBackend interface.
2020-02-14 01:11:53 +07:00
XMRig
e7c4b1d0c2
Fixed memory allocation checks.
2019-12-25 04:39:21 +07:00
XMRig
280618a9eb
Memory allocation refactoring.
2019-12-08 23:17:39 +07:00
XMRig
5d6abe4ae6
#1386 Added priority for RandomX dataset initialization threads.
2019-12-06 22:17:04 +07:00
SChernykh
0a5c12295d
Added 1GB hugepages support for Linux
2019-12-05 19:39:47 +01:00
XMRig
b7e1d97d93
Added option "mode" (or --randomx-mode) for RandomX.
2019-11-29 13:00:17 +07:00
XMRig
70acc63349
Added manual (e key) health reports.
2019-11-01 00:09:28 +07:00
XMRig
78d87138d5
Fixed Linux build.
2019-10-07 13:37:12 +07:00
XMRig
dd0f924bff
Added initial memory pool support.
2019-10-07 12:36:40 +07:00
XMRig
f9f5b8a716
Added interface IRxStorage and RxBasicStorage class.
2019-10-04 08:45:13 +07:00
XMRig
d1d0ed7fe2
Allow partially started threads.
2019-09-17 02:22:59 +07:00
XMRig
4223e282d6
Improved thread self test error message.
2019-09-16 01:27:51 +07:00
XMRig
b8982a4652
Start mining threads only after RandomX dataset initialization.
2019-08-25 20:28:15 +07:00
XMRig
8f070d7648
More flexible API handling for mining backends.
2019-08-13 02:38:10 +07:00
XMRig
d20cd9a069
Fixed miner freeze when switch between RandomX variants.
2019-07-28 14:42:29 +07:00
XMRig
ca23430933
"GET /1/threads" replaced to "GET /2/backends".
2019-07-19 04:22:21 +07:00
XMRig
7dcd840ab9
Implemented "enabled" field for CPU backend;
2019-07-19 02:39:00 +07:00
XMRig
db971991fb
Added support for threads restart if config changed.
2019-07-18 19:11:45 +07:00
XMRig
fb205e8cd3
Restored "CPU READY" message.
2019-07-17 14:54:08 +07:00
XMRig
bd5a42ce84
Class Mem replaced to VirtualMemory.
2019-07-17 04:57:58 +07:00
XMRig
c8736cac5e
Implemented unified cryptonight and RandomX scratchpad memory.
2019-07-17 04:33:11 +07:00
XMRig
8afd3f1c76
Restored printable hashrate.
2019-07-17 01:28:42 +07:00
XMRig
fe2ae04f8d
Added initial support for new style threads launch method.
2019-07-16 22:10:50 +07:00
XMRig
87b2ad178f
Move files.
2019-07-13 22:15:53 +07:00