summaryrefslogtreecommitdiffstats
path: root/xmrstak
Commit message (Collapse)AuthorAgeFilesLines
* Increase the scratchpad size to make sure we don't malform JSON api replies ↵fireice-uk2017-10-051-2/+2
| | | | with TLS
* Merge pull request #13 from psychocrypt/fix-amdAutoDetectionfireice-uk2017-10-051-3/+5
|\ | | | | fix amd auto suggestion
| * fix amd auto suggestionpsychocrypt2017-10-041-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-nicehashSupportfireice-uk2017-10-053-4/+5
|\ \ | | | | | | fix broken nicehash support
| * | fix broken nicehash supportpsychocrypt2017-10-043-4/+5
| |/ | | | | | | - add nicehash flag back to `miner_work`
* | Merge pull request #17 from fireice-uk/topic-soft-aes-inlinepsychocrypt2017-10-053-215/+127
|\ \ | | | | | | Major cleanup and speedup of soft aes
| * | Further software aes optimisationfireice-uk2017-10-051-25/+23
| | |
| * | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵fireice-uk2017-10-051-99/+14
| | | | | | | | | | | | cry about obfuscation
| * | rename soft_aes.cfireice-uk2017-10-042-3/+2
| |/
* | Lots of little cleanup changesfireice-uk2017-10-041-1/+1
|/
* readd nicehash pool supportpsychocrypt2017-10-012-2/+11
| | | | use nicehash start nonce in all backends if nicehash is enabled
* return 0 if help is calledpsychocrypt2017-10-011-1/+2
| | | | - add CIvariables to debug cuda build
* add -c option for config filepsychocrypt2017-09-301-9/+24
|
* nvidia: fix return value if no device is foundpsychocrypt2017-09-302-5/+3
|
* remove auto conf from jsonpsychocrypt2017-09-301-2/+0
|
* fix windows compilepsychocrypt2017-09-301-1/+2
| | | | - string literal can only be 16kbyte
* fix clang CUDA compilepsychocrypt2017-09-302-2/+2
| | | | | | - add clang compile section - cleanup CMake file - fix missing return value
* add help messagepsychocrypt2017-09-301-3/+27
|
* use call prefix to load backendspsychocrypt2017-09-303-4/+10
|
* rename `Params` to `params`psychocrypt2017-09-3016-46/+55
|
* fix compilepsychocrypt2017-09-3026-172/+148
|
* cleanup includespsychocrypt2017-09-3046-216/+251
|
* group filespsychocrypt2017-09-30126-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`
OpenPOWER on IntegriCloud