Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add cn-heavy to algo report | fireice-uk | 2018-04-01 | 1 | -2/+5 |
| | |||||
* | Yet another nicehash workaround -.- | fireice-uk | 2018-03-31 | 1 | -0/+6 |
| | |||||
* | POW AEON v7 | psychocrypt | 2018-03-27 | 1 | -0/+3 |
| | | | | | - add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes | ||||
* | XMR-Stak 2.3.0 RC | xmr-stak-devs | 2018-03-25 | 5 | -12/+75 |
| | | | | | | | Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com> Co-authored-by: Lee Clagett <code@leeclagett.com> Co-authored-by: curie-kief <curie-kief@users.noreply.github.com> | ||||
* | Add rig identifier | fireice-uk | 2018-02-10 | 2 | -5/+6 |
| | |||||
* | Merge pull request #754 from dougvj/gpu_id_show | fireice-uk | 2018-01-03 | 1 | -2/+3 |
|\ | | | | | Modify invalid result report to show GPU id | ||||
| * | Modify invalid result report to show GPU id | Doug Johnson | 2017-12-30 | 1 | -2/+3 |
| | | |||||
* | | Clearer TLS error | fireice-uk | 2017-12-23 | 1 | -1/+1 |
|/ | |||||
* | Make sure we are using a steady clock | fireice-uk | 2017-12-22 | 1 | -0/+10 |
| | |||||
* | Fix typo in socket.cpp | Steve Swinsburg | 2017-12-16 | 1 | -1/+1 |
| | |||||
* | Fix CLI option start + make cli option pool into an added pool with top ↵ | Unknown | 2017-12-08 | 1 | -4/+0 |
| | | | | priority ithinstead of overwrite | ||||
* | fix broken pool option overwrite via CLI | psychocrypt | 2017-12-06 | 1 | -0/+4 |
| | | | | | | | | fix #340 With #90 the option to overwrite the pool settings via CLI options is broken. This pull request will allow to overwrite the options of the pool with the highest weighting. | ||||
* | Fix gpu result crash | Unknown | 2017-11-17 | 1 | -0/+4 |
| | |||||
* | Fix cases where postive feedback was still occurring. | Unknown | 2017-11-16 | 1 | -1/+2 |
| | |||||
* | Remove whitespace lines | Unknown | 2017-11-16 | 1 | -4/+4 |
| | |||||
* | remove space indention with tabs | psychocrypt | 2017-11-16 | 2 | -4/+4 |
| | | | | - removed all space indention in `*.hpp` and `*.cpp` files | ||||
* | Merge pull request #115 from fireice-uk/topic-net-ext | psychocrypt | 2017-11-16 | 3 | -9/+86 |
|\ | | | | | Network extensions | ||||
| * | Print motd on console and web ui | Unknown | 2017-11-14 | 1 | -7/+14 |
| | | |||||
| * | Pass threadno up the food chain | Unknown | 2017-11-14 | 2 | -2/+3 |
| | | |||||
| * | jpsock changes | Unknown | 2017-11-14 | 2 | -8/+77 |
| | | |||||
* | | Fix misc bugs (#117) | fireice-uk | 2017-11-15 | 1 | -1/+10 |
|/ | | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin | ||||
* | Versioning final version | Unknown | 2017-11-10 | 1 | -2/+2 |
| | |||||
* | Multi-pool final version (#90) | fireice-uk | 2017-11-09 | 4 | -54/+136 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Multi-pool first draft * Fix wspace from new IDE * Better TLS error message * Fix TLS bug * Don't put dev pool on stats + pool change-back * bug fixes * Error message work * fix win build * add per-pool nicehash setting * Fix bugs * rm debug msg * Multipool guided setup * Support TLS and Nicehash in config * prelim jconf changes * final multipool changes * increase default retry_time to 30, fix mac erro * rm debug dev pool settings * Fix another source of connect runaway | ||||
* | amd: use 64bit target | psychocrypt | 2017-10-24 | 2 | -4/+0 |
| | | | | | - remove 32bit target value - use always 64bit target for amd backend | ||||
* | Implement pool-controlled nonce allocation | fireice-uk | 2017-10-22 | 3 | -4/+10 |
| | |||||
* | cleanup includes | psychocrypt | 2017-09-30 | 6 | -16/+23 |
| | |||||
* | group files | psychocrypt | 2017-09-30 | 6 | -0/+1374 |
- 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` |