- 14 Jul, 2018 1 commit
-
-
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
-
- 10 Jun, 2018 4 commits
-
-
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 7 commits
-
-
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 2 commits
-
-
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
-
fireice-uk authored
fix possible deadlock with Volta
-
- 21 May, 2018 1 commit
-
-
psychocrypt authored
Update for CUDA 9.2 Toolkit
-
- 19 May, 2018 1 commit
-
-
Tony Butler authored
-
- 17 May, 2018 4 commits
-
-
psychocrypt authored
Add options to set wait/work time for benchmark
-
Tony Butler authored
-
fireice-uk authored
avoid out of order job processing
-
psychocrypt authored
The login result of a pool contains the first job for the miner. In the case where the pool is sending very fast after the pool login result a new job it is possible that the newer job is processed faster than the job within the login result. The result will be that the miner is mining an older job instead the newest (last received). - enumerate all received messages - trace the message id of the last procssed job - skip all jobs where the message id is older than the last procesed id
-
- 16 May, 2018 2 commits
-
-
fireice-uk authored
fix job consume
-
psychocrypt authored
If CUDA 9.X is used and the miner is compiled for `sm_70` and used with Volta GPUs than the miner deadlocks if `threads` is not a multiple of `32`. - use `__activemask()` to get all active lanes
-
- 12 May, 2018 1 commit
-
-
psychocrypt authored
- reformat `read_write_lock.h` - fix spelling issue - move job id increase of the write to the buttom
-