Tanguy Pruvot
370684f743
cryptonight: some code finitions
6 years ago
Tanguy Pruvot
654e8a10ec
fix g++ 7.3 warnings (ubuntu 18.04)
6 years ago
Tanguy Pruvot
d9f242b8d1
add sonoa algo, heavy x17 hashes
...
seems to works, more or less correctly (a few validation errors)
6 years ago
Tanguy Pruvot
6dc1bbdd47
prepare the new release
6 years ago
Tanguy Pruvot
77c4b8724e
handle new cryptonight variants, stellite, aeon
...
special thanks for klausT changes and ystarnaud who helped me to adapt my kernel variants...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
6 years ago
Tanguy Pruvot
968d2ba049
phi2: fix the double endian swap on roots
6 years ago
Tanguy Pruvot
9fd5b04af6
phi2: handle stratum sc hashes
6 years ago
Tanguy Pruvot
07859f93ce
update windows version + 2.2.6 readme
6 years ago
Tanguy Pruvot
3d03a1b9fd
phi2 algo
7 years ago
Tanguy Pruvot
b8190e4aa7
allium: add missing device cpu flag for linux
7 years ago
Tanguy Pruvot
a9357e1ec8
lyra2: remove unused nonce param
7 years ago
Tanguy Pruvot
57f8f776fb
timetravel: cleanup, remove unused algos
...
+ cubehash 80 midstate
7 years ago
Tanguy Pruvot
ffd6cf38bf
update readme and win ver
7 years ago
Tanguy Pruvot
b97567a451
allium algo
7 years ago
Tanguy Pruvot
bfcf7a9e52
neoscrypt: add extra space for recent vstudio madness
7 years ago
Tanguy Pruvot
16ebe53b72
x12: apply echo512 optimised kernel on recent cards
7 years ago
Tanguy Pruvot
5d0c0a665d
x17: apply echo512 improvement
...
add a tiny 1% on x17, better than nothing...
7 years ago
Tanguy Pruvot
a81ab0f7a5
readme for 2.2.5 release
7 years ago
Tanguy Pruvot
ff73bda584
scrypt stuff
7 years ago
Tanguy Pruvot
2fdc10a39c
x16r/s: move to a common x16 folder
7 years ago
Tanguy Pruvot
13e333d3e2
x16: optimised echo512-64 kernel for maxwell+
...
which keep the SM 3.0 compat with x11 kernel
7 years ago
Tanguy Pruvot
27199e2a4d
api: missing break on mcast argument
7 years ago
Tanguy Pruvot
96adaf986c
x16s algo, compatible with SM3+
7 years ago
Tanguy Pruvot
5b1b77ba95
api: fix possible issue on linux
7 years ago
Tanguy Pruvot
0961544c85
x12: reorder cpu code to notice its not x11 one
7 years ago
Tanguy Pruvot
51c02a7e9a
x12: a bit more code cleanup
7 years ago
Tanguy Pruvot
84337459b8
x12 stuff + readme
7 years ago
Galaxy Cash Developers
e21640545f
x12 algorithm ( #59 )
7 years ago
Tanguy Pruvot
fd406f02c2
equihash: error fix for the TITAN V
7 years ago
Tanguy Pruvot
d8a64d4bd2
neoscrypt: improve perfs and fix the Titan default intensity
7 years ago
Tanguy Pruvot
78dad7dd65
x16r algo and new kernels
...
Was a very long work but finally working,
and unlike xevan these new kernels are reusable..
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
7 years ago
Tanguy Pruvot
b71f85ec31
stratum: show reason of auth failure
7 years ago
hakemimi
50781f00eb
lyra2: Translate japanese comments into english ( #40 )
...
* Revert "lyra2: fix compilation on japanese windows (#38 )"
This reverts commit 30db7d2433
.
* Restore comments removed in #38 , translate them into English
The original line says "allocate XXXX bytes to adjust for X Warp."
Remove the number from comment since they are trivial
* Translate Japanese comments
7 years ago
Guillaume George
30db7d2433
lyra2: fix compilation on japanese windows ( #38 )
...
Remove comment that prevent compilation on japanese windows (#38 )
7 years ago
Tanguy Pruvot
3761774ccf
cuda: get ride of cuda 9 mask warnings
7 years ago
Chris Spillane
f1a7de4e9e
Update README.txt ( #37 )
...
remove duplicate x17 line, add a few more coin examples.
7 years ago
Tanguy Pruvot
b54be470e1
upgrade BIGNUM class for openssl 1.1
7 years ago
Tanguy Pruvot
69e12962fc
update README for 2.2.4
7 years ago
Tanguy Pruvot
73dd6aac5c
keccak: avoid to use twice cuda_default_throughput
...
and drop useless gpu hash alloc...
7 years ago
Tanguy Pruvot
11a512f2a7
change defaults to handle cuda 9+, disable heavy and SM 2.x
...
Heavy is the only algo using thrust which is generally broken on new cuda releases
mjollnir dropped too... never seen this coin anyway...
7 years ago
Tanguy Pruvot
91af8ab6e6
decred doesnt allow pow votes
7 years ago
Tanguy Pruvot
6165562839
equihash: fix for cuda 9.1 build
7 years ago
dementeb
72466ee476
api: update websocket sample ( #31 )
7 years ago
Tanguy Pruvot
b70409ab5b
lyra2RE: link the merged blake/keccak kernel into algos
...
old keccak256_gpu_hash_32 kernel commented to reduce binary size
compat. not yet tested on old cards
7 years ago
Myrinia
18d29914ec
Improve Lyra2RE2 Performance
...
Improved Lyra2Re2 Performance by 1 %
7 years ago
Tanguy Pruvot
6c0e656030
keccak: fix issue with intensity
7 years ago
Tanguy Pruvot
015d129aa6
keccak second nonce, and higher intensity
7 years ago
Tanguy Pruvot
cf886b5907
import and adapt alexis optimised keccak256 for SM 5+
...
and increase default intensity for these recent cards
7 years ago
Tanguy Pruvot
d19e2a1e62
Add keccakc for creative coin
...
Same hash as keccak, just different pool settings (sha256d and diff factor 256)
7 years ago
Tanguy Pruvot
df4fcbe3a4
jha: remove deprecated warning
7 years ago