- 10 Jun, 2018 1 commit
-
-
leonidas 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 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 5 commits
-
-
psychocrypt authored
- reformat `read_write_lock.h` - fix spelling issue - move job id increase of the write to the buttom
-
psychocrypt authored
user read write locks to be sure that no job is consumend during the job update
-
psychocrypt authored
-
psychocrypt authored
add log class from Will Zhang: Package: cpputil Source: https://github.com/willzhang4a58/cpputil License: MIT License
-
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`
-
- 09 May, 2018 2 commits
-
-
fireice-uk authored
ignore duplicated equal job from pools
-
psychocrypt authored
Some pools or proxys are sending multiple times in row the same job to the miner. This PR will extent the miner to trigger an socket error if job with the same `jobID` than the current active job is received. Move motd evaluation before the possibil part where a job is ignored.
-
- 08 May, 2018 3 commits
-
-
fireice-uk authored
fix possible race condition in jpsock
-
psychocrypt authored
Fix condition on stellite check
-
Jason Rhinelander authored
-
- 07 May, 2018 1 commit
-
-
psychocrypt authored
Trigger event with a new job after the current pool job is updated.
-
- 05 May, 2018 2 commits
-
-
leonidas authored
-
fireice-uk authored
set correct `iPoolId` for miner_work
-
- 04 May, 2018 4 commits
-
-
fireice-uk authored
Add masari coin
-
psychocrypt authored
- initialize miner_work iPoolId in the default constructor with the invalid pool id - move definition of `pool_data` into an own file
-
gnock authored
-
fireice-uk authored
Spell check
-
- 03 May, 2018 2 commits
-
-
Tony Butler authored
-
fireice-uk authored
support stellite v4 fork
-
- 01 May, 2018 1 commit
-
-
psychocrypt authored
solve #1494 - add algorithm `cryptonight_v7_stellite` (internal named: `cryptonight_stellite`)
-
- 24 Apr, 2018 1 commit
-
-
fireice-uk authored
fix that cli option `--noAMDCache`
-