summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/executor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Implement pool-controlled nonce allocationfireice-uk2017-10-221-15/+24
|
* fix wrong timer for statspsychocrypt2017-10-061-3/+3
| | | | | | | fix #21, hash values randomly not available. The reason is that I changed the lables but forget to change all timer. A GPU needs sometimes ore than 2.5s to finish one hash round, therefore the results are only visible randomly.
* Increase the scratchpad size to make sure we don't malform JSON api replies ↵fireice-uk2017-10-051-2/+2
| | | | with TLS
* fix broken nicehash supportpsychocrypt2017-10-041-1/+2
| | | | - add nicehash flag back to `miner_work`
* fix compilepsychocrypt2017-09-301-3/+3
|
* cleanup includespsychocrypt2017-09-301-12/+13
|
* group filespsychocrypt2017-09-301-0/+1005
- 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