Tanguy Pruvot
|
4a76ca5cb6
|
bench: handle cryptonight variants + V100 fix
|
6 years ago |
Tanguy Pruvot
|
370684f743
|
cryptonight: some code finitions
|
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
|
b54be470e1
|
upgrade BIGNUM class for openssl 1.1
|
7 years ago |
Tanguy Pruvot
|
949061d223
|
xmr: disable huge pages if not defined #19
|
7 years ago |
Tanguy Pruvot
|
6e32ec2be0
|
wildkeccak: increase scratchpad buffer size + proxy
|
7 years ago |
Tanguy Pruvot
|
81d5f4e862
|
Improve project build compatibility (mac/vs2015)
This is incomplete, but is a first step...
|
8 years ago |
Tanguy Pruvot
|
0041bf47f1
|
wildkeccak: add credits and licence notice
|
8 years ago |
Tanguy Pruvot
|
c66e8622b3
|
api: report per thread cpu hash checks (ACC/REJ)
+ update all algos for that...
|
8 years ago |
Tanguy Pruvot
|
b47d9acaf5
|
readme + small warnings detected by vstudio
|
8 years ago |
Tanguy Pruvot
|
496052e47d
|
xmr: vstudio warning fix about mpcount linkage
and move ptr type cast defines to common cuda helper
|
8 years ago |
Tanguy Pruvot
|
dc816b4673
|
xmr: nicehash nonce prefix/hack support (v2)
|
8 years ago |
Tanguy Pruvot
|
def9888bd5
|
xmr: prefer 32bit uint4 and smaller offsets in core
also prefer ulong2 shared load to be closer to the ptx
|
8 years ago |
Tanguy Pruvot
|
214f392778
|
xmr: default settings with card attributes
|
8 years ago |
Tanguy Pruvot
|
94aa6b8e91
|
ccminer: allow 192 car. for the username
|
8 years ago |
Tanguy Pruvot
|
588c7ba361
|
xmr: dont use shared mem hack, windows dont like
|
8 years ago |
Tanguy Pruvot
|
bd030db5d1
|
xmr: vectors rewrite, now the phase2 is using only 40 regs
no more constant memory used for aes.
tested only on linux cuda 8 for now... wip
|
8 years ago |
Tanguy Pruvot
|
23be7f308d
|
xmr: link the --bfactor setting (0-11)
|
8 years ago |
Tanguy Pruvot
|
e231343060
|
xmr: make it more smooth on windows with defaults
also improve a bit the 750 ti on linux...
|
8 years ago |
Tanguy Pruvot
|
242aa4144b
|
scanlog: remember sharediff for multiple nonces
rpc2: handle properly secondary nonce(s) + api ping time fix
be sure to fully recompile, structures are changed
|
8 years ago |
Tanguy Pruvot
|
93adb56c8e
|
handle cryptonight light variant
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
|
8 years ago |
Tanguy Pruvot
|
39aad5a003
|
xmr: allow to set intensity on command line
|
8 years ago |
Tanguy Pruvot
|
804b5b5f53
|
xmr: be safe with diff divide
|
8 years ago |
Tanguy Pruvot
|
2479ffaaa2
|
xmr: fix decimal diff + aes cleanup
change default launch config to -l 32x16 to handle the 750 Ti better
not definitive, doing tests..
|
8 years ago |
Tanguy Pruvot
|
c1f1ad9280
|
xmr: stabilize the final kernel
|
8 years ago |
Tanguy Pruvot
|
066a569357
|
import xmr, to finish
todo: fix jh cuda and wrong decimal diff (0xffff problem ?)
|
8 years ago |
Tanguy Pruvot
|
2bbccc5ff4
|
wildkeccak, basic stratum port of rpc 2.0
scratchpad delete fix and redownload, reduce rejects
(work in progress)
|
8 years ago |