1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-01-23 23:02:51 -05:00

Commit Graph

  • 26ed6254dc Added "health-print-time" option. XMRig 2019-11-01 04:08:52 +07:00
  • 1cb4d73fe3 Added manual (e key) health reports. XMRig 2019-11-01 00:09:28 +07:00
  • f110b5000b Fixed switching from non RandomX algorithm to RandomX. XMRig 2019-10-30 22:40:09 +07:00
  • 83f437f979 Implemented NvmlLib. XMRig 2019-10-30 20:26:21 +07:00
  • 175a7b06b7 Added initial NVML stub. XMRig 2019-10-30 15:33:06 +07:00
  • 9d580693db Update CMAKE_OPTIONS.md xmrig 2019-10-29 17:26:03 +07:00
  • 3bdf7111ce Fixed singular form for threads. XMRig 2019-10-29 17:18:46 +07:00
  • 23ebcfb2db Display backend for shares. XMRig 2019-10-29 15:43:13 +07:00
  • b1eac17d60 Added version information to API. XMRig 2019-10-29 14:25:40 +07:00
  • 9dfa38f1e7 Added command line options --cuda and --cuda-loader. XMRig 2019-10-29 00:42:49 +07:00
  • 80fd0f9fab Fix CUDA plugin name for Linux. XMRig 2019-10-28 14:54:24 +07:00
  • 58174e5e91 v4.5.0-evo XMRig 2019-10-28 13:30:03 +07:00
  • ab7f0cb4cc Merge branch 'feature-cuda' into evo XMRig 2019-10-28 13:29:15 +07:00
  • f6f480264e Merge branch 'evo' of github.com:xmrig/xmrig into evo XMRig 2019-10-28 13:28:43 +07:00
  • 8cd265c38c Added CUDA threads to API. XMRig 2019-10-28 13:18:00 +07:00
  • 99fe304c1f Don't generate CUDA config on fly. XMRig 2019-10-28 01:47:55 +07:00
  • 7889634b40 Added RandomX support. XMRig 2019-10-28 01:18:08 +07:00
  • 0e224abb0a Improved error handling. XMRig 2019-10-27 19:51:21 +07:00
  • c9f7cbae09 Implemented cryptonight mining. XMRig 2019-10-27 17:53:00 +07:00
  • 2e537013a2 Merge pull request #1253 from SChernykh/evo xmrig 2019-10-27 02:08:09 +07:00
  • 7cb9b92347 Fix VS2019 compilation SChernykh 2019-10-26 13:32:30 +02:00
  • bb2cc0deb7 Added CudaWorker and CudaLaunchData. XMRig 2019-10-26 17:37:54 +07:00
  • d4a3024996 Implemented CUDA config generation. XMRig 2019-10-26 03:12:55 +07:00
  • 77d5b73724 Added CudaDevice class. XMRig 2019-10-26 00:49:59 +07:00
  • ec717f27b5 Added CudaLib stub. XMRig 2019-10-25 16:46:49 +07:00
  • 0fc215c457 Added initial CUDA backend stub. XMRig 2019-10-23 16:37:56 +07:00
  • 534a764023 Merge branch 'beta' into evo XMRig 2019-10-23 11:53:02 +07:00
  • dc705d88ab Fixed "coin" option for self select mode. XMRig 2019-10-22 16:54:36 +07:00
  • 6e9fd5a430 Update CHANGELOG.md xmrig 2019-10-22 15:28:15 +07:00
  • e3f37bc2f9 v4.4.0-beta v4.4.0-beta XMRig 2019-10-22 14:15:40 +07:00
  • f6d58c7d46 Merge branch 'evo' into beta XMRig 2019-10-22 14:15:01 +07:00
  • 48545c5916 Fixed compile warnings. XMRig 2019-10-22 13:09:58 +07:00
  • f7dcfffdb1 Removed unused class member. XMRig 2019-10-22 12:30:04 +07:00
  • 52281906c6 Fixed "huge-pages" option. XMRig 2019-10-21 23:01:30 +07:00
  • 487b2a3655 Merge branch 'evo' of github.com:xmrig/xmrig into evo XMRig 2019-10-21 21:27:51 +07:00
  • 71ee145f70 Added "paused" field to API. XMRig 2019-10-21 21:27:05 +07:00
  • da20d74145 Update CHANGELOG.md xmrig 2019-10-21 20:22:35 +07:00
  • c29fa62260 #1241 Revert changes in ConsoleLog for Windows. XMRig 2019-10-20 23:59:29 +07:00
  • 5613912ec4 Added "self-select" to config example. XMRig 2019-10-20 16:04:22 +07:00
  • b77c5428f9 Update CHANGELOG.md xmrig 2019-10-20 16:02:49 +07:00
  • 2012ce384e Update README.md xmrig 2019-10-20 11:48:23 +07:00
  • 6b40ede2bc Don't add "self-select" field to generated config if it not supported. XMRig 2019-10-19 02:39:46 +07:00
  • 128c5f67ad Merge pull request #1248 from SChernykh/evo xmrig 2019-10-18 23:27:39 +07:00
  • 578bebb04d Prefer sys_icache_invalidate on iOS SChernykh 2019-10-18 18:17:57 +02:00
  • 5611249af7 Fixed __builtin___clear_cache detection SChernykh 2019-10-18 18:04:13 +02:00
  • a56febcd13 Force HAVE_BUILTIN_CLEAR_CACHE for GNU compilers SChernykh 2019-10-18 17:39:57 +02:00
  • 0ad992985c Update jit_compiler_a64.cpp SChernykh 2019-10-18 16:36:50 +02:00
  • 1a66c3f1a1 Update jit_compiler_a64.cpp SChernykh 2019-10-18 16:32:01 +02:00
  • a2ef2fd9d9 Update jit_compiler_a64.cpp SChernykh 2019-10-18 16:28:49 +02:00
  • 998c55030a Fixed code cache cleanup on iOS/Darwin SChernykh 2019-10-18 16:26:15 +02:00
  • 5c02cb50da Fix copy/paste typo. XMRig 2019-10-18 21:26:15 +07:00
  • 079de97fab Merge pull request #1247 from SChernykh/evo xmrig 2019-10-18 21:24:14 +07:00
  • 432addab33 Fix ARM64 code alignemtn SChernykh 2019-10-18 16:18:45 +02:00
  • 10d292092a #1246 Fixed build on iOS. XMRig 2019-10-18 12:02:10 +07:00
  • a02ee96651 Merge branch 'feature-self-select' into evo XMRig 2019-10-17 00:59:05 +07:00
  • d783febad6 Added error handling for self-select mode. XMRig 2019-10-17 00:57:35 +07:00
  • ea6d9073b7 Merge pull request #1243 from komatom/evo_globalmemsize_fix xmrig 2019-10-16 20:33:54 +07:00
  • 83a5923568 Added send with callback. XMRig 2019-10-16 19:34:33 +07:00
  • 9e2b63890c Use functions to get memory variables Anton Kamenov 2019-10-14 14:14:12 +03:00
  • ed08895d4a Fixes OclDevice::globalMemSize() that sometimes returns 0 Anton Kamenov 2019-10-14 13:34:17 +03:00
  • 5b4026694d Merge pull request #1240 from SChernykh/evo xmrig 2019-10-14 10:07:20 +07:00
  • c9798ba2e9 Sync with latest RandomX code SChernykh 2019-10-13 22:13:29 +02:00
  • 3752551e53 Self-select initial working implementation. XMRig 2019-10-12 19:48:18 +07:00
  • a62f6f9552 Merge branch 'evo' into feature-self-select XMRig 2019-10-12 13:08:12 +07:00
  • e9d2e194f3 Added SelfSelectClient stub. XMRig 2019-10-12 00:24:47 +07:00
  • 6009fffa7b v4.3.1-beta v4.3.1-beta XMRig 2019-10-11 23:23:44 +07:00
  • fad1e5fb3c Merge branch 'evo' into beta XMRig 2019-10-11 23:23:22 +07:00
  • 228f02c361 Fixed regression. XMRig 2019-10-11 23:21:02 +07:00
  • 72c45d882b Prepare for self select. XMRig 2019-10-11 14:55:12 +07:00
  • 4dc7a8103b Added class Url. XMRig 2019-10-11 09:58:11 +07:00
  • 71108e1bde v4.4.0-evo XMRig 2019-10-10 17:12:13 +07:00
  • 72b7d934f6 v4.3.0-beta v4.3.0-beta XMRig 2019-10-10 13:58:43 +07:00
  • 08e9e834b9 Merge branch 'evo' into beta XMRig 2019-10-10 13:34:18 +07:00
  • c26c4ce714 Update CHANGELOG.md xmrig 2019-10-09 13:11:35 +07:00
  • 61ab47cc95 Improved CPU profile generation. XMRig 2019-10-09 12:58:11 +07:00
  • 7db7b3727d Improved OpenCL profile generation, don't create unnecessary (equal to main profile) profiles. XMRig 2019-10-09 11:11:43 +07:00
  • 1d03b942a5 Update ALGORITHMS.md xmrig 2019-10-09 09:26:56 +07:00
  • ee87f73d5e #1227 Added "arqma" value for "coin" option. XMRig 2019-10-09 09:20:54 +07:00
  • bb7bff9115 Added command line option --cpu-memory-pool. XMRig 2019-10-09 08:45:06 +07:00
  • 1e5fdde9ba Merge pull request #1227 from SChernykh/evo xmrig 2019-10-09 07:56:00 +07:00
  • 2b29a4c20f RandomX (Arqma variant) support SChernykh 2019-10-08 19:00:19 +02:00
  • 119e7ea7bf Merge branch 'feature-hugepages-pool' into evo XMRig 2019-10-08 09:47:01 +07:00
  • 58c81be1f1 Updated default config and docs. XMRig 2019-10-08 09:41:36 +07:00
  • d3b137c817 Fixed crash. XMRig 2019-10-08 08:50:33 +07:00
  • 9dce868fb9 Added "memory-pool" option. XMRig 2019-10-07 23:38:01 +07:00
  • c4170fbb86 Removed unnecessary error message. XMRig 2019-10-07 21:11:58 +07:00
  • 2dc4ceae29 Added class NUMAMemoryPool. XMRig 2019-10-07 20:39:04 +07:00
  • 0e0a26f644 Fixed Linux build. XMRig 2019-10-07 13:37:12 +07:00
  • 68d77b02d7 Added initial memory pool support. XMRig 2019-10-07 12:36:40 +07:00
  • c13c83b902 VirtualMemory class refactoring. XMRig 2019-10-06 17:49:15 +07:00
  • 72c9d94390 Use hwloc for set thread affinity. XMRig 2019-10-06 14:40:42 +07:00
  • 9101469308 Update CHANGELOG.md xmrig 2019-10-06 12:02:43 +07:00
  • 759573ace3 Merge branch 'optimize-numa' into evo XMRig 2019-10-06 11:21:31 +07:00
  • 0a1836e5a8 Fixed exit condition for RxQueue. XMRig 2019-10-06 11:19:32 +07:00
  • 8af1075c98 Removed uv_try_write for console log. XMRig 2019-10-06 11:03:01 +07:00
  • 91498ec690 Merge pull request #1220 from SChernykh/evo xmrig 2019-10-06 08:16:40 +07:00
  • 59b62dcb77 Added class RxQueue, class Rx now thin static wrapper on top of RxQueue. XMRig 2019-10-06 07:47:41 +07:00
  • 10f9b29e03 Refactored JIT compiler for x86, small RandomX speedup SChernykh 2019-10-05 21:40:21 +02:00
  • d5af5cf8f8 Fixed exit. XMRig 2019-10-05 11:24:22 +07:00
  • 05928ccc25 Implemented RxNUMAStorage. XMRig 2019-10-05 08:24:28 +07:00