Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14 from psychocrypt/fix-nicehashSupport | fireice-uk | 2017-10-05 | 1 | -2/+2 |
|\ | | | | | fix broken nicehash support | ||||
| * | fix broken nicehash support | psychocrypt | 2017-10-04 | 1 | -2/+2 |
| | | | | | | | | - add nicehash flag back to `miner_work` | ||||
* | | 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 |
|/ | |||||
* | readd nicehash pool support | psychocrypt | 2017-10-01 | 2 | -2/+11 |
| | | | | use nicehash start nonce in all backends if nicehash is enabled | ||||
* | 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 | 1 | -1/+1 |
| | | | | | | - add clang compile section - cleanup CMake file - fix missing return value | ||||
* | use call prefix to load backends | psychocrypt | 2017-09-30 | 1 | -1/+2 |
| | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 11 | -17/+17 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 18 | -150/+126 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 27 | -149/+160 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 64 | -0/+13316 |
- 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` |