1
0
mirror of https://github.com/xmrig/xmrig.git synced 2026-06-29 22:12:39 -04:00
Commit Graph

643 Commits

Author SHA1 Message Date
XMRig 84c2cadc50 #899 Initial support for "cn/xtlv9" (C++ only). 2019-01-13 15:03:36 +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
SChernykh 4b91978af6 Added asm optimized code for AMD Bulldozer 2018-10-21 18:29:03 +02:00
XMRig 152c4f2f1b #768 Fixed build error with MSVC 2015 and enabled ASM code. 2018-10-02 17:50:19 +03:00
Roboto12 fbba3d1be6 Update Asm.cpp
parse(value.IsBool()) should be changed to parse(value.GetBool()), otherwise if the 'asm' parameter in config has a boolean value, it will be parse as 'true' even if it's actually 'false'.
2018-09-28 19:18:37 +03:00
XMRig 0d9db273a0 Fix template declaration. 2018-09-25 09:40:09 +03:00
XMRig 1a3de05096 Added ASM code for double hash mode, thanks @SChernykh. 2018-09-25 09:25:47 +03:00
XMRig ebcdac7d13 Fixed crash when use ASM code for MSYS2, thanks @SChernykh. 2018-09-24 20:43:31 +03:00
XMRig c2fcf23855 Implemented "asm" option. 2018-09-24 14:19:26 +03:00
XMRig ba65a34a01 Initial ASM wrapper. 2018-09-24 09:51:21 +03:00
XMRig f163aad38c Fix macOS/Clang build. 2018-09-23 20:45:10 +03:00
XMRig dd27c42293 Initial compile with ASM. 2018-09-23 20:16:33 +03:00
SChernykh d8ca5ef205 Cryptonight variant 2 - final version
Reference code: https://github.com/monero-project/monero/pull/4404

I tested it on x86 with av=1-10 and on ARM with av=1-4, self test passed.
2018-09-22 17:21:32 +02:00
XMRig 93216a51f4 Fix compile error on macOS. 2018-09-14 22:04:52 +03:00
XMRig 23914e9a9f "xmrig::cn_uses_variant1" replaced to "xmrig::cn_base_variant". 2018-09-10 18:35:12 +03:00
XMRig b948474d01 Small fixes. 2018-09-01 00:00:38 +03:00
XMRig 075565e6fa Fix invalid hashes with gcc 7.1. 2018-08-31 23:32:33 +03:00
XMRig eef4d9b102 Fixed 32 bit support. 2018-08-31 23:19:10 +03:00
XMRig f11aad515b Fixed gcc build. 2018-08-31 21:51:34 +03:00
SChernykh ea1658c818 Fixed spaces 2018-08-29 20:27:17 +02:00
SChernykh 7c4b718789 Fixed performance degradation for v0 & v1 2018-08-29 20:15:08 +02:00
SChernykh f151c7131d Removed excess code for v0 & v1 2018-08-29 19:52:33 +02:00
SChernykh 36a562e1f1 Cryptonight variant 2 support
Reference code: https://github.com/monero-project/monero/pull/4218
2018-08-28 23:42:15 +02:00
XMRig 0041e9f0c1 Add new algorithms for ARM. 2018-07-10 00:29:16 +07:00
XMRig 969a26fb5d Optimize cn-heavy/tube. 2018-07-09 22:28:53 +07:00
XMRig dac12a122f Add cn-heavy/tube. 2018-07-09 20:21:53 +07:00
XMRig 2702b6ffc8 Add reference hashes for cn/xao and cn/rto. 2018-07-09 16:54:39 +07:00
XMRig 25bac30862 Added "cn/xao" and "cn/rto". 2018-07-09 16:12:45 +07:00
XMRig a8de81a51b #714 Simplify cn-heavy/xhv. 2018-07-09 00:23:27 +07:00
XMRig 6a7a7ada2e Fix ARM build. 2018-06-11 15:44:45 +07:00
XMRig dab4239aca Added support for cn-heavy/xhv. 2018-06-11 12:00:59 +07:00
XMRig 8908c2c027 Added support for "cn/msr" also known as "cn-fast". 2018-06-10 19:48:34 +07:00
XMRig 1748a7bd57 Fix double hash mode too. 2018-06-03 05:42:10 +07:00
XMRig 6cf24936df #551 Fixed cn-heavy for ARMv8. 2018-06-03 02:56:49 +07:00
XMRig 651637d637 #446 Better fix, second variable always aligned. 2018-06-03 00:22:26 +07:00
XMRig 26ee5028e1 Use native checks instead of XMRIG_ARMv8. 2018-06-03 00:09:59 +07:00
XMRig d900a6d9dd #446 Fixed SIGBUS error on 32 bit ARM CPUs. 2018-06-02 04:37:12 +07:00
XMRig a00024cf51 Fixed ARMv8 build. 2018-05-05 22:44:20 +07:00
XMRig 3df99fbced Add Stellite (XTL) support as cn/xtl. 2018-04-27 00:28:52 +07:00
XMRig 41e8c4f887 Send supported algorithms to pool in login request. 2018-04-26 15:02:01 +07:00
XMRig ba5f92c6dd Added support for cn-lite/ipbc. 2018-04-25 18:31:18 +07:00
XMRig ca149d2eed Sync changes with proxy. 2018-04-25 14:48:32 +07:00
XMRig 274992e50d Basic cryptonight-ipbc definition. 2018-04-21 00:19:33 +07:00
XMRig 98e7308597 Move keccak to common code. 2018-04-20 14:45:51 +07:00
XMRig 2d2e60a197 Fix x86 build. 2018-04-20 10:14:33 +07:00
XMRig 14576f599c Fix ARMv7 build. 2018-04-19 19:44:17 +07:00
XMRig e119f7f402 Rearrange test vectors, for catch cn-heavy bug. 2018-04-19 13:50:06 +07:00
XMRig ad94e9a7d2 Simplify ARM implementation. 2018-04-19 11:54:11 +07:00
XMRig 9e3f2ae9f9 Added x3 x4 x5 hashing modes. 2018-04-16 15:40:37 +07:00