summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
Commit message (Collapse)AuthorAgeFilesLines
...
* Merge pull request #44 from fireice-uk/fix-uninit-accessfireice-uk2017-10-171-23/+18
|\ | | | | Make sure all singletons are set to null and make env a global ptr
| * doh! != instead of ==fireice-uk2017-10-131-1/+1
| |
| * Make sure all singletons are set to null and make env a global ptrfireice-uk2017-10-121-23/+18
| |
* | Keep consistency between class and structfireice-uk2017-10-121-2/+2
|/
* 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.
* Merge pull request #12 from fireice-uk/topic-large-pages-winpsychocrypt2017-10-051-0/+44
|\ | | | | Fix large pages on Windows and make them more user-friendly
| * Non-manifest UAC elevationfireice-uk2017-10-041-0/+44
| |
* | 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`
* rename `Params` to `params`psychocrypt2017-09-301-2/+2
|
* fix compilepsychocrypt2017-09-305-16/+16
|
* cleanup includespsychocrypt2017-09-307-20/+33
|
* group filespsychocrypt2017-09-3010-0/+1760
- 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