Commit Graph

  • 1777c32f9f - Update to version 6.12.2: * v6.12.2 * Update CHANGELOG.md * RandomX: fix broken light mode mining * Add "argon2/ninja" algorithm alias. * RandomX ARMv8: optimized dataset read * RandomX: rewrote dataset read code * RandomX: added BMI2 version for scratchpad prefetch * Enabled IMUL_RCP optimization for light mode mining * Regenerate OpenCL headers. * Fix CL code for KawPow where it assumes everything is AMD * Fixed broken light mode mining on x86 * Fixup MacOS CUDA backend default loader name * Update openssl version to 1.1.1k * ...and --cpu-affinity. * #2351 Fixed help output for --cpu-priority option. * Update sse2neon.h * Fix AES detection on FreeBSD on ARM * Update randomx_boost.sh * Add missing allow_writes=on to randomx_boost.sh * #2280 Disable GPU backends in benchmark mode. * Removed unnecessary system call. * v6.12.2-dev * support builtin msr Martin Pluskal 2021-05-31 07:51:10 +00:00
  • 55c0b3ffff - Update to version 6.12.2: * v6.12.2 * Update CHANGELOG.md * RandomX: fix broken light mode mining * Add "argon2/ninja" algorithm alias. * RandomX ARMv8: optimized dataset read * RandomX: rewrote dataset read code * RandomX: added BMI2 version for scratchpad prefetch * Enabled IMUL_RCP optimization for light mode mining * Regenerate OpenCL headers. * Fix CL code for KawPow where it assumes everything is AMD * Fixed broken light mode mining on x86 * Fixup MacOS CUDA backend default loader name * Update openssl version to 1.1.1k * ...and --cpu-affinity. * #2351 Fixed help output for --cpu-priority option. * Update sse2neon.h * Fix AES detection on FreeBSD on ARM * Update randomx_boost.sh * Add missing allow_writes=on to randomx_boost.sh * #2280 Disable GPU backends in benchmark mode. * Removed unnecessary system call. * v6.12.2-dev * support builtin msr Martin Pluskal 2021-05-31 07:51:10 +00:00
  • b0c282cd7d Accepting request 888387 from network:cryptocurrencies Dominique Leuenberger 2021-04-26 14:39:28 +00:00
  • 4af1792b43 Accepting request 888387 from network:cryptocurrencies Dominique Leuenberger 2021-04-26 14:39:28 +00:00
  • b520f30e1e - Update to version 6.12.1: * v6.12.1 * Update CHANGELOG.md * v6.12.1-dev * Fixed Zen3 asm for cn/upx2 Martin Pluskal 2021-04-26 08:06:28 +00:00
  • f7bf00eccd - Update to version 6.12.1: * v6.12.1 * Update CHANGELOG.md * v6.12.1-dev * Fixed Zen3 asm for cn/upx2 Martin Pluskal 2021-04-26 08:06:28 +00:00
  • c1ab71e03d Accepting request 887405 from network:cryptocurrencies Dominique Leuenberger 2021-04-22 16:04:06 +00:00
  • ed0ffdbe1a Accepting request 887405 from network:cryptocurrencies Dominique Leuenberger 2021-04-22 16:04:06 +00:00
  • f0bb9fdf8b - Update to version 6.12.0: * v6.12.0 * Update CHANGELOG.md * RandomX: optimized IMUL_RCP instruction * Update CHANGELOG.md * Optimized cn/upx for Zen3 * Fix dvision by zero check in percent() * Fixed rounding mode after running cn/upx * v6.12.0-dev * Optimized cn/upx2 for Ryzen CPUs * Update CnHash.cpp * Added support for Uplexa (cn/upx2 algorithm) * Added support for --user command line option for the benchmark. * Show total hashrate if compiled without OpenCL * v6.11.3-dev Martin Pluskal 2021-04-22 05:59:34 +00:00
  • f3da5a1bf0 - Update to version 6.12.0: * v6.12.0 * Update CHANGELOG.md * RandomX: optimized IMUL_RCP instruction * Update CHANGELOG.md * Optimized cn/upx for Zen3 * Fix dvision by zero check in percent() * Fixed rounding mode after running cn/upx * v6.12.0-dev * Optimized cn/upx2 for Ryzen CPUs * Update CnHash.cpp * Added support for Uplexa (cn/upx2 algorithm) * Added support for --user command line option for the benchmark. * Show total hashrate if compiled without OpenCL * v6.11.3-dev Martin Pluskal 2021-04-22 05:59:34 +00:00
  • a5fc038513 Accepting request 884889 from network:cryptocurrencies Dominique Leuenberger 2021-04-14 08:11:03 +00:00
  • 92628f9885 Accepting request 884889 from network:cryptocurrencies Dominique Leuenberger 2021-04-14 08:11:03 +00:00
  • 86f1a996ed - Update to version 6.11.2: * v6.11.2 * Update CHANGELOG.md * Update llhttp to v5.1.0 * #2207 Fixed regression in HTTP parser. * v6.11.2-dev * v6.11.1 * Update CHANGELOG.md * Fixed broken "coin" setting functionality * v6.11.0 * Update CHANGELOG.md * #2234 Use const_cast. * Fixed cn-heavy for GCC-8 * fix build error on gcc 9.3.0 * Update randomx.cmake * Fixed compilation for ARM * Don't use RandomX JIT if WITH_ASM=OFF * remove useless v4_random_math_init if algo is not cn/r * Add missing include * setBlob should run after setAlgorithm * Optimize cn-heavy in GCC builds * Optimized cn-heavy * Fixed use-after-free bug when exiting * v6.11.0-dev * Added command line options --dns-ipv6 and --dns-ttl. * Added DNS config. * New DNS implementation. * Added DnsRecords class. * Improved DnsRecord class. * Fix vld1q_u8_x4 compilation error with GCC 10.2 Martin Pluskal 2021-04-13 08:59:03 +00:00
  • eb81c52210 - Update to version 6.11.2: * v6.11.2 * Update CHANGELOG.md * Update llhttp to v5.1.0 * #2207 Fixed regression in HTTP parser. * v6.11.2-dev * v6.11.1 * Update CHANGELOG.md * Fixed broken "coin" setting functionality * v6.11.0 * Update CHANGELOG.md * #2234 Use const_cast. * Fixed cn-heavy for GCC-8 * fix build error on gcc 9.3.0 * Update randomx.cmake * Fixed compilation for ARM * Don't use RandomX JIT if WITH_ASM=OFF * remove useless v4_random_math_init if algo is not cn/r * Add missing include * setBlob should run after setAlgorithm * Optimize cn-heavy in GCC builds * Optimized cn-heavy * Fixed use-after-free bug when exiting * v6.11.0-dev * Added command line options --dns-ipv6 and --dns-ttl. * Added DNS config. * New DNS implementation. * Added DnsRecords class. * Improved DnsRecord class. * Fix vld1q_u8_x4 compilation error with GCC 10.2 Martin Pluskal 2021-04-13 08:59:03 +00:00
  • cde2209844 Accepting request 877811 from network:cryptocurrencies Dominique Leuenberger 2021-03-10 07:56:50 +00:00
  • 893bd6f4a7 Accepting request 877811 from network:cryptocurrencies Dominique Leuenberger 2021-03-10 07:56:50 +00:00
  • 92cb3efe4a Accepting request 877593 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-03-08 21:17:55 +00:00
  • d304595a20 Accepting request 877593 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-03-08 21:17:55 +00:00
  • 47eb45257e Accepting request 874965 from network:cryptocurrencies Richard Brown 2021-02-25 17:29:54 +00:00
  • 99ef622785 Accepting request 874965 from network:cryptocurrencies Richard Brown 2021-02-25 17:29:54 +00:00
  • a14b404ba1 Accepting request 874244 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-02-25 06:20:05 +00:00
  • 939c7216f6 Accepting request 874244 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-02-25 06:20:05 +00:00
  • 64f14c4a82 Accepting request 873631 from network:cryptocurrencies Dominique Leuenberger 2021-02-19 22:44:47 +00:00
  • 43ae9397eb Accepting request 873631 from network:cryptocurrencies Dominique Leuenberger 2021-02-19 22:44:47 +00:00
  • 563ddba61a Accepting request 872760 from home:pluskalm:branches:network:cryptocurrencies Martin Pluskal 2021-02-19 06:52:13 +00:00
  • a936c079b5 Accepting request 872760 from home:pluskalm:branches:network:cryptocurrencies Martin Pluskal 2021-02-19 06:52:13 +00:00
  • bbf44ec132 Accepting request 870194 from network:cryptocurrencies Dominique Leuenberger 2021-02-08 10:47:50 +00:00
  • 9fdc920c6c Accepting request 870194 from network:cryptocurrencies Dominique Leuenberger 2021-02-08 10:47:50 +00:00
  • a90f52cad5 Accepting request 869120 from home:pluskalm:branches:network:cryptocurrencies Martin Pluskal 2021-02-08 06:56:38 +00:00
  • ff65a956fa Accepting request 869120 from home:pluskalm:branches:network:cryptocurrencies Martin Pluskal 2021-02-08 06:56:38 +00:00
  • ef6eddfd79 Accepting request 868565 from network:cryptocurrencies Dominique Leuenberger 2021-02-02 13:25:58 +00:00
  • 3ecd32da90 Accepting request 868565 from network:cryptocurrencies Dominique Leuenberger 2021-02-02 13:25:58 +00:00
  • 25ead9f1fd Accepting request 867399 from home:pluskalm:branches:network:cryptocurrencies Martin Pluskal 2021-02-02 09:43:33 +00:00
  • 247c814777 Accepting request 867399 from home:pluskalm:branches:network:cryptocurrencies Martin Pluskal 2021-02-02 09:43:33 +00:00
  • 654aa2b34f Accepting request 865101 from network:cryptocurrencies Dominique Leuenberger 2021-01-21 20:54:51 +00:00
  • 97b9c1a9d2 Accepting request 865101 from network:cryptocurrencies Dominique Leuenberger 2021-01-21 20:54:51 +00:00
  • 2766ba9e62 Accepting request 864059 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-01-21 01:40:22 +00:00
  • f8afbbe4cc Accepting request 864059 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-01-21 01:40:22 +00:00
  • 62e733937d Accepting request 862520 from network:cryptocurrencies Dominique Leuenberger 2021-01-13 17:20:13 +00:00
  • 29f402579b Accepting request 862520 from network:cryptocurrencies Dominique Leuenberger 2021-01-13 17:20:13 +00:00
  • bb597b03d0 Accepting request 862373 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-01-12 07:26:19 +00:00
  • 653f37fd79 Accepting request 862373 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2021-01-12 07:26:19 +00:00
  • 4126e80c4a Accepting request 858217 from network:cryptocurrencies Dominique Leuenberger 2020-12-23 13:21:57 +00:00
  • f48317051f Accepting request 858217 from network:cryptocurrencies Dominique Leuenberger 2020-12-23 13:21:57 +00:00
  • 92613ca14c Accepting request 858121 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2020-12-22 21:02:07 +00:00
  • 7cf05b2045 Accepting request 858121 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2020-12-22 21:02:07 +00:00
  • 6cf56fa10f Accepting request 855806 from network:cryptocurrencies Dominique Leuenberger 2020-12-15 11:31:17 +00:00
  • e85732447c Accepting request 855806 from network:cryptocurrencies Dominique Leuenberger 2020-12-15 11:31:17 +00:00
  • 3b2c80a151 Correct early patch changelog entry Emily Roberts 2020-12-14 16:55:02 +00:00
  • 7f8b4c9e3e Correct early patch changelog entry Emily Roberts 2020-12-14 16:55:02 +00:00
  • d55b933459 Correct changelog for Factory submission Emily Roberts 2020-12-14 16:54:20 +00:00
  • 59838de363 Correct changelog for Factory submission Emily Roberts 2020-12-14 16:54:20 +00:00
  • 1012ee45f7 Accepting request 855717 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2020-12-14 16:49:00 +00:00
  • dc1f7d7e9d Accepting request 855717 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2020-12-14 16:49:00 +00:00
  • e1ed5a3e15 - Correct filename in OpenCL library loader, thus fixing OpenCL support in general - Add recommended package libOpenCL1 for OpenCL support Emily Roberts 2020-12-12 08:58:36 +00:00
  • 52562c6bad - Correct filename in OpenCL library loader, thus fixing OpenCL support in general - Add recommended package libOpenCL1 for OpenCL support Emily Roberts 2020-12-12 08:58:36 +00:00
  • cb2773cf7f Accepting request 854869 from network:cryptocurrencies Dominique Leuenberger 2020-12-11 19:17:04 +00:00
  • f564d4e1a5 Accepting request 854869 from network:cryptocurrencies Dominique Leuenberger 2020-12-11 19:17:04 +00:00
  • 019873a013 Accepting request 854530 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2020-12-10 19:38:08 +00:00
  • 7cfe11cc64 Accepting request 854530 from home:pluskalm:branches:network:cryptocurrencies Emily Roberts 2020-12-10 19:38:08 +00:00
  • 0bcf049c7c Update spec file to fix CMake build Emily Roberts 2020-12-02 06:35:07 +00:00
  • ef6dad54a4 Update spec file to fix CMake build Emily Roberts 2020-12-02 06:35:07 +00:00
  • 11f963a79f - Update to version 6.6.2: * v6.6.2 * Update CHANGELOG.md * Fix RandomX init when switching to other algo and back * Optimized JIT compiler * Update base * Example mining scripts to help new miners * v6.6.2-dev Emily Roberts 2020-12-02 06:18:10 +00:00
  • e975f47647 - Update to version 6.6.2: * v6.6.2 * Update CHANGELOG.md * Fix RandomX init when switching to other algo and back * Optimized JIT compiler * Update base * Example mining scripts to help new miners * v6.6.2-dev Emily Roberts 2020-12-02 06:18:10 +00:00
  • 3a99c82f2a OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/xmrig?expand=0&rev=11 Emily Roberts 2020-11-25 18:50:37 +00:00
  • 9437f7a5aa OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/xmrig?expand=0&rev=11 Emily Roberts 2020-11-25 18:50:37 +00:00
  • 5527826a8f - Update to version 6.6.1: * Fixed, benchmark validation on NUMA hardware produced incorrect results in some conditions. Emily Roberts 2020-11-25 18:50:14 +00:00
  • df94203119 - Update to version 6.6.1: * Fixed, benchmark validation on NUMA hardware produced incorrect results in some conditions. Emily Roberts 2020-11-25 18:50:14 +00:00
  • 5733b13900 - Transition from tar_scm service to obs_scm service - Update to version 6.6.0 * Online benchmark protocol upgraded to v2, validation not compatible with previous versions. + Single thread benchmark now is cheat-resistant, not possible speedup it with multiple threads. + RandomX dataset is now always initialized with static seed, to prevent time cheat by report slow dataset initialization. + Zero delay online submission, to make time validation much more precise and strict. + DNS cache for online benchmark to prevent unexpected delays. Emily Roberts 2020-11-25 10:21:42 +00:00
  • 025c3a1ea0 - Transition from tar_scm service to obs_scm service - Update to version 6.6.0 * Online benchmark protocol upgraded to v2, validation not compatible with previous versions. + Single thread benchmark now is cheat-resistant, not possible speedup it with multiple threads. + RandomX dataset is now always initialized with static seed, to prevent time cheat by report slow dataset initialization. + Zero delay online submission, to make time validation much more precise and strict. + DNS cache for online benchmark to prevent unexpected delays. Emily Roberts 2020-11-25 10:21:42 +00:00
  • bf8f52b577 - Removed unnecessary "mkdir" function from .spec file - Update to version 6.5.3: * v6.5.3 * Update CHANGELOG.md * Added warning about libcpuid deprecation. * Add static_assert * Fixed MSR mod names in JSON API * v6.5.3-dev Emily Roberts 2020-11-15 09:10:35 +00:00
  • 690549ab4a - Removed unnecessary "mkdir" function from .spec file - Update to version 6.5.3: * v6.5.3 * Update CHANGELOG.md * Added warning about libcpuid deprecation. * Add static_assert * Fixed MSR mod names in JSON API * v6.5.3-dev Emily Roberts 2020-11-15 09:10:35 +00:00
  • a66706419c - Update to version 6.5.2: * v6.5.2 * Fixed build without benchmark. * Update CHANGELOG.md * Add support for benchmark in generated config. * #1937 Print path to existing WinRing0 service without verbose option. * Update randomx_boost.sh * Added 250K and 500K offline benchmarks. * MemoryPool: fix alignment modification * Added --token command line option. * Added CPUID info to JSON report * CompiledVm: define default constructor * Separate MSR mod for Zen/Zen2 and Zen3 * v6.5.2-dev Emily Roberts 2020-11-14 06:50:14 +00:00
  • a81e084490 - Update to version 6.5.2: * v6.5.2 * Fixed build without benchmark. * Update CHANGELOG.md * Add support for benchmark in generated config. * #1937 Print path to existing WinRing0 service without verbose option. * Update randomx_boost.sh * Added 250K and 500K offline benchmarks. * MemoryPool: fix alignment modification * Added --token command line option. * Added CPUID info to JSON report * CompiledVm: define default constructor * Separate MSR mod for Zen/Zen2 and Zen3 * v6.5.2-dev Emily Roberts 2020-11-14 06:50:14 +00:00
  • 61e6bf1783 - Added _service file for version updates - Ensure proper installation of executable - Update to version 6.5.1: * v6.5.1 * Update CHANGELOG.md * Update README.md * Update RxConfig.cpp * New MSR mod for Ryzen * Fixed build without HTTP. * #1918 Fixed check for 1GB huge pages on ARM Linux. * Fix compilation on ARMv8 with GCC 9.3.0 Emily Roberts 2020-11-11 06:12:56 +00:00
  • 674d9cfca9 - Added _service file for version updates - Ensure proper installation of executable - Update to version 6.5.1: * v6.5.1 * Update CHANGELOG.md * Update README.md * Update RxConfig.cpp * New MSR mod for Ryzen * Fixed build without HTTP. * #1918 Fixed check for 1GB huge pages on ARM Linux. * Fix compilation on ARMv8 with GCC 9.3.0 Emily Roberts 2020-11-11 06:12:56 +00:00
  • fc204d49d2 Reverse .spec file changes Emily Roberts 2020-11-09 02:48:41 +00:00
  • 60c10f9ad8 Reverse .spec file changes Emily Roberts 2020-11-09 02:48:41 +00:00
  • 6f39cb85f3 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/xmrig?expand=0&rev=4 Emily Roberts 2020-11-09 02:45:50 +00:00
  • e63e693708 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/xmrig?expand=0&rev=4 Emily Roberts 2020-11-09 02:45:50 +00:00
  • cd3738b216 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/xmrig?expand=0&rev=3 Emily Roberts 2020-11-09 02:40:42 +00:00
  • c2a58ecce2 OBS-URL: https://build.opensuse.org/package/show/network:cryptocurrencies/xmrig?expand=0&rev=3 Emily Roberts 2020-11-09 02:40:42 +00:00
  • f01bdaf711 Clean up BuildRequires in .spec file. Emily Roberts 2020-11-09 01:59:15 +00:00
  • adb72611da Clean up BuildRequires in .spec file. Emily Roberts 2020-11-09 01:59:15 +00:00
  • 62ae793273 Accepting request 845887 from home:nopeinomicon Martin Pluskal 2020-11-04 09:38:13 +00:00
  • 736d2e9aac Accepting request 845887 from home:nopeinomicon Martin Pluskal 2020-11-04 09:38:13 +00:00