- 16 Sep, 2018 1 commit
-
-
psychocrypt authored
There is a copy past mistake tha tthe type of the variable `memChunk` is not tested.
-
- 14 Sep, 2018 1 commit
-
-
fireice-uk authored
unify cpu cryptonight implementations
-
- 13 Sep, 2018 1 commit
-
-
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.
-
- 28 Aug, 2018 2 commits
-
-
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
-
- 21 Aug, 2018 3 commits
-
-
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
-
- 19 Aug, 2018 1 commit
-
-
jefferson-1 authored
Improve the grammar of the Dev donation setting.
-
- 08 Aug, 2018 1 commit
-
-
Tony Butler authored
-
- 03 Aug, 2018 1 commit
-
-
JokerGermany authored
-
- 02 Aug, 2018 2 commits
-
-
psychocrypt authored
Docs - compilation RAM requirements
-
psychocrypt authored
Grammar Fixes
-
- 29 Jul, 2018 1 commit
-
-
Cheran authored
-
- 27 Jul, 2018 3 commits
-
-
Cheran authored
Dev
-
psychocrypt authored
adding qrl as a config option
-
psychocrypt authored
Fix Spelling
-
- 25 Jul, 2018 1 commit
-
-
Cheran authored
changed chose to choose
-
- 22 Jul, 2018 1 commit
-
-
Juan Leni authored
-
- 17 Jul, 2018 7 commits
-
-
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
-
- 16 Jul, 2018 5 commits
-
-
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
-
- 14 Jul, 2018 3 commits
-
-
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
-
- 12 Jul, 2018 2 commits
-
-
fireice-uk authored
Buffer output in each line
-
Alejandro Domínguez authored
-
- 11 Jul, 2018 3 commits
-
-
fireice-uk authored
fix wrong miner algorithm in result data
-
psychocrypt authored
fix #1708 The extension of the job result contains the wrong algorithm used to create the nonce. The fix provide now the correct used algorithm even if the coin is forking to a new algorithm. - forward the used algorithm from the miner
-
fireice-uk authored
remove cryptonight coins
-
- 10 Jul, 2018 1 commit
-
-
psychocrypt authored
- remove all cryptonight coins (algorithm cryptonight can still be used) - update README.md
-