SChernykh
ecb3ec0317
Added rx/yada OpenCL support
2024-08-07 00:18:51 +02:00
SChernykh
86f5db19d2
Removed rx/keva
...
Keva coin is too small now.
2024-07-31 08:28:05 +02:00
SChernykh
22d6a7525e
Removed deprecated AstroBWTv1 and v2
2022-06-12 11:47:36 +02:00
Tony Butler
02240eff8c
Slash and burn EOL whitespace everywhere
2021-11-27 17:59:40 -07:00
Tony Butler
eb54cc0e0f
Revert amd_bitalign/amd_bfe polyfills
2021-10-11 04:17:01 -06:00
Tony Butler
84c67c37cd
Apply "no-static-without-amd" fixes
2021-10-11 04:17:01 -06:00
Tony Butler
b44f38a362
Attempt repair of cn/r output-array access problem
2021-10-11 04:17:01 -06:00
Tony Butler
8ed4088d0a
Second try at fixing cn/r atomic_inc() call
2021-10-11 04:17:01 -06:00
Tony Butler
cdcea2a4f9
Attempt fix for cn/r on Apple-AMD
2021-10-11 04:17:01 -06:00
XMRig
35acb3f00b
Merge branch 'GraftRandomX' of https://github.com/Stardock2018/xmrig into pr2563
2021-08-28 11:50:17 +07:00
Chris
7f2771b466
Fixed Algorithm id
...
Algorithm id should be 0x72151267, second and third byte encode L3 and L2 size.
0x72 = 'r'
0x15 = 1 << 0x15 (L3 size)
0x12 = 1 << 0x12 (L2 size)
0x67 = 'g'
2021-08-27 10:31:36 -06:00
Chris
5fdf5516ff
Added Graft RandonX
2021-08-27 08:19:54 -06:00
XMRig
aee0762424
Fix typo.
2021-08-11 16:27:36 +07:00
XMRig
e6332eff2b
Implemented stable algorithm ids.
2021-08-11 03:46:34 +07:00
SChernykh
da7f5826cb
Added support for Uplexa (cn/upx2 algorithm)
2021-04-17 14:53:42 +02:00
SChernykh
4f7186cb0e
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
ebf259fa7c
RandomX: removed rx/loki
...
Loki forks to PoS on October 9th.
2020-10-02 17:02:52 +02:00
SChernykh
768a4581e0
Fixed Cryptonight OpenCL for AMD 20.7.2 drivers
...
Vega 64 + Windows 10 + AMD 20.7.2 drivers were broken on Cryptonight algorithms.
2020-09-19 23:12:05 +02:00
SChernykh
bd8cf54a0b
Cryptonight OpenCL: fix for long input data
2020-07-16 10:39:32 +02:00
SChernykh
7f00cb59d2
Conceal (CCX) support
2020-06-07 01:01:45 +02:00
XMRig
169fad3a5c
Fix compile warnings.
2020-05-29 20:02:57 +07:00
SChernykh
22b937cc1c
KawPow WIP
2020-05-27 16:19:57 +02:00
XMRig
1f36ea2a8e
Added "coin": "keva" and post PR cleanup.
2020-03-07 20:38:44 +07:00
kevacoin
0528ccd01e
Added Keva.
2020-03-04 16:23:33 -08:00
SChernykh
14ef99ca67
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
402c44b547
Added "cn-pico/tlo".
2019-12-29 00:29:19 +07:00
Tony Butler
45412a2ace
Add MoneroV (rx/v) algorithm [based on MoneroOcean/master]
2019-12-18 16:17:22 -07:00
SChernykh
4da37baf8c
RandomSFX (Safex Cash variant) support
2019-12-16 19:36:29 +01:00
XMRig
79f4685d9a
Fixed wrong line ending in generated CL code.
2019-11-15 01:27:30 +07:00
SChernykh
2b29a4c20f
RandomX (Arqma variant) support
2019-10-08 19:00:19 +02:00
XMRig
bd1ffa56dc
Added OpenCL code minification .
2019-09-12 18:50:35 +07:00
XMRig
859626cbe3
Added basic cn/gpu support.
2019-09-08 08:59:17 +07:00
XMRig
3d3a32087f
Fix for ROCm.
2019-09-07 09:46:50 +07:00
XMRig
b9e15389ca
cn/r part 1 of 2.
2019-09-03 14:36:27 +07:00
XMRig
9b6ab55936
Restored all cn/2 based algorithms, except cn/r.
2019-09-02 19:42:00 +07:00
XMRig
235cda1051
* Restored all cn/1 based algorithms (cn/1, cn-lite/1, cn/rto, cn-heavy/tube)
2019-09-02 18:30:13 +07:00
XMRig
28d1eaf8da
Restored all cn/0 based algorithms (cn/0, cn-lite/0, cn/xao, cn-heavy/0, cn-heavy/xhv)
2019-09-02 12:55:41 +07:00
XMRig
fc4f43ac7f
Fixed compute errors.
2019-09-02 11:58:56 +07:00
XMRig
eef5d91606
Implemented verification on CPU.
2019-09-01 19:31:25 +07:00
XMRig
138304ff51
Implemented cn1 kernel launch.
2019-09-01 09:34:37 +07:00
XMRig
fdaa0b7ba1
Cleanup OpenCL code.
2019-09-01 08:49:28 +07:00
XMRig
fcfb738ded
Use external script to prepare OpenCL source.
2019-08-28 00:33:49 +07:00
XMRig
ec1839d580
Restored OclCache.
2019-08-27 06:31:40 +07:00
XMRig
27e862da62
Added OpenCL source.
2019-08-25 23:06:04 +07:00