- May 19, 2018
-
-
Tony Butler authored
-
- May 17, 2018
-
-
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
-
- May 16, 2018
-
-
fireice-uk authored
fix job consume
-
- May 12, 2018
-
-
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`
-
- May 09, 2018
-
-
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.
-
- May 08, 2018
-
-
fireice-uk authored
fix possible race condition in jpsock
-
psychocrypt authored
Fix condition on stellite check
-
Jason Rhinelander authored
-
- May 07, 2018
-
-
psychocrypt authored
Trigger event with a new job after the current pool job is updated.
-
- May 05, 2018
-
-
fireice-uk authored
set correct `iPoolId` for miner_work
-
- May 04, 2018
-
-
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
-
- May 03, 2018
-
-
Tony Butler authored
-
fireice-uk authored
support stellite v4 fork
-
- May 01, 2018
-
-
psychocrypt authored
solve #1494 - add algorithm `cryptonight_v7_stellite` (internal named: `cryptonight_stellite`)
-
- Apr 24, 2018
-
-
fireice-uk authored
fix that cli option `--noAMDCache`
-
fireice-uk authored
Small typo correction
-
fireice-uk authored
rename printed algorithms
-
fireice-uk authored
add support for IPBC coin
-
imperdin authored
-
- Apr 22, 2018
-
-
psychocrypt authored
changes printed algorithm names to algorithms exposed to the used instead of internal used names
-
psychocrypt authored
- add algorithm `cryptonight_lite_v7_xor` - update documentation
-
psychocrypt authored
- fix that to much OpenCL calls whre used if cache is disabled
-
psychocrypt authored
Add turtlecoin as a config option
-
- Apr 19, 2018
-
-
psychocrypt authored
Fixes #1467
-
ZedPea authored
-
Vladimir Tamara authored
-
- Apr 18, 2018
-
-
fireice-uk authored
version update to 2.4.3
-
psychocrypt authored
-
fireice-uk authored
BBSCoin support and get ready for cryptonight v7 upgrade
-