summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/globalStates.cpp
Commit message (Collapse)AuthorAgeFilesLines
* fix duplicated nonce usagepsychocrypt2018-05-221-6/+7
| | | | | | - 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
* github annotationspsychocrypt2018-05-121-3/+3
| | | | | | - reformat `read_write_lock.h` - fix spelling issue - move job id increase of the write to the buttom
* use read write locks to secure job updatespsychocrypt2018-05-121-4/+4
| | | | user read write locks to be sure that no job is consumend during the job update
* add read write lock classpsychocrypt2018-05-121-45/+6
| | | | | | | | add log class from Will Zhang: Package: cpputil Source: https://github.com/willzhang4a58/cpputil License: MIT License
* fix job consume (possible deadlock)psychocrypt2018-05-121-9/+60
| | | | | | | | | 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`
* Repair all 'namepsace' to 'namespace' (all within comments)Tony Butler2018-04-051-1/+1
|
* Implement pool-controlled nonce allocationfireice-uk2017-10-221-1/+6
|
* fix compilepsychocrypt2017-09-301-1/+1
|
* cleanup includespsychocrypt2017-09-301-3/+3
|
* group filespsychocrypt2017-09-301-0/+51
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
OpenPOWER on IntegriCloud