Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | move nicehash check into nonce calc | fireice-uk | 2017-10-22 | 1 | -4/+1 | |
| | | ||||||
| * | Implement changes suggested | fireice-uk | 2017-10-22 | 1 | -1/+1 | |
| | | ||||||
| * | Implement pool-controlled nonce allocation | fireice-uk | 2017-10-22 | 1 | -9/+15 | |
| | | ||||||
* | | Merge pull request #57 from psychocrypt/fix-nvidiaBackendCrash | fireice-uk | 2017-10-22 | 1 | -8/+9 | |
|\ \ | |/ |/| | fix illegal memory access | |||||
| * | fix illegal memory access | psychocrypt | 2017-10-21 | 1 | -8/+9 | |
| | | | | | | | | remove restricted pointer | |||||
* | | fix CUDA 9 shuffle warning | psychocrypt | 2017-10-20 | 1 | -1/+5 | |
|/ | | | | use `__shffl_snyc` if CUDA 9+ is avalable | |||||
* | Make sure all singletons are set to null and make env a global ptr | fireice-uk | 2017-10-12 | 1 | -1/+1 | |
| | ||||||
* | readd nicehash pool support | psychocrypt | 2017-10-01 | 1 | -1/+5 | |
| | | | | use nicehash start nonce in all backends if nicehash is enabled | |||||
* | nvidia: fix return value if no device is found | psychocrypt | 2017-09-30 | 1 | -1/+1 | |
| | ||||||
* | remove auto conf from json | psychocrypt | 2017-09-30 | 1 | -2/+0 | |
| | ||||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 3 | -4/+4 | |
| | ||||||
* | fix compile | psychocrypt | 2017-09-30 | 4 | -37/+21 | |
| | ||||||
* | cleanup includes | psychocrypt | 2017-09-30 | 7 | -34/+35 | |
| | ||||||
* | group files | psychocrypt | 2017-09-30 | 17 | -0/+3397 | |
- 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` |