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

3636 Commits

Author SHA1 Message Date
SChernykh 56cacbd5bc Fixes for Visual Studio 2019-01-14 16:38:28 +01:00
SChernykh 8b9d5cff91 Added ASM code patching when loading
For CNv2 variants with different iterations and memory size.
2019-01-14 15:34:55 +01:00
XMRig eede1b4881 Allow ignore block version. 2019-01-14 20:59:39 +07:00
XMRig 492449e9fb #899 Add ASM implementation for cn/half. 2019-01-14 18:09:16 +07:00
XMRig b43336582d Rename ASM files. 2019-01-13 23:00:41 +07:00
XMRig 67863a427d Rename "cn/xtlv9" to "cn/half". 2019-01-13 19:42:27 +07:00
XMRig 1382857c83 #899 Fixed ARM build. 2019-01-13 15:24:04 +07:00
XMRig 84c2cadc50 #899 Initial support for "cn/xtlv9" (C++ only). 2019-01-13 15:03:36 +07:00
XMRig 16b4fd0ff5 Update variant detection for nicehash.com and minergate.com. 2019-01-09 21:47:03 +07:00
XMRig cfe3995aa8 Sync changes. 2019-01-09 16:43:36 +07:00
XMRig 5382216725 Merge branch 'pr857' into dev 2018-11-20 08:19:29 +07:00
XMRig c06f77b9e9 Better compiler name and version handling on Linux and macOS for user-agent string. 2018-11-20 08:18:39 +07:00
XMRig 0c930e277b Merge branch 'upstream-osx-compilers' of https://github.com/rivoreo/xmrig into pr857 2018-11-20 08:03:05 +07:00
XMRig 2a2712ab90 Sync changes. 2018-11-20 07:24:14 +07:00
XMRig 9f6f599d78 Sync changes. 2018-11-11 03:18:56 +07:00
XMRig a76243a65e Sync changes with proxy. 2018-11-06 00:50:28 +07:00
WHR 16babcc6bc Fix impossible to build for OS X without clang 2018-10-30 21:15:49 +08:00
XMRig 3d60b3cc62 #844 Fixed copy/paste typo in comment. 2018-10-25 14:07:15 +07:00
XMRig acd042c234 #839 Fixed FreeBSD compile. 2018-10-24 09:55:40 +07:00
XMRig a2e384df58 Merge branch 'feature-asm-bulldozer' into dev 2018-10-22 23:24:26 +07:00
XMRig 735180ac04 Fixed MSVC 2015 build. 2018-10-22 23:17:54 +07:00
XMRig 06a84499d7 Fixed MSYS2 build & copyright 2018-10-22 23:08:29 +07:00
XMRig caa70a1e9d Merge branch 'dev' of https://github.com/SChernykh/xmrig into feature-asm-bulldozer 2018-10-22 22:52:53 +07:00
XMRig deb832c9c6 Restore old method for total threads count detection. 2018-10-21 23:52:23 +07:00
XMRig d7feb2719e v2.8.5-dev 2018-10-21 23:29:17 +07:00
SChernykh 4b91978af6 Added asm optimized code for AMD Bulldozer 2018-10-21 18:29:03 +02:00
XMRig 7e078f2d07 Merge branch 'master' into dev 2018-10-21 23:25:06 +07:00
xmrig 2b0b71b9f6 Update CHANGELOG.md 2018-10-19 10:41:32 +07:00
xmrig 938e652c45 Update CHANGELOG.md 2018-10-19 10:26:12 +07:00
xmrig 20bd22ea22 Update README.md v2.8.3 2018-10-19 10:19:18 +07:00
xmrig c7c9d20b8b Update CHANGELOG.md 2018-10-19 09:59:14 +07:00
XMRig dd6aeb26e8 v2.8.3 2018-10-19 09:56:28 +07:00
XMRig ba0df6e973 Merge branch 'dev' 2018-10-19 09:52:09 +07:00
xmrig a0f48adf5c Merge pull request #814 from 0xc0d32/patch-1
Update Pool.cpp
2018-10-19 09:40:00 +07:00
_0xc0d32 2b0cac5d4d Update Pool.cpp
Fixed to #813
2018-10-18 22:42:47 -03:00
XMRig afeaabdca4 v2.8.2-dev 2018-10-15 18:22:45 +07:00
XMRig 6b584a78b2 Merge branch 'master' into dev 2018-10-15 18:21:37 +07:00
MoneroOcean 58d20254eb Version update 2018-10-11 19:17:55 +02:00
MoneroOcean d6967693a1 Removed extra line 2018-10-11 19:07:31 +02:00
MoneroOcean 6893e35021 Removed extra check no longer needed 2018-10-11 19:00:43 +02:00
MoneroOcean d3af3e3bb2 Fixed syntax 2018-10-11 18:59:11 +02:00
MoneroOcean e4cbd36d22 Avoid deleting hashrate object 2018-10-11 18:57:09 +02:00
MoneroOcean c9907eb617 Some code changes 2018-10-11 15:51:36 +02:00
MoneroOcean 4cb8bc4dde Fixed hashrate race condition 2018-10-11 15:44:25 +02:00
MoneroOcean 4fafee2e93 Added timer start/stop during algo switch 2018-10-11 13:48:17 +02:00
MoneroOcean af96ca4f46 Fixed semantic error 2018-10-11 13:35:27 +02:00
MoneroOcean 893aef7c42 Fixed race condition with soft_stop and onTick 2018-10-11 13:32:21 +02:00
MoneroOcean faecf408d6 Added cn/2 to algo test 2018-10-11 11:48:27 +02:00
MoneroOcean e314fa8ec9 Merge from xmrig-2.8.1 2018-10-09 10:53:12 +02:00
xmrig 4bf248f513 Update README.md v2.8.1 2018-10-09 07:41:40 +07:00