Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | small fix | fireice-uk | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | Fix GPU nicehash support | fireice-uk | 2017-10-22 | 1 | -1/+4 |
| | |||||
* | 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 |
| | |||||
* | 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 | ||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 1 | -15/+15 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -12/+11 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+273 |
- 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` |