XMRig
22f68bda8d
Code cleanup based on Clang-Tidy.
2021-08-25 18:45:15 +07:00
XMRig
c94e504e30
Cleanup.
2021-08-14 04:58:01 +07:00
SChernykh
24fe9d6b31
Update CnHash.cpp
2021-08-13 16:03:15 +02:00
SChernykh
4fe09b5e17
Fixed Termux build
2021-08-13 12:02:03 +02:00
XMRig
48a43b9274
Implemented stable algorithm ids.
2021-08-11 03:46:34 +07:00
XMRig
591bba71f2
Optimize CnHash storage.
2021-08-10 14:54:35 +07:00
XMRig
3f999540b8
namespace cleanup.
2021-08-09 23:51:07 +07:00
SChernykh
479a40c176
Proxy miner signature support (WIP)
2021-06-17 16:58:18 +02:00
SChernykh
411b2d6396
Cryptonote tools WIP
2021-06-15 00:28:32 +02:00
SChernykh
112405390a
Update sse2neon.h
2021-05-03 18:08:59 +02:00
SChernykh
48d777c0f1
Fixed Zen3 asm for cn/upx2
...
- Invalid rounding mode was used which caused rejected shares sometimes
- Also optimized CN implode/explode functions a bit.
2021-04-21 13:22:25 +02:00
SChernykh
775afaeaa1
Optimized cn/upx for Zen3
...
0.9% faster
2021-04-19 12:29:44 +02:00
SChernykh
e3ca348fe5
Fixed rounding mode after running cn/upx
2021-04-19 12:02:57 +02:00
SChernykh
c4845d15c2
Optimized cn/upx2 for Ryzen CPUs
2021-04-17 18:18:26 +02:00
SChernykh
41969df701
Update CnHash.cpp
2021-04-17 15:06:31 +02:00
SChernykh
b3d14f51b9
Added support for Uplexa (cn/upx2 algorithm)
2021-04-17 14:53:42 +02:00
SChernykh
97525616d6
Fixed cn-heavy for GCC-8
2021-04-04 10:18:27 +02:00
esrrhs
43a586ce7a
remove useless v4_random_math_init if algo is not cn/r
2021-04-02 14:59:09 +08:00
SChernykh
f6232d0753
Optimize cn-heavy in GCC builds
...
+0.7% in GCC builds, but GCC is still slower than MSVC on cn-heavy.
2021-03-28 16:12:09 +02:00
SChernykh
f4a43bb4b0
Optimized cn-heavy
...
- Remove unnecessary type conversion when doing `idx0 = d ^ q;`
- Saves 1 CPU cycle in the main loop
- 0.2% speedup on Ryzen 5 5600X, results on other CPUs may vary
2021-03-27 22:21:01 +01:00
SChernykh
4b270047fe
Fix vld1q_u8_x4 compilation error with GCC 10.2
2021-03-12 16:26:02 +01:00
TheGreatMcPain
97908e081f
Update sse2neon.h to the latest master. Fixes build on armv7.
...
A few days after this header was introduced. Upstream updated it with
armv7 versions of `_mm_aesenc_si128` which allows xmrig to build
on armv7.
2021-03-02 01:33:25 -06:00
SChernykh
83ccef753a
Fixed crash when GPU mining cn-heavy on Zen3 system
2021-02-18 14:49:37 +01:00
SChernykh
f36b4e36b1
Cryptonight: add prefetching to interleaved mode
2021-02-07 23:29:54 +01:00
SChernykh
3e9755c8c8
Optimized cn-heavy for Zen3
...
- Uses scratchpad interleaving to access only the closest L3 slice from each CPU core.
- Also activates MSR mod for cn-heavy because CPU prefetchers get confused with interleaving
- 7-8% speedup on Zen3
2021-02-07 22:05:11 +01:00
XMRig
84443a4e8b
Added generic secure JIT support for RandomX.
2020-12-11 23:17:54 +07:00
SChernykh
d5f84a813d
Fixed errors found by static analysis
2020-12-08 12:16:59 +01:00
SChernykh
f8a0aa06c8
Added argon2/chukwav2 algorithm
...
New Turtlecoin algorithm. Source: https://github.com/turtlecoin/turtlecoin/blob/development/src/crypto/hash.h#L57
2020-10-12 08:26:57 +02:00
SChernykh
1865d31d0c
RandomX: added huge-pages-jit config parameter
...
Set to false by default, gives 0.2% boost on Ryzen 7 3700X with 16 threads, but hashrate might be unstable on Ryzen between launches. Use with caution.
2020-10-07 17:42:55 +02:00
Jim Huang
3343e373e8
Adopt new SSE2NEON and reduce ARM-specific changes
...
This patch updated SSE2NEON [1], which contains more functions
provided by Intel intrinsics, only implemented with NEON-based
counterparts to produce the exact semantics of the intrinsics.
Consequently, ARM-specific changes against CryptoNight_arm can
be reduced as well.
[1] https://github.com/DLTcollab/sse2neon/
2020-07-11 01:55:11 +08:00
XMRig
a4032b9f4f
Merge branch 'dev' into evo
2020-06-07 21:25:31 +07:00
SChernykh
63dd56831e
Fixed GCC 10.1 issues
...
- Fixed uninitialized `state->x` warning
- Fixed broken code with `-O3` or `-Ofast`
2020-06-07 16:23:17 +02:00
SChernykh
2ab164caf2
Conceal (CCX) support
2020-06-07 01:01:45 +02:00
SChernykh
f24da62db0
KawPow WIP
2020-05-27 16:19:57 +02:00
XMRig
4f14ca77d7
Move CnAlgo
2020-04-23 12:34:26 +07:00
XMRig
ed44b0c009
Move files.
2020-03-09 01:22:34 +07:00
XMRig
fbe42fe743
Make "astrobwt" as primary user visible algorithm name.
2020-03-01 10:21:29 +07:00
SChernykh
1ccf408ba7
AstroBWT algorithm (DERO) support
...
To test:
- Download https://github.com/deroproject/derosuite/releases/tag/AstroBWT
- Run daemon with `--testnet` in command line
In config.json:
- "coin":"dero"
- "url":"127.0.0.1:30306"
- "daemon:"true"
2020-02-29 22:41:24 +01:00
XMRig
d74775d702
Added "cn-pico/tlo".
2019-12-29 00:29:19 +07:00
XMRig
2b3840a3d4
Added CudaLib stub.
2019-10-25 16:46:49 +07:00
XMRig
121bd87491
Split config generator to separated files.
2019-09-06 19:38:22 +07:00
XMRig
a74c04007f
Print detailed information about OpenCL threads.
2019-09-05 13:00:40 +07:00
XMRig
c91dcc6837
Relax cn algorithm constants definition.
2019-09-04 13:22:20 +07:00
XMRig
df5fd65a45
Merge branch 'dev' into feature-opencl
2019-08-30 16:47:51 +07:00
XMRig
61c6edddc7
Removed Linux specific code from Windows only ASM file.
2019-08-30 13:49:58 +07:00
Matt Smith
8f4aa6871a
Fix linker marking entire executable as executable stack
...
See: https://wiki.ubuntu.com/SecurityTeam/Roadmap/ExecutableStacks
See: https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
2019-08-29 14:12:43 +01:00
XMRig
5588fa13c6
Removed cn/wow algorithm (coin forked to rx/wow).
2019-08-27 09:34:08 +07:00
XMRig
684321a7f2
Added classes IOclRunner, OclBaseRunner, OclCnRunner, OclRxRunner.
2019-08-26 04:44:01 +07:00
XMRig
c23a6f7a29
Added OclDevice and partially autoconfig.
2019-08-22 22:39:36 +07:00
XMRig
9861f9eadd
Added selection for optimized Argon2 implementation.
2019-08-17 01:42:03 +07:00