orignal
09f7c43ffb
correct cpu gost hash calculation
8 years ago
orignal
1f90739991
check correct bytes of hash
8 years ago
orignal
25e0ab280b
correct GOST_Add512 implementation
8 years ago
orignal
469b4365c9
correct target comparison
8 years ago
orignal
879dc8a9ca
correct implementation of gostd
8 years ago
orignal
449aeb2282
gostd_hash
8 years ago
orignal
bc098e2471
set mimax for gost
8 years ago
orignal
d7bd5f9f3d
correct gostcoin hash calculation
8 years ago
orignal
a4ef4e9cbb
call gosthash
8 years ago
orignal
97b22b2660
gost gpu hash added
8 years ago
orignal
b6a901bff7
call streebog_cpu_hash_64
8 years ago
orignal
aa4dcdf58d
invoke gost
8 years ago
orignal
1042762dc4
gost added
8 years ago
Tanguy Pruvot
276562b623
vstudio: remove remains, move sha in tree
...
+ small code fixes
8 years ago
Tanguy Pruvot
80c755188d
Add sha256d algo (bitcoin) btw...
...
even if it works on yiimp, the stratum diff is too high for gpus (for now)
8 years ago
Tanguy Pruvot
61231bc66c
fix various memory leaks on algo switch
8 years ago
Tanguy Pruvot
0041bf47f1
wildkeccak: add credits and licence notice
8 years ago
Tanguy Pruvot
73f6720121
whirlpool: restore old source code for SM 3.0
...
SM 3.0 implementation need a manual define in whirlpool.cu...
alexis variant is 2x slower on SM3.0 (GT 740)
8 years ago
Tanguy Pruvot
e388c11c02
blake2s fix and more missing cuda arch (for the benchmarks)
8 years ago
Tanguy Pruvot
2cdf2ddd43
Add missing real cuda arch checks
8 years ago
Tanguy Pruvot
18637503f2
whirlpool: upgrade with alexis variant (2x)
...
to check on older cards... maybe breaks some
8 years ago
Tanguy Pruvot
de41bc9d21
update readme and use cuda 8 as default
8 years ago
Tanguy Pruvot
07ebcb544d
timetravel algo
...
+ new kernels jh512-80 groestl-80 and cubehash-80
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
3ede61b0cc
bastion algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
1b7c2fc296
lyra2z algo (temporary algo)
...
based on djm34 version, cleaned up and adapted to ccminer 2.0
8 years ago
Tanguy Pruvot
ebef3c8656
sha256t algo (3x sha256, not sha256d)
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
3d70026ae6
hmq1725 algo
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
4d95ef4aec
cuda: ensure the system can find the right lib
...
if you get this error on linux, its because libcudart.so.x.x was not found
ldconfig -p | grep libcudart.so.8.0
8 years ago
Tanguy Pruvot
1d5db48797
credits: show binary arch (32/64) in the header
8 years ago
Tanguy Pruvot
b549bd54fe
lyra2: clean the intelli-non-sense stuff
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
4da35e0bcf
api: use MHz for all clocks and show plimit
...
plimit value is reported in mW like the power, or % on Windows x86 (via nvapi)
+ the monitor thread will no more report 0W if the device doesnt support it
also upgrade nvml and sample php api.
some more changes may come in this temporary API 1.9 (for the final 2.0)
8 years ago
Tanguy Pruvot
3fab2792fd
lyra2: remove old debug traces
8 years ago
Tanguy Pruvot
916ec5047e
logs: show solved count on solved shares
8 years ago
Tanguy Pruvot
aaa24a6262
stats: submit real freqs and plimit to yiimp benchmarks
8 years ago
Tanguy Pruvot
ef44e88ef9
ccminer: link --max-log-rate to the command line
8 years ago
Tanguy Pruvot
b9da6c67f5
improve jh512 with vectors (nist5,quark,sib,x11+,zr5)
...
the main improvement is to reduce asm calls to read global mem
but, a few more regs are used (68 mini vs 64 on SM 5.2)
so reduce the forced launch bounds to allow 80 or 128 regs per thread
Note: cuda 6.5 seems not able to store with v4.u32... (7.5 is fine)
st.global.v4.u32 [%rd2], {%r3783, %r3824, %r3823, %r3822};
st.global.v2.u32 [%rd2+16], {%r3821, %r3820};
st.global.u32 [%rd2+24], %r3819;
st.global.u32 [%rd2+28], %r3818;
st.global.u32 [%rd2+44], %r3814;
st.global.u32 [%rd2+40], %r3815;
...
todo, check alexis variant.. but wanted to keep this code before in git...
8 years ago
Tanguy Pruvot
6440a9bf41
windows: some default intensity adjustments
8 years ago
Tanguy Pruvot
2152fd102d
lbry cleanup, and proper error on cuda 6.5
...
both merged and unmerged implementations are broken with CUDA 6.5
No perf changes...
8 years ago
Tanguy Pruvot
aaef92cab2
nvml: workaround for beta drivers 378.49 clocks
...
even nvidia-smi doesnt report the right pascal clocks
8 years ago
Tanguy Pruvot
b47d9acaf5
readme + small warnings detected by vstudio
8 years ago
Tanguy Pruvot
c8ff854456
sia was migrated too...
8 years ago
Tanguy Pruvot
0ff75791e5
migrate 2nd nonce storage of most algos
...
This allow to keep pdata[19] as cursor between scans, and later, to sort them..
remains... heavy, scrypt, sia...
8 years ago
Tanguy Pruvot
5a77d36635
groestl: explain code and improve perf on SM 2.x
...
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
8 years ago
Tanguy Pruvot
feb99d020f
skein: merge the double implementations in one
...
based on alexis skein kernels, tested ok on SM 2.1 and 3.0
code is a bit hard to read but... well... users dont care :p
8 years ago
Tanguy Pruvot
16ac9b688f
x13+: improve and clean a bit fugue512
...
reduce constant mem and load global data in bulk (vectors)
8 years ago
Tanguy Pruvot
013cda1cd2
ccminer: show first block diff even with -q
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