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
XMRig
74063b9510
Small fixes.
2018-04-06 23:32:54 +07:00
XMRig
dea1643d38
Added cryptonight-heavy support for ARM
2018-04-03 17:51:06 +07:00
XMRig
a9dc7295b8
Added test hashes for self test.
2018-04-03 17:19:01 +07:00
XMRig
8e5f3a5b77
First working cryptonight-heavy.
2018-04-03 16:55:41 +07:00
XMRig
c04c10f69d
Move selfTest to threads, remove legacy CryptoNight.cpp.
2018-04-03 14:51:05 +07:00
XMRig
e0c83777a8
New style function selector.
2018-04-03 02:55:28 +07:00
XMRig
3a11cd6e21
Added classes IThread, CpuThread and API endpoint "GET /1/threads".
2018-04-01 22:49:21 +07:00
XMRig
33600bd923
Options class replaced to xmrig::Config.
2018-03-31 16:29:47 +07:00
XMRig
3a49e8d795
Partial fix for ARMv7
2018-03-24 10:14:21 +07:00
XMRig
a7063f4393
Removed unnecessary pointers cast.
2018-03-18 05:48:19 +07:00
XMRig
86d9a72c57
Remove align.h.
2018-03-14 17:11:51 +07:00
XMRig
5ec8ec1e82
Added test hashes for AEON.
2018-03-13 01:29:31 +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
77a9087f3f
Added reference hashes.
2018-03-07 15:32:44 +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
8a3b8ff788
Fix code style, replace tabs to space #2 .
2018-02-08 17:21:12 +07: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
Foudge
7c79ecb786
+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
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
XMRig
420fb88049
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