Commit Graph

2042 Commits

Author SHA1 Message Date
XMRig
1084cd9481 Update HTTP 2020-12-03 10:48:57 +07:00
XMRig
c8ebffd012 Added Cvt class. 2020-12-02 16:31:45 +07:00
XMRig
02f89841ad Update net 2020-12-02 11:32:11 +07:00
XMRig
6b9967f311 Update log. 2020-12-01 23:28:07 +07:00
XMRig
eb51a54bc1 v6.6.3-dev 2020-12-01 21:28:31 +07:00
XMRig
957ad9898c v6.6.2 2020-12-01 20:51:37 +07:00
SChernykh
78dba13722 Fix RandomX init when switching to other algo and back 2020-11-29 22:02:48 +01:00
xmrig
e9428583f8 Merge pull request #1959 from SChernykh/dev
Optimized JIT compiler
2020-11-29 20:08:40 +07:00
SChernykh
dfc4f40026 Optimized JIT compiler
More branch-free code
2020-11-29 14:05:50 +01:00
XMRig
f8e4fe30e0 Update base 2020-11-29 18:45:52 +07:00
XMRig
bc01b2395b v6.6.2-dev 2020-11-25 21:12:45 +07:00
XMRig
0e16f04a22 v6.6.1 2020-11-25 17:46:39 +07:00
XMRig
e3e3770382 Fixed, benchmark validation on NUMA hardware produced incorrect results in some conditions. 2020-11-25 09:35:11 +07:00
XMRig
27d4fd9d59 Added BenchStatePrivate class. 2020-11-24 17:59:40 +07:00
XMRig
007a505170 v6.6.1-dev 2020-11-24 10:58:12 +07:00
XMRig
7b0ca10a2f Merge branch 'dev' 2020-11-24 09:23:35 +07:00
XMRig
0deef938ec Fixed benchmark progress logging. 2020-11-23 21:41:51 +07:00
XMRig
14290fc34c v6.6.0 2020-11-23 17:42:42 +07:00
XMRig
e0bd12a442 v6.6.0-dev 2020-11-20 18:55:38 +07:00
XMRig
de76bd9f11 Use static RandomX seed for benchmark. 2020-11-20 08:15:04 +07:00
XMRig
5b759dd2b9 Fixed online validate with token. 2020-11-18 07:28:46 +07:00
XMRig
6221652024 Submit top benchmark diff. 2020-11-17 07:33:20 +07:00
XMRig
93456462df Remove benchmark size from Job class. 2020-11-17 05:28:42 +07:00
XMRig
1ed9cf740e Added DNS cache for online benchmark. 2020-11-17 04:59:26 +07:00
XMRig
dead3dde8a Fixed --token option. 2020-11-16 18:53:24 +07:00
XMRig
07c9b76edd Fixed build. 2020-11-16 16:37:57 +07:00
XMRig
bdbc470910 Benchmark refactoring, zero delay submit and unified HTTP layer. 2020-11-16 16:22:34 +07:00
XMRig
5b46e4870d Unlock benchmark size for debug builds. 2020-11-16 08:56:35 +07:00
XMRig
e45bfa1ace Removed non thread safe access to config. 2020-11-16 07:58:28 +07:00
SChernykh
17da388fd2 Added reference hashes for 1T offline benchmark 2020-11-16 00:57:00 +01: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
c3e7899704 v6.5.4-dev 2020-11-15 08:23:18 +07:00
XMRig
a2c096bb2b v6.5.3 2020-11-15 07:33:52 +07:00
XMRig
6ec6dd7885 Added warning about libcpuid deprecation. 2020-11-15 04:23:59 +07:00
XMRig
3ec7cd1d17 Add static_assert 2020-11-15 04:13:40 +07:00
xmrig
cec916797b Merge pull request #1946 from SChernykh/dev
Fixed MSR mod names in JSON API
2020-11-15 02:41:22 +07:00
SChernykh
bdb6fe7d05 Fixed MSR mod names in JSON API 2020-11-14 19:55:43 +01:00
XMRig
2e90853d3c v6.5.3-dev 2020-11-14 02:46:32 +07:00
XMRig
edfc517ad9 v6.5.2 2020-11-14 01:12:15 +07:00
XMRig
3fc077a41a Fixed build without benchmark. 2020-11-14 01:02:41 +07:00
XMRig
41eec70b3f Add support for benchmark in generated config. 2020-11-13 01:49:16 +07:00
XMRig
6e0e0fe22a #1937 Print path to existing WinRing0 service without verbose option. 2020-11-12 23:32:49 +07:00
XMRig
ae75cc3833 Added 250K and 500K offline benchmarks. 2020-11-12 11:15:43 +07:00
xmrig
55a6c7f8fd Merge pull request #1942 from cohcho/fix_mem_align
MemoryPool: fix alignment modification
2020-11-11 00:29:26 +07:00
cohcho
5e0e7a7c72 MemoryPool: fix alignment modification 2020-11-10 16:49:10 +00:00
XMRig
39f38d5c69 Added --token command line option. 2020-11-10 21:29:13 +07:00
xmrig
51234f5038 Merge pull request #1941 from SChernykh/dev
Added CPUID info to JSON report
2020-11-10 18:17:54 +07:00
SChernykh
1f9377b9ae Added CPUID info to JSON report 2020-11-10 12:15:52 +01:00
cohcho
f556a69e7f CompiledVm: define default constructor 2020-11-09 16:29:42 +00:00
SChernykh
648fa6f164 Separate MSR mod for Zen/Zen2 and Zen3
Another +0.5% speedup for Zen2
2020-11-08 19:40:44 +01:00