Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | option to controll gpu synchronization | psychocrypt | 2017-12-01 | 1 | -0/+1 |
| | | | | | - add option `sync_mode` - update auto suggestion and jconf | ||||
* | Remove whitespace lines | Unknown | 2017-11-16 | 1 | -4/+4 |
| | |||||
* | fix wrong indentions by hand after auto conversion | psychocrypt | 2017-11-16 | 1 | -4/+5 |
| | |||||
* | remove space indention with tabs | psychocrypt | 2017-11-16 | 1 | -5/+5 |
| | | | | - removed all space indention in `*.hpp` and `*.cpp` files | ||||
* | Merge pull request #115 from fireice-uk/topic-net-ext | psychocrypt | 2017-11-16 | 1 | -1/+1 |
|\ | | | | | Network extensions | ||||
| * | Pass threadno up the food chain | Unknown | 2017-11-14 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #116 from psychocrypt/topic-checkIfBinarySupportsGPUArch | fireice-uk | 2017-11-15 | 1 | -1/+1 |
|\ \ | | | | | | | check gpu architecture | ||||
| * | | check gpu architecture | psychocrypt | 2017-11-15 | 1 | -1/+1 |
| |/ | | | | | | | | | | | - check if the gpu architecture is supported by the compiled miner binary - remove not supported gpus from the auto suggestion - disallow the selection of a not supported gpu by hand tuning the config | ||||
* | | Fix misc bugs (#117) | fireice-uk | 2017-11-15 | 1 | -1/+5 |
|/ | | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin | ||||
* | add backend type | psychocrypt | 2017-11-10 | 1 | -0/+1 |
| | | | | | - add type of the backend to each backend-plugin - add `gteName` to `iBackend` to get the name of the backend | ||||
* | fix windows compile and broken aeon | psychocrypt | 2017-10-28 | 1 | -13/+3 |
| | | | | | - fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend) | ||||
* | rename `xmr` to `monero` | psychocrypt | 2017-10-27 | 1 | -8/+9 |
| | | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive | ||||
* | add aeon support to backend nvidia | psychocrypt | 2017-10-27 | 1 | -2/+17 |
| | | | | | - add template parameter to kernel to support aeon and xmr - update auto suggestion | ||||
* | check if affinity must be set | psychocrypt | 2017-10-27 | 1 | -2/+3 |
| | | | | - check if affinity vale before calling `thd_setaffinity` | ||||
* | thread affinity for non cpu backends | psychocrypt | 2017-10-26 | 1 | -7/+20 |
| | | | | | | | | This is a follow up of #43 and use the some mechanism to set the thread affinity for non cpu backends correct. - use cpu affinity workflow for nvidia and amd - cpu: move messages of thread spawning before thread creation | ||||
* | 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` |