Commit Graph

3037 Commits

Author SHA1 Message Date
Emily Roberts
53553f5b13 Add checking for config files in user home directory
Check for configuration files in the home directory to make packaging XMRig for Linux easier.
2020-11-01 16:17:23 -07:00
xmrig
69890e082f Update CHANGELOG.md 2020-11-01 23:52:44 +07:00
XMRig
7f5c1f40a4 Added vendor to ARM CPUs name and added "arch" field. 2020-11-01 12:06:35 +07:00
XMRig
4aca1b482b Copy benchmark_1M.cmd and benchmark_10M.cmd 2020-10-31 18:38:18 +07:00
XMRig
d6867d0356 Update build.uv.sh and build.openssl.sh. 2020-10-31 14:15:53 +07:00
XMRig
bb5739ebae Fix build. 2020-10-30 23:42:09 +07:00
XMRig
d0b0243950 v6.5.0-dev 2020-10-30 23:26:07 +07:00
XMRig
66e7951d2b Merge branch 'feature-bench-submit' into dev 2020-10-30 23:25:09 +07:00
XMRig
7e14462358 Print benchmark url 2020-10-30 23:24:01 +07:00
xmrig
b4f63b4feb Merge pull request #1917 from SChernykh/dev
Fixed Debug build in Visual Studio
2020-10-27 20:37:22 +07:00
SChernykh
21022fe226 Also fix RelWithDebIfno build in Visual Studio 2020-10-27 14:25:43 +01:00
SChernykh
d822ffef36 Fixed Debug build in Visual Studio 2020-10-27 14:08:36 +01:00
XMRig
34a9aaf358 Added "msr" field for CPU backend. 2020-10-25 16:36:37 +07:00
XMRig
3714345bcc Implemented PATCH requests. 2020-10-25 13:41:39 +07:00
XMRig
40738116b7 Implemented BenchClient. 2020-10-24 19:43:23 +07:00
XMRig
da62a0e65c Implemented static benchmark verification (--bench --seed --hash) 2020-10-24 13:53:49 +07:00
xmrig
d1b2a9c852 Merge pull request #1912 from cohcho/fix_msr
MSR: supress kernel module warning
2020-10-23 20:48:40 +07:00
cohcho
020d4acba2 MSR: supress kernel module warning 2020-10-23 13:09:13 +00:00
XMRig
9415fb14fd Added BenchConfig class. 2020-10-22 17:33:41 +07:00
xmrig
0de8c45e6b Merge pull request #1907 from cohcho/fix_async_wrapper
Async: remove unreachable code
2020-10-21 15:58:01 +07:00
cohcho
f64dfb0be5 Async: remove unreachable code 2020-10-21 08:28:52 +00:00
XMRig
c5b118ab4c New Async wrapper. 2020-10-21 08:09:44 +07:00
XMRig
b50ecc4b8f Removed legacy CUDA plugin API. 2020-10-20 18:04:56 +07:00
XMRig
623009087e v6.4.1-dev 2020-10-19 05:09:30 +07:00
XMRig
418b14f4d3 v6.4.1 2020-10-19 05:09:00 +07:00
XMRig
0c381fe9f2 Merge branch 'master' into dev 2020-10-19 05:08:35 +07:00
XMRig
0f4f5b5867 v6.4.0 2020-10-19 03:21:04 +07:00
XMRig
c712cd33c4 Merge branch 'dev' 2020-10-19 03:20:21 +07:00
xmrig
ca2d218e2f Update CHANGELOG.md 2020-10-18 02:10:03 +07:00
XMRig
ea7275fc28 Added Benchmark class. 2020-10-17 04:03:42 +07:00
XMRig
14892cf040 Removed m_bench field from Job class. 2020-10-16 20:29:11 +07:00
XMRig
572616f3d2 Code cleanup. 2020-10-16 19:35:36 +07:00
XMRig
4b66ba3e24 Improve some benchmark log messages. 2020-10-16 04:11:50 +07:00
XMRig
ebaf8ccec4 Added CMake option WITH_BENCHMARK. 2020-10-16 02:18:07 +07:00
xmrig
0a943457c8 Merge pull request #1901 from cohcho/fix_math1
WorkerJob: fix calls of add/nextRound
2020-10-15 22:29:20 +07:00
cohcho
9c3101b419 WorkerJob: fix calls of add/nextRound
WorkerJob::nextRound() doesn't require roundSize to be power of 2
Use CudaWorker::intensity(), OclWorker::intensity() to get device batch size
Sync nonce and device iteration
2020-10-15 14:56:37 +00:00
xmrig
8b9ff5c479 Merge pull request #1900 from SChernykh/dev
Fixed roundSize() usage in OCL/CUDA
2020-10-15 19:44:03 +07:00
SChernykh
ccf13673aa Fixed roundSize() usage in OCL/CUDA 2020-10-15 14:39:54 +02:00
xmrig
43fca003a1 Merge pull request #1899 from SChernykh/dev
Make round size power of 2
2020-10-15 19:33:32 +07:00
SChernykh
2ffbf20f20 Make round size power of 2 2020-10-15 14:29:15 +02:00
xmrig
90393cc780 Merge pull request #1897 from SChernykh/dev
Benchmark: added more check hashes and a progress indicator
2020-10-15 15:08:33 +07:00
SChernykh
6078052780 Benchmark: added more check hashes and a progress indicator 2020-10-15 08:23:47 +02:00
xmrig
acc66be0b6 Merge pull request #1895 from SChernykh/dev
Added benchmark and stress test
2020-10-15 02:16:37 +07:00
SChernykh
04ed885a65 Fixed compile errors in Linux 2020-10-14 21:03:21 +02: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
xmrig
0a7e9cc47c Merge pull request #1893 from cohcho/fix_partial_read
LineReader: fix partial read
2020-10-14 14:47:51 +07:00
XMRig
429c17ba47 Added copyright. 2020-10-13 23:27:47 +07:00
cohcho
2b7f2c495c LineReader: fix partial read 2020-10-13 16:11:39 +00:00
xmrig
5ffe3ff131 Merge pull request #1889 from cohcho/fix_uv_issue
uv: fix performance issue
2020-10-13 22:35:29 +07:00
xmrig
0656390ce1 Merge pull request #1890 from SChernykh/dev
Added argon2/chukwav2 algorithm
2020-10-13 14:54:34 +07:00