- Sep 13, 2018
-
-
psychocrypt authored
xmr-stak has several implementations for multi hash per thread. The results into 3 intepedent implementations. Each time the algorithm must be changed the possibility to introduce errors is very large. - unify the different cryptonight CPU implementations - simplify the function selection array to find the specilized cryptonight implementation - add a intermediat pointer to access the large state (similar to the old multi hash implementation) As side effect this change increases the speed of the single and multi hash algorithm.
-
- May 12, 2018
-
-
psychocrypt authored
fix #1505 - fix possible deadlock of the executor thread - fix racecondition during the job consumation - remove switch_work in all classes `minethd` - move `consume_work` into `globalStates`
-
- May 03, 2018
-
-
Tony Butler authored
-
- Apr 06, 2018
-
-
Tony Butler authored
-
- Feb 28, 2018
-
-
psychocrypt authored
- reduce startup time for multi gpu systems - initialize the GPU memory non concurrent
-
- Nov 16, 2017
-
-
Unknown authored
Remove whitespace lines
-
- Nov 15, 2017
-
-
fireice-uk authored
* CONF_NO_TLS fix * gpu error fix + always return to sched after pin
-
- Oct 28, 2017
-
-
psychocrypt authored
- fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend)
-
- Oct 26, 2017
-
-
psychocrypt authored
This is a follow up of #43 and use the some mechanism to set the thread affinity for non cpu backends correct. - use cpu affinity workflow for nvidia and amd - cpu: move messages of thread spawning before thread creation
-
- Sep 30, 2017
-
-
psychocrypt authored
-
psychocrypt authored
-
psychocrypt authored
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
-
psychocrypt authored
- pass all singletons into the backend libraries - move some cpu config features from the cpu config file to the global config.txt - add global jconf to the xported singleton list
-
psychocrypt authored
-