Commit Graph

35 Commits

Author SHA1 Message Date
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
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
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
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
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
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
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
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
a4bd5ed0af Added x3 x4 x5 hashing modes. 2018-04-16 15:40:37 +07:00
XMRig
31c786b5c3 Rewrite memory allocation. 2018-04-15 11:08:47 +07:00
XMRig
33e94d3925 Improved performance for cryptonight v7. 2018-04-09 21:56:15 +07:00
XMRig
8e5f3a5b77 First working cryptonight-heavy. 2018-04-03 16:55:41 +07:00
XMRig
e0c83777a8 New style function selector. 2018-04-03 02:55:28 +07:00
XMRig
a7063f4393 Removed unnecessary pointers cast. 2018-03-18 05:48:19 +07:00
XMRig
cb63e8e7d0 Better v1 PoW implementation, added variant option. 2018-03-12 22:29:44 +07:00
XMRig
668e38aaf7 Some small fixes. 2018-03-12 14:44:23 +07:00
XMRig
fac912767c PoW changes WIP 2018-03-06 21:34:20 +07:00
XMRig
8a6f0f1e4d Update copyright and move version into Job class. 2018-03-06 17:06:07 +07:00
Lee Clagett
6f4fbb3c40 Changes for the Monero v1 PoW 2018-03-02 22:17:29 +00:00
XMRig
9cf2b0a782 Fix code style, replace tabs to space. 2018-02-08 17:02:32 +07:00
Foudge
50e4f9e3e7 up to 20% perf increase with Cryptonight with non-AES CPU
This time, the performance increase is got with MSVC and GCC. On non-AES CPU, there were an useless load/store SSE2 register. The last MSVC "hack" is replaced by a portable code and he's more complete (a load is saved).

On my C2Q6600, with 3 thread, I have +16% with MSVC2015 and +20% with GCC 7.3, compared to official 2.4.4 version.
2018-01-28 12:58:19 +01:00
XMRig
5f51eddd62 #216 Added ARMv7 support. 2017-11-26 22:23:23 +03:00
XMRig
368736dc28 Added ARMv8 (aarch64) support. 2017-11-06 03:11:35 +03:00