- 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
-
- 08 Jul, 2018 4 commits
-
-
fireice-uk authored
add ryo currency
-
fireice-uk authored
optimize cn-heavy AMD
-
psychocrypt authored
- add ryo currency - update documentation
-
psychocrypt authored
- explicit loop unrolling based on changes in @imperdin fork https://github.com/imperdin/xmr-stak/blob/master/xmrstak/backend/amd/amd_gpu/opencl/cryptonight.cl
-
- 02 Jul, 2018 1 commit
-
-
psychocrypt authored
Fixed fork version for currency 'electroneum'
-
- 21 Jun, 2018 2 commits
-
-
Alejandro Domínguez authored
-
Alejandro Domínguez authored
-
- 16 Jun, 2018 1 commit
-
-
Donovan Solms authored
-
- 14 Jun, 2018 1 commit
-
-
murlakatamenka authored
-
- 10 Jun, 2018 5 commits
-
-
fireice-uk authored
release 2.4.5
-
fireice-uk authored
increase version to 2.4.5
-
fireice-uk authored
Add support for CryptoNight Haven (small Heavy tweak)
-
psychocrypt authored
-
havenprotocol authored
- update pools.txt - add new algorithm `cryptonight_haven` - update all backends
-
- 07 Jun, 2018 2 commits
-
-
psychocrypt authored
Add Cryptonight-fast - Masari PoW variant
-
psychocrypt authored
- rename cryptonight_fast to cryptonight_masari - set dev pool to cryptonight_monero
-
- 05 Jun, 2018 1 commit
-
-
gnock authored
-
- 30 May, 2018 8 commits
-
-
fireice-uk authored
release 2.4.4
-
fireice-uk authored
increase version to 2.4.4
-
fireice-uk authored
fix broken AMD APP SDK download links
-
fireice-uk authored
remove definition of `_mm256_set_m128i`
-
fireice-uk authored
fix duplicated nonce usage
-
psychocrypt authored
AMD has removed the AMD APP SDK links from the website. The AMD employes in the AMD formum posted links to there Dropbox where the SDK can be downloaded)
-
psychocrypt authored
version prepere for the next release
-
psychocrypt authored
The define of `_mm256_set_m128i` is not needed and avoid intel compiler throws a warning about it.
-
- 22 May, 2018 1 commit
-
-
psychocrypt authored
- avoid that a nonce which not fits to the current job is used (check jobId after start nonce is consumed) - move jobId check into the if condition to get a new bunch of nonces - CPU: add jobId validation after the start nonce is consumed
-