Tanguy Pruvot
2ebfb546a6
clean extra logs, show bloc height on new jobs
10 years ago
Tanguy Pruvot
415945eb20
Makefile: use the CUDA_CFLAGS var
10 years ago
Tanguy Pruvot
806c3e8691
enhance double scan checks
10 years ago
Tanguy Pruvot
a270adc4b6
to test on windows
10 years ago
Tanguy Pruvot
124ddee2fe
blake: fix of bad difficulty
10 years ago
Tanguy Pruvot
69616b37ac
hashlog: prepare store of scanned range
10 years ago
Tanguy Pruvot
b1f5df374d
stratum: store server time offset in context
10 years ago
Tanguy Pruvot
1a4391d7ff
hashlog: prevent double computing on jobs already done
10 years ago
Tanguy Pruvot
049e577301
tmp blake log
10 years ago
Tanguy Pruvot
43d3e93e1a
blake: set a max throughput
10 years ago
Tanguy Pruvot
7e595a36ea
blake: cleanup, remove d_hash buf, not in a chain
...
host: only bencode if gpu hash was found
10 years ago
Tanguy Pruvot
de80c7e9d1
blake: remove unused parameter and fix index in d_hash
...
that reduce the speed to 92MH/s but the next commit
give us 30 more
so, todo: merge the whole checkhash proc in gpu_hash
and remove this d_hash buffer...
10 years ago
Tanguy Pruvot
2d42ae6de5
stratum: handle a small cache of submitted jobs
...
Prevent to send duplicated shares on some pools like hashharder..
This cache keeps submitted job/nounces of the last 15 minutes
so, remove exit on repeated duplicate shares,
the submitted cache now handles this problem.
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
10 years ago
Tanguy Pruvot
1b8c3c12fa
debug: a new boolean to log or not json rpc data
10 years ago
Tanguy Pruvot
1f99aae0ff
exit on repeated duplicate shares (to enhance)
...
create a new function proper_exit() to do common stuff on exit...
10 years ago
Tanguy Pruvot
530732458a
blake: use a constant for threads, reduce mallocated d_hash size
...
and clean a bit more...
10 years ago
Tanguy Pruvot
0aeac878ef
blake: tune up and cleanup, ~100 MH/s on a normal 750Ti
...
tested on linux and windows (x86 binary)...
but there is a high number of duplicated shares... weird
10 years ago
Tanguy Pruvot
4a52d0553b
debug: show json methods, hide hash/target if ok
10 years ago
Tanguy Pruvot
1fb9becc1f
cpu-miner: sort algos by name, show reject reason
10 years ago
Tanguy Pruvot
bfe96c49b0
release 1.4, update README...
10 years ago
Tanguy Pruvot
c17d11e377
add "blake" 256, 14 rounds (for NEOS blake, not BlakeCoin)
...
also remove "missing" file, its old and not compatible with ubuntu 14.04
10 years ago
Tanguy Pruvot
c56af0d976
output: show the current stratum/algo on new blocks
10 years ago
Tanguy Pruvot
ce9b8002cd
fix automake and remove useless files, update build.sh
...
- use foreign AM_INIT_AUTOMAKE to skip COPYING file (which is LICENCE.txt)
http://www.gnu.org/software/automake/manual/html_node/Public-Macros.html
- use subdir-objects option to fix automake on ubuntu 14.04
10 years ago
Tanguy Pruvot
ba7b6ba1a0
cputest: simplified func to print hashes with algo names
...
add a prefixed printf with some colors
10 years ago
Tanguy Pruvot
e878df8eb5
vstudio: disable incremental linking
10 years ago
Tanguy Pruvot
675aa4aea4
vstudio: remove dependency to msvcp dll
...
using the /MT code flag, binary is only 7K bigger and remove
the requirement of a 500KB dll...
10 years ago
Tanguy Pruvot
bcc19981c3
windows: use a static lib of pthreads 2.9.1
...
built with nmake clean VC-static
10 years ago
Tanguy Pruvot
bcb15f85a1
vstudio unix2dos project files
10 years ago
Tanguy Pruvot
aefb64c369
windows: implements the color option
...
based on old git implementation (2009)
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
10 years ago
Tanguy Pruvot
10314d844f
whirlpool: remove dead code, win 2ms in final hash
10 years ago
Tanguy Pruvot
52dade56b5
heavy: warnings and tabs (no changes)
10 years ago
Tanguy Pruvot
ee2f6dece5
x17: update vstudio project
10 years ago
Tanguy Pruvot
64e8cd3f98
add x17 algo, cleaned djm34 commit
...
todo: visual studio...
10 years ago
Tanguy Pruvot
5d6a489b98
scrypt: fix implicit function declaration
10 years ago
Tanguy Pruvot
2c24bc93d4
Makefile: luffa was using more than 80 regs (10 vs 14ms)
...
add easy switch for nvcc target arch
and move duplicated sha2 to sph folder
10 years ago
Tanguy Pruvot
5cf024cc5d
whirl: add missing merkle for some pools
10 years ago
Tanguy Pruvot
b3becb67dd
groestl: small optimisation (nist5 + 100kH on a 750Ti)
...
But, almost nothing on X15, no big changes...
10 years ago
Tanguy Pruvot
0867fb15c6
output: add the --color parameter (-C)
...
disabled by default or if syslog option is set
Signed-off-by: Tanguy Pruvot <tanguy.pruvot@gmail.com>
10 years ago
Tanguy Pruvot
d928317981
vs2013: hamsi need 72 registers, simd 64
10 years ago
Tanguy Pruvot
09ecb490c6
vs2013: simplify project options
10 years ago
Tanguy Pruvot
3f6ebc10cc
whirlpool: x64 asm is very slow (30ms win32 vs 90)
10 years ago
Tanguy Pruvot
91da15aa75
windows: intercept Ctrl+C to use nvprof
10 years ago
Tanguy Pruvot
b4e690b486
sources: swith to UTF-8
10 years ago
Tanguy Pruvot
a586cee493
quark: dos2unix files to reduce problems later
10 years ago
Tanguy Pruvot
82981f9736
update README
10 years ago
Tanguy Pruvot
912ef1215d
small reg tunes, rename whirlcoin to whirl
10 years ago
Tanguy Pruvot
7d430edc25
x15: optimize by 2ms (39ms to 37)
...
and clean whirlpool ifdefs, cost too much to keep both methods
10 years ago
Tanguy Pruvot
0c27bd42a4
whirlcoin: update vstudio project
10 years ago
Tanguy Pruvot
1fbcbbacc4
Add whirlcoin and optimize x11 luffa (maxrregcount)
10 years ago
Tanguy Pruvot
4bc23048b5
x15: use djm34 code with asm xor64 + my rot64
...
some optimizations could be done later, after whirlcoin integration
10 years ago