Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix wrong timer for stats | psychocrypt | 2017-10-06 | 1 | -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 #16 from psychocrypt/fix-invalidKernelCall | fireice-uk | 2017-10-06 | 2 | -24/+64 |
|\ | | | | | fix invalid kernel call parameter | ||||
| * | add assert to validate number of global threads | psychocrypt | 2017-10-05 | 1 | -0/+5 |
| | | | | | | | | check that the number of global threads is a multiple of the workgroup size | ||||
| * | fix invalid kernel call parameter | psychocrypt | 2017-10-05 | 2 | -24/+59 |
| | | | | | | | | | | The number of threads within a kernel must be a multiple of the worksize. If not it can crash on some systems. | ||||
* | | Merge pull request #19 from fireice-uk/topic-crash-fix | psychocrypt | 2017-10-06 | 2 | -4/+16 |
|\ \ | | | | | | | Port the crash fix from xmr-stak-cpu | ||||
| * | | Port the crash fix from xmr-stak-cpu | fireice-uk | 2017-10-05 | 2 | -4/+16 |
| | | | |||||
* | | | Merge pull request #12 from fireice-uk/topic-large-pages-win | psychocrypt | 2017-10-05 | 4 | -6/+145 |
|\ \ \ | | | | | | | | | Fix large pages on Windows and make them more user-friendly | ||||
| * \ \ | Merge branch 'topic-large-pages-win' of ↵ | fireice-uk | 2017-10-04 | 1 | -1/+2 |
| |\ \ \ | | | | | | | | | | | | | | | | https://github.com/fireice-uk/xmr-stak into topic-large-pages-win | ||||
| | * | | | put global into proper place | fireice-uk | 2017-10-04 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Non-manifest UAC elevation | fireice-uk | 2017-10-04 | 2 | -1/+54 |
| |/ / / | |||||
| * | | | Add a suggestion to reboot in cases where it might help | fireice-uk | 2017-10-04 | 1 | -1/+10 |
| | | | | |||||
| * | | | - Add large page initialisation on Windows | fireice-uk | 2017-10-04 | 2 | -4/+80 |
| | |/ | |/| | | | | | | | | | | - Add a proper UAC manifest requesting elevation when we start - Fix self_test() - this is integral part of initialisation | ||||
* | | | Increase the scratchpad size to make sure we don't malform JSON api replies ↵ | fireice-uk | 2017-10-05 | 1 | -2/+2 |
| |/ |/| | | | | | with TLS | ||||
* | | Merge pull request #13 from psychocrypt/fix-amdAutoDetection | fireice-uk | 2017-10-05 | 1 | -3/+5 |
|\ \ | | | | | | | fix amd auto suggestion | ||||
| * | | fix amd auto suggestion | psychocrypt | 2017-10-04 | 1 | -3/+5 |
| |/ | | | | | | | | | | | Platform index zero was always used to search for the device detection. Fix: use correct detected AMD platform index | ||||
* | | Merge pull request #14 from psychocrypt/fix-nicehashSupport | fireice-uk | 2017-10-05 | 3 | -4/+5 |
|\ \ | | | | | | | fix broken nicehash support | ||||
| * | | fix broken nicehash support | psychocrypt | 2017-10-04 | 3 | -4/+5 |
| |/ | | | | | | | - add nicehash flag back to `miner_work` | ||||
* | | Merge pull request #17 from fireice-uk/topic-soft-aes-inline | psychocrypt | 2017-10-05 | 3 | -215/+127 |
|\ \ | | | | | | | Major cleanup and speedup of soft aes | ||||
| * | | Further software aes optimisation | fireice-uk | 2017-10-05 | 1 | -25/+23 |
| | | | |||||
| * | | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵ | fireice-uk | 2017-10-05 | 1 | -99/+14 |
| | | | | | | | | | | | | cry about obfuscation | ||||
| * | | rename soft_aes.c | fireice-uk | 2017-10-04 | 2 | -3/+2 |
| |/ | |||||
* | | Lots of little cleanup changes | fireice-uk | 2017-10-04 | 1 | -1/+1 |
|/ | |||||
* | readd nicehash pool support | psychocrypt | 2017-10-01 | 2 | -2/+11 |
| | | | | use nicehash start nonce in all backends if nicehash is enabled | ||||
* | return 0 if help is called | psychocrypt | 2017-10-01 | 1 | -1/+2 |
| | | | | - add CIvariables to debug cuda build | ||||
* | add -c option for config file | psychocrypt | 2017-09-30 | 1 | -9/+24 |
| | |||||
* | nvidia: fix return value if no device is found | psychocrypt | 2017-09-30 | 2 | -5/+3 |
| | |||||
* | remove auto conf from json | psychocrypt | 2017-09-30 | 1 | -2/+0 |
| | |||||
* | fix windows compile | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| | | | | - string literal can only be 16kbyte | ||||
* | fix clang CUDA compile | psychocrypt | 2017-09-30 | 2 | -2/+2 |
| | | | | | | - add clang compile section - cleanup CMake file - fix missing return value | ||||
* | add help message | psychocrypt | 2017-09-30 | 1 | -3/+27 |
| | |||||
* | use call prefix to load backends | psychocrypt | 2017-09-30 | 3 | -4/+10 |
| | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 16 | -46/+55 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 26 | -172/+148 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 46 | -216/+251 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 126 | -0/+33127 |
- 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` |