Commit Graph

88 Commits

Author SHA1 Message Date
Roboto12
72813e191f 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
ced04e731b Fix template declaration. 2018-09-25 09:40:09 +03:00
XMRig
975a5112ba Added ASM code for double hash mode, thanks @SChernykh. 2018-09-25 09:25:47 +03:00
XMRig
318fc3ed21 Fixed crash when use ASM code for MSYS2, thanks @SChernykh. 2018-09-24 20:43:31 +03:00
XMRig
512cd05284 Implemented "asm" option. 2018-09-24 14:19:26 +03:00
XMRig
d9de80fcea Initial ASM wrapper. 2018-09-24 09:51:21 +03:00
XMRig
b6a0c7d19b Fix macOS/Clang build. 2018-09-23 20:45:10 +03:00
XMRig
241a9d45eb Initial compile with ASM. 2018-09-23 20:16:33 +03:00
SChernykh
71d73d4077 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
af0172d5f3 Fix compile error on macOS. 2018-09-14 22:04:52 +03:00
XMRig
69680445fc "xmrig::cn_uses_variant1" replaced to "xmrig::cn_base_variant". 2018-09-10 18:35:12 +03:00
XMRig
d88127de8c Small fixes. 2018-09-01 00:00:38 +03:00
XMRig
fe9f2af926 Fix invalid hashes with gcc 7.1. 2018-08-31 23:32:33 +03:00
XMRig
e3885f3c12 Fixed 32 bit support. 2018-08-31 23:19:10 +03:00
XMRig
e4154c2524 Fixed gcc build. 2018-08-31 21:51:34 +03:00
SChernykh
58a3d51038 Fixed spaces 2018-08-29 20:27:17 +02:00
SChernykh
177993cea1 Fixed performance degradation for v0 & v1 2018-08-29 20:15:08 +02:00
SChernykh
723f46e709 Removed excess code for v0 & v1 2018-08-29 19:52:33 +02:00
SChernykh
1852eb95a2 Cryptonight variant 2 support
Reference code: https://github.com/monero-project/monero/pull/4218
2018-08-28 23:42:15 +02:00
XMRig
6a1edd37df Add new algorithms for ARM. 2018-07-10 00:29:16 +07:00
XMRig
5df214f51c Optimize cn-heavy/tube. 2018-07-09 22:28:53 +07:00
XMRig
81f17d9a16 Add cn-heavy/tube. 2018-07-09 20:21:53 +07:00
XMRig
4fcdd96c9b Add reference hashes for cn/xao and cn/rto. 2018-07-09 16:54:39 +07:00
XMRig
c10c9a3134 Added "cn/xao" and "cn/rto". 2018-07-09 16:12:45 +07:00
XMRig
2ebc6b9e8a #714 Simplify cn-heavy/xhv. 2018-07-09 00:23:27 +07:00
XMRig
0e4ae8f67f Fix ARM build. 2018-06-11 15:44:45 +07:00
XMRig
aca46d71b3 Added support for cn-heavy/xhv. 2018-06-11 12:00:59 +07:00
XMRig
4fd3700011 Added support for "cn/msr" also known as "cn-fast". 2018-06-10 19:48:34 +07:00
XMRig
28dab54063 Fix double hash mode too. 2018-06-03 05:42:10 +07:00
XMRig
ea28776822 #551 Fixed cn-heavy for ARMv8. 2018-06-03 02:56:49 +07:00
XMRig
0346b27f9c #446 Better fix, second variable always aligned. 2018-06-03 00:22:26 +07:00
XMRig
cc3572668f Use native checks instead of XMRIG_ARMv8. 2018-06-03 00:09:59 +07:00
XMRig
12329d0153 #446 Fixed SIGBUS error on 32 bit ARM CPUs. 2018-06-02 04:37:12 +07:00
XMRig
dd73f7d78b Fixed ARMv8 build. 2018-05-05 22:44:20 +07:00
XMRig
7cdde1270b Add Stellite (XTL) support as cn/xtl. 2018-04-27 00:28:52 +07:00
XMRig
a57800bb6e Send supported algorithms to pool in login request. 2018-04-26 15:02:01 +07:00
XMRig
45dc9025f8 Added support for cn-lite/ipbc. 2018-04-25 18:31:18 +07:00
XMRig
81303d7a12 Sync changes with proxy. 2018-04-25 14:48:32 +07:00
XMRig
57c856ec5c Basic cryptonight-ipbc definition. 2018-04-21 00:19:33 +07:00
XMRig
2393b537f2 Move keccak to common code. 2018-04-20 14:45:51 +07:00
XMRig
d1bcca1237 Fix x86 build. 2018-04-20 10:14:33 +07:00
XMRig
47e03ea0a3 Fix ARMv7 build. 2018-04-19 19:44:17 +07:00
XMRig
f392a5b163 Rearrange test vectors, for catch cn-heavy bug. 2018-04-19 13:50:06 +07:00
XMRig
afe7e2e2d1 Simplify ARM implementation. 2018-04-19 11:54:11 +07:00
XMRig
a4bd5ed0af Added x3 x4 x5 hashing modes. 2018-04-16 15:40:37 +07:00
XMRig
5a53ffa167 Fixed ARM build. 2018-04-15 12:58:17 +07:00
XMRig
31c786b5c3 Rewrite memory allocation. 2018-04-15 11:08:47 +07:00
XMRig
41292a41a1 Move xmrig.h to common/xmrig.h. 2018-04-13 07:00:51 +07:00
XMRig
c47687daa3 Fixes for build without cn-lite and cn-heavy. 2018-04-12 11:38:43 +07:00
XMRig
33e94d3925 Improved performance for cryptonight v7. 2018-04-09 21:56:15 +07:00