Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Remove whitespace lines | Unknown | 2017-11-16 | 2 | -4/+4 | |
| | ||||||
* | fix wrong indentions by hand after auto conversion | psychocrypt | 2017-11-16 | 1 | -3/+4 | |
| | ||||||
* | remove space indention with tabs | psychocrypt | 2017-11-16 | 2 | -36/+36 | |
| | | | | - removed all space indention in `*.hpp` and `*.cpp` files | |||||
* | Merge pull request #115 from fireice-uk/topic-net-ext | psychocrypt | 2017-11-16 | 1 | -4/+4 | |
|\ | | | | | Network extensions | |||||
| * | Pass threadno up the food chain | Unknown | 2017-11-14 | 1 | -4/+4 | |
| | | ||||||
* | | Fix misc bugs (#117) | fireice-uk | 2017-11-15 | 2 | -0/+8 | |
|/ | | | | | | * 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 | |||||
* | Multi-pool final version (#90) | fireice-uk | 2017-11-09 | 1 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | |||||
* | fix windows compile and broken aeon | psychocrypt | 2017-10-28 | 2 | -54/+66 | |
| | | | | | - fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend) | |||||
* | rename `xmr` to `monero` | psychocrypt | 2017-10-27 | 6 | -45/+51 | |
| | | | | | | - 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 | 7 | -86/+177 | |
| | | | | | - 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 | |
| | ||||||
* | Merge pull request #50 from fireice-uk/topic-hwloc | fireice-uk | 2017-10-18 | 1 | -0/+9 | |
|\ | | | | | Make hwloc check capabilities and stop it from leaking mem | |||||
| * | make hwloc check capabilities and stop it from leaking mem | fireice-uk | 2017-10-17 | 1 | -0/+9 | |
| | | ||||||
* | | rm pin_thd_affinity | fireice-uk | 2017-10-17 | 2 | -9/+2 | |
| | | ||||||
* | | Affinity - fix C | fireice-uk | 2017-10-12 | 2 | -5/+8 | |
| | | ||||||
* | | Affinity - fix B | fireice-uk | 2017-10-12 | 2 | -8/+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 | 2 | -32/+11 | |
|/ | ||||||
* | Merge pull request #19 from fireice-uk/topic-crash-fix | psychocrypt | 2017-10-06 | 2 | -4/+16 | |
|\ | | | | | Port the crash fix from xmr-stak-cpu | |||||
| * | Port the crash fix from xmr-stak-cpu | fireice-uk | 2017-10-05 | 2 | -4/+16 | |
| | | ||||||
* | | Merge pull request #12 from fireice-uk/topic-large-pages-win | psychocrypt | 2017-10-05 | 1 | -3/+90 | |
|\ \ | |/ |/| | Fix large pages on Windows and make them more user-friendly | |||||
| * | put global into proper place | fireice-uk | 2017-10-04 | 1 | -1/+2 | |
| | | ||||||
| * | Add a suggestion to reboot in cases where it might help | fireice-uk | 2017-10-04 | 1 | -1/+10 | |
| | | ||||||
| * | - Add large page initialisation on Windows | fireice-uk | 2017-10-04 | 1 | -2/+79 | |
| | | | | | | | | | | - Add a proper UAC manifest requesting elevation when we start - Fix self_test() - this is integral part of initialisation | |||||
* | | Further software aes optimisation | fireice-uk | 2017-10-05 | 1 | -25/+23 | |
| | | ||||||
* | | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵ | fireice-uk | 2017-10-05 | 1 | -99/+14 | |
| | | | | | | | | cry about obfuscation | |||||
* | | rename soft_aes.c | fireice-uk | 2017-10-04 | 2 | -3/+2 | |
|/ | ||||||
* | rename `Params` to `params` | psychocrypt | 2017-09-30 | 4 | -6/+6 | |
| | ||||||
* | fix compile | psychocrypt | 2017-09-30 | 4 | -40/+26 | |
| | ||||||
* | cleanup includes | psychocrypt | 2017-09-30 | 7 | -37/+43 | |
| | ||||||
* | group files | psychocrypt | 2017-09-30 | 26 | -0/+6082 | |
- 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` |