1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-28 13:42:43 -04:00
Commit Graph

3376 Commits

Author SHA1 Message Date
xmrig 45300f1ff5 Update README.md 2020-08-20 13:43:20 +07:00
XMRig 847d08cdbc v6.3.2 v6.3.2 2020-08-20 12:54:22 +07:00
XMRig 81af1e964d Merge branch 'dev' 2020-08-20 12:53:45 +07:00
xmrig 3662e45435 Update CHANGELOG.md 2020-08-20 12:49:31 +07:00
XMRig f06e30e343 Merge branch 'battery-macos' of https://github.com/jtgrassie/xmrig into dev 2020-08-20 12:46:09 +07:00
xmrig 34d4aa4012 Update CHANGELOG.md 2020-08-19 07:42:10 +07:00
XMRig 3e4bf8cd6c Fix compile warning 2020-08-17 06:08:14 +07:00
XMRig 206b675892 Always use all available threads on ARM. 2020-08-16 17:36:38 +07:00
XMRig 00b4ae9c36 Fixed compile warning and updated build.uv.sh. 2020-08-16 16:03:27 +07:00
XMRig 8d5ea745bb Merge branch 'dev' of github.com:xmrig/xmrig into dev 2020-08-16 15:47:57 +07:00
XMRig cac48cdd27 Added ARM CPU name detection based on lscpu code. 2020-08-16 15:47:29 +07:00
xmrig c20010ed54 Merge pull request #1807 from SChernykh/dev
RandomX JIT: optimized address mask calculation
2020-08-12 21:48:20 +07:00
SChernykh 5926dee354 RandomX JIT: optimized address mask calculation 2020-08-12 16:45:16 +02:00
Jethro Grassie b78b0b5c6b fix macos battery detection 2020-08-11 18:04:56 -04:00
XMRig 43afa437e4 Merge branch 'dev' of github.com:xmrig/xmrig into dev 2020-08-07 21:55:06 +07:00
XMRig 050568a4ab Fixed rare protocol error in HTTP client. 2020-08-07 21:54:22 +07:00
xmrig 8bf40cea36 Update CHANGELOG.md 2020-08-01 13:02:11 +07:00
XMRig ae3ff0f570 Fixed RandomX cache initialization if 1GB pages fails to allocate on a first NUMA node. 2020-08-01 12:30:02 +07:00
xmrig 0addf91a70 Merge pull request #1794 from SChernykh/dev
More robust 1 GB pages handling
2020-07-31 20:45:27 +07:00
SChernykh abb78302b8 Try to allocate scratchpad from dataset's 1 GB huge pages, if normal huge pages are not available 2020-07-31 13:37:22 +02:00
XMRig e5579d8635 v6.3.2-dev 2020-07-31 16:50:23 +07:00
XMRig 3986c43fa5 Merge branch 'master' into dev 2020-07-31 16:48:54 +07:00
SChernykh 838cc08680 Force 2 MB pages size in allocateLargePagesMemory() on Linux 2020-07-31 09:55:49 +02:00
XMRig a0fe49f946 v6.3.1 v6.3.1 2020-07-31 13:20:56 +07:00
XMRig 70dbe8562c Merge branch 'dev' 2020-07-31 13:20:11 +07:00
xmrig 41fcd1e49a Update CHANGELOG.md 2020-07-31 13:16:58 +07:00
xmrig 90195caa1d Merge pull request #1792 from SChernykh/dev
Fixed crash in RelWithDbgInfo MSVC build
2020-07-29 15:42:09 +07:00
SChernykh cdb6287d89 Fixed crash in RelWithDbgInfo MSVC build
Same problem as in https://github.com/xmrig/xmrig/pull/1784 , fixed with compiler flags this time.
2020-07-29 10:39:58 +02:00
XMRig 32e9b7e34a Added command line option --pause-on-battery and renamed config option. 2020-07-23 15:45:01 +07:00
XMRig 6484bbb716 Add tags 2020-07-23 10:26:56 +07:00
xmrig e59806d6ae Merge pull request #1786 from SChernykh/dev
Added mining on battery setting
2020-07-23 09:20:06 +07:00
SChernykh 299b180b28 Added mining on battery setting 2020-07-22 20:21:42 +02:00
XMRig 1acd88ed39 Cleanup 2020-07-22 21:27:40 +07:00
XMRig 109c088e8a Cleanup usage output. 2020-07-22 19:58:08 +07:00
xmrig bb18239642 Update README.md 2020-07-22 09:14:25 +07:00
xmrig ccded7cc0a Merge pull request #1784 from SChernykh/dev
Fixed RandomX initialization for VS debug builds
2020-07-21 19:04:02 +07:00
SChernykh 5bc89fdc8b Fixed RandomX initialization for VS debug builds 2020-07-21 10:10:07 +02:00
XMRig 70c7f33a20 Added command line options --cache-qos (--randomx-cache-qos) and --argon2-impl (--cpu-argon2-impl). 2020-07-20 09:17:59 +07:00
XMRig 1ec185a3a0 v6.3.1-dev 2020-07-17 03:13:02 +07:00
XMRig 6aa4eeefbb Merge branch 'master' into dev 2020-07-17 03:12:36 +07:00
XMRig 10ea567084 v6.3.0 v6.3.0 2020-07-17 00:17:55 +07:00
XMRig 028d6503aa Merge branch 'dev' 2020-07-17 00:17:24 +07:00
XMRig 51346c2b2b v6.3.0-dev 2020-07-17 00:04:31 +07:00
XMRig ca535c7813 Sync changes with the proxy. 2020-07-16 23:29:21 +07:00
xmrig ba80e27349 Merge pull request #1780 from SChernykh/dev
Cryptonight OpenCL: fix for long input data
2020-07-16 19:56:20 +07:00
SChernykh bd8cf54a0b Cryptonight OpenCL: fix for long input data 2020-07-16 10:39:32 +02:00
XMRig e0eed7d5d6 Fixed build without MSR support. 2020-07-16 05:15:35 +07:00
XMRig 8dff08f15f Merge branch 'haven-protocol-org-master' into dev 2020-07-15 23:33:53 +07:00
XMRig 47d68b068b Merge branch 'master' of https://github.com/haven-protocol-org/xmrig into haven-protocol-org-master 2020-07-15 23:33:17 +07:00
Neil Coggins a648a8b9be Increased max blob size to support Haven offshore capability 2020-07-14 11:52:43 +01:00