- Sep 19, 2018
-
-
fireice-uk authored
OpenCL: avoid out of memory access
-
psychocrypt authored
During the initialization of the compile parameter for OpenCL it could be that the fixed size buffer is to small. To avoid this we are now using `std::string`. There is no problem by using `std::string` because this part of code is not perfromance critical.
-
- Sep 16, 2018
-
-
fireice-uk authored
Update `doc/FAQ.md` with unified proper methods for Linux limits
-
Tony Butler authored
-
- Sep 14, 2018
-
-
fireice-uk authored
unify cpu cryptonight implementations
-
- 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.
-
- Aug 28, 2018
-
-
fireice-uk authored
add self test hashes
-
psychocrypt authored
The most algorithm currently are not checked in the cpu self test function. - add hash for each algorithm
-
- Aug 21, 2018
-
-
psychocrypt authored
Add detail to CUDA detections, better for issue reports
-
psychocrypt authored
Download Link for AMD APP SDK 3.0 fixed
-
psychocrypt authored
Incorrect Grammar fix
-
- Aug 19, 2018
-
-
jefferson-1 authored
Improve the grammar of the Dev donation setting.
-
- Aug 08, 2018
-
-
Tony Butler authored
-
- Aug 03, 2018
-
-
JokerGermany authored
-
- Aug 02, 2018
-
-
psychocrypt authored
Docs - compilation RAM requirements
-
psychocrypt authored
Grammar Fixes
-
- Jul 29, 2018
-
-
Cheran authored
-
- Jul 27, 2018
-
-
Cheran authored
Dev
-
psychocrypt authored
adding qrl as a config option
-
psychocrypt authored
Fix Spelling
-
- Jul 25, 2018
-
-
Cheran authored
changed chose to choose
-
- Jul 22, 2018
-
-
Juan Leni authored
-
- Jul 17, 2018
-
-
fireice-uk authored
release 2.4.7
-
fireice-uk authored
increase version to 2.4.7
-
fireice-uk authored
remove countype from version number
-
fireice-uk authored
fix broken OpenCL 1.2 support
-
psychocrypt authored
The coint type was set to a fixed value in one of the last released and has no meaning since we support many cryptonight coins. - remove cointtype from version.cpp
-
psychocrypt authored
-
psychocrypt authored
OpenCl 1.2.is not allowing the subscript operator on buildin vector types. fix: use `.sX` to access vector components
-
- Jul 16, 2018
-
-
fireice-uk authored
release 2.4.6
-
fireice-uk authored
increase version to 2.4.6
-
fireice-uk authored
cryptonight_bittube2
-
psychocrypt authored
5% more hash per second
-
psychocrypt authored
-
- Jul 14, 2018
-
-
psychocrypt authored
Grammar fixes; mmap alloc failed error remark for Arch Linux.
-
psychocrypt authored
WebUI Relative Links
-
psychocrypt authored
- add cryptonight_heavy derivate cryptonight_bittube2 - add coin bittube - remove coin ipbc because this coin is now called bittube
-
- Jul 12, 2018
-
-
fireice-uk authored
Buffer output in each line
-
Alejandro Domínguez authored
-
- Jul 11, 2018
-
-
fireice-uk authored
fix wrong miner algorithm in result data
-