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
XMRig
6b4f2d0a91
Fixed ARM build.
2018-04-15 12:58:17 +07:00
XMRig
9125b6c251
Rewrite memory allocation.
2018-04-15 11:08:47 +07:00
XMRig
51422f4b1e
Move xmrig.h to common/xmrig.h.
2018-04-13 07:00:51 +07:00
XMRig
b13640e4a1
Fixes for build without cn-lite and cn-heavy.
2018-04-12 11:38:43 +07:00
XMRig
ccbb78d4e9
Improved performance for cryptonight v7.
2018-04-09 21:56:15 +07:00
XMRig
3a67ee6d11
Small fixes.
2018-04-06 23:32:54 +07:00
XMRig
4e8ef7c6ed
Added cryptonight-heavy support for ARM
2018-04-03 17:51:06 +07:00
XMRig
26e1b14020
Added test hashes for self test.
2018-04-03 17:19:01 +07:00
XMRig
dd6bc339bf
First working cryptonight-heavy.
2018-04-03 16:55:41 +07:00
XMRig
5c6ec587ac
Move selfTest to threads, remove legacy CryptoNight.cpp.
2018-04-03 14:51:05 +07:00
XMRig
903b243308
New style function selector.
2018-04-03 02:55:28 +07:00
XMRig
a042cbf885
Added classes IThread, CpuThread and API endpoint "GET /1/threads".
2018-04-01 22:49:21 +07:00
XMRig
aac7b0404a
Options class replaced to xmrig::Config.
2018-03-31 16:29:47 +07:00
XMRig
1011fd4891
Partial fix for ARMv7
2018-03-24 10:14:21 +07:00
XMRig
2de5d92d3a
Removed unnecessary pointers cast.
2018-03-18 05:48:19 +07:00
XMRig
7adf30e326
Remove align.h.
2018-03-14 17:11:51 +07:00
XMRig
125072a30e
Added test hashes for AEON.
2018-03-13 01:29:31 +07:00
XMRig
aec31c43c0
Better v1 PoW implementation, added variant option.
2018-03-12 22:29:44 +07:00
XMRig
83e5832bc1
Some small fixes.
2018-03-12 14:44:23 +07:00
XMRig
79779b51da
Added reference hashes.
2018-03-07 15:32:44 +07:00
XMRig
8b60585004
PoW changes WIP
2018-03-06 21:34:20 +07:00
XMRig
df6a397e52
Update copyright and move version into Job class.
2018-03-06 17:06:07 +07:00
Lee Clagett
48b1de0b59
Changes for the Monero v1 PoW
2018-03-02 22:17:29 +00:00
XMRig
184f79ad3f
Fix code style, replace tabs to space #2 .
2018-02-08 17:21:12 +07:00
XMRig
e78e810cfe
Fix code style, replace tabs to space.
2018-02-08 17:02:32 +07:00
Foudge
9a28ad590c
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
Foudge
9bceb65ad8
+15% boost with non-AES CPU
...
Performance boost validated on Core 2 Quad processor under Windows 10.
But it's Windows/MS Visual C++ specific.
2018-01-20 10:43:56 +01:00
XMRig
aa4f8b6fa7
#216 Added ARMv7 support.
2017-11-26 22:23:23 +03:00
XMRig
6cc152e26f
Added ARMv8 (aarch64) support.
2017-11-06 03:11:35 +03:00
XMRig
d403dcf95c
Optimized software aes.
2017-11-03 05:35:29 +03:00
XMRig
4cf3bb9930
#111 Fixed build without AEON support.
2017-09-16 15:20:33 +03:00
XMRig
a07b0e5953
Fix Visual Studio warnings.
2017-08-14 09:30:41 +03:00
XMRig
30a7f9f7f5
Backport crypto changes from Dead2 xmr-stak-cpu fork.
2017-07-19 21:02:38 +03:00
XMRig
ccc7fba2c4
Fix software AES.
2017-06-17 15:23:25 +03:00
XMRig
5af169fd7b
Fix linux build.
2017-06-14 16:11:01 +03:00
XMRig
7c8a9677a1
Fix crash.
2017-06-13 20:03:43 +03:00
XMRig
981e043ada
Add DoubleWorker class.
2017-06-13 19:58:31 +03:00
XMRig
9580c30d8a
Fix cpuid stub for MSVC.
2017-06-12 16:55:21 +03:00
XMRig
3df545cfc5
Initial MSVC support.
2017-06-12 16:19:07 +03:00
XMRig
a0a8711dab
Add class JobResult.
2017-06-11 10:58:46 +03:00
XMRig
8b83a5fe2e
Implemented CryptoNight with C++ templates.
2017-06-08 23:31:42 +03:00
XMRig
878e021ff6
Initial CryptoNight.
2017-06-08 09:47:25 +03:00
XMRig
5a606be8be
Move crypto/*
2017-06-08 04:20:10 +03:00