Luke Dashjr
|
5e1e687496
Bugfix: Correct USE_SHA256D macro name to ensure SHA256d is always preferred as default algorithm
|
11 years ago |
Luke Dashjr
|
427f6089bd
cpu: Generic scanhash that can support any PoW algorithm
|
11 years ago |
Luke Dashjr
|
8d1b806836
RPC: Include Hash Method in minecoin for new algorithms
|
11 years ago |
Luke Dashjr
|
60b127eaaf
opencl: Teach findnonce to behave based on kernel interface rather than mining algorithm
|
11 years ago |
Luke Dashjr
|
79344717f4
opencl: Get min_nonce_diff from struct mining_algorithm
|
11 years ago |
Luke Dashjr
|
289e7c002e
Move malgo-specific code to dedicated source files
|
11 years ago |
Luke Dashjr
|
a9f278b67a
opencl: Simplify kernel-specific data handling
|
11 years ago |
Luke Dashjr
|
2bfdbc7e32
opencl: Remove redundant checks for USE_OPENCL
|
11 years ago |
Luke Dashjr
|
59e8e0f2cb
cpu: Remove redundant checks for USE_CPUMINING
|
11 years ago |
Luke Dashjr
|
71fe0192d0
opencl: Only attempt to BFI_INT patch SHA256d kernels
|
11 years ago |
Luke Dashjr
|
38b2400e7f
Significantly rewrite configure script to handle driver dependencies cleaner
|
11 years ago |
Luke Dashjr
|
70f17d7540
Make SHA256d mining optional
|
11 years ago |
Luke Dashjr
|
5a4a844ed6
Makefile: Specify .cl files explicitly, and only include scrypt ones when configured with scrypt support
|
11 years ago |
Luke Dashjr
|
6a26bef64f
Merge branch 'kncasic' into bfgminer
|
11 years ago |
Luke Dashjr
|
9a7328f419
kncasic: Initialise first_cgpu to silence false warning
|
11 years ago |
Luke Dashjr
|
7efe730d7e
Bugfix: Clarify goffset decision code, and refuse to compile kernels in situations where they won't work
|
11 years ago |
Luke Dashjr
|
88688f288f
Bugfix: opencl: Output buffer must be readable by kernel since it is used with a count/position iterator
|
11 years ago |
Luke Dashjr
|
4de46f145f
Bugfix: opencl: Skip NULL kernel interface entry
|
11 years ago |
Luke Dashjr
|
eb3d7b8dde
DevAPI: hashes_done: Simplify and improve precision of max_nonce calculation
|
11 years ago |
Luke Dashjr
|
104d8d3472
opencl: Avoid duplicating kernel_interfaces mapping in select_kernel
|
11 years ago |
Luke Dashjr
|
0a224778b0
opencl: Avoid duplicating kernel_interfaces mapping in opencl_scanhash_get_kernel
|
11 years ago |
Luke Dashjr
|
2016458e46
cpu: Drivers should not be doing fulltest on their own, so remove it
|
11 years ago |
Luke Dashjr
|
3526edb399
cpu: Pass full work struct to scanhash functions
|
11 years ago |
Luke Dashjr
|
7facc06b01
Merge commit '9896585' into bfgminer
|
11 years ago |
Luke Dashjr
|
9896585e1f
Bugfix: DevAPI: hashes_done: Explicitly cast to uint64_t for big calculations (LLVM was allowing overflow)
|
11 years ago |
Luke Dashjr
|
7980b68138
Merge branch 'kncasic' into bfgminer
|
11 years ago |
Luke Dashjr
|
d411925060
AUTHORS: Add Pelle Nilsson
|
11 years ago |
Luke Dashjr
|
57ba4bf5c6
kncasic: Split up each ASIC channel to its own device
|
11 years ago |
Luke Dashjr
|
2130240c36
Merge commit 'f8be55e' into kncasic
|
11 years ago |
Luke Dashjr
|
2cb8e65ab1
Merge branch 'bfgminer' into kncasic
|
11 years ago |