Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename `xmr` to `monero` | psychocrypt | 2017-10-27 | 1 | -30/+36 |
| | | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive | ||||
* | add aeon support to backend cpu | psychocrypt | 2017-10-27 | 1 | -38/+82 |
| | | | | | - update auto suggestion default and hwloc - extent hash function table to support aeon and xmr within one miner | ||||
* | check if affinity must be set | psychocrypt | 2017-10-27 | 1 | -3/+3 |
| | | | | - check if affinity vale before calling `thd_setaffinity` | ||||
* | thread affinity for non cpu backends | psychocrypt | 2017-10-26 | 1 | -5/+5 |
| | | | | | | | | 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 | ||||
* | remove double blob copy | psychocrypt | 2017-10-23 | 1 | -4/+0 |
| | | | | - remove double copied memory | ||||
* | move nicehash check into nonce calc | fireice-uk | 2017-10-22 | 1 | -8/+8 |
| | |||||
* | note-to-self: don't type with your forehead | fireice-uk | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | separate nonce_ctr from result push | fireice-uk | 2017-10-22 | 1 | -32/+24 |
| | |||||
* | Implement changes suggested | fireice-uk | 2017-10-22 | 1 | -2/+2 |
| | |||||
* | Implement pool-controlled nonce allocation | fireice-uk | 2017-10-22 | 1 | -8/+28 |
| | |||||
* | add order_fix for double hash | fireice-uk | 2017-10-18 | 1 | -0/+2 |
| | |||||
* | rm pin_thd_affinity | fireice-uk | 2017-10-17 | 1 | -8/+2 |
| | |||||
* | Affinity - fix C | fireice-uk | 2017-10-12 | 1 | -3/+6 |
| | |||||
* | Affinity - fix B | fireice-uk | 2017-10-12 | 1 | -7/+9 |
| | |||||
* | swap order | fireice-uk | 2017-10-12 | 1 | -3/+3 |
| | |||||
* | print warning | fireice-uk | 2017-10-11 | 1 | -1/+2 |
| | |||||
* | cleanup and give a return from set_affinity | fireice-uk | 2017-10-11 | 1 | -31/+10 |
| | |||||
* | Port the crash fix from xmr-stak-cpu | fireice-uk | 2017-10-05 | 1 | -4/+15 |
| | |||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 1 | -1/+1 |
| | |||||
* | fix compile | psychocrypt | 2017-09-30 | 1 | -19/+22 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 1 | -13/+13 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 1 | -0/+508 |
- 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` |