summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove whitespace linesUnknown2017-11-162-4/+4
|
* fix wrong indentions by hand after auto conversionpsychocrypt2017-11-161-3/+4
|
* remove space indention with tabspsychocrypt2017-11-162-36/+36
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* Merge pull request #115 from fireice-uk/topic-net-extpsychocrypt2017-11-161-4/+4
|\ | | | | Network extensions
| * Pass threadno up the food chainUnknown2017-11-141-4/+4
| |
* | Fix misc bugs (#117)fireice-uk2017-11-152-0/+8
|/ | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* add backend typepsychocrypt2017-11-101-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-uk2017-11-091-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 aeonpsychocrypt2017-10-282-54/+66
| | | | | - fix windows linker error during compile - fix wrong parameter to call aeon (nvidia-backend)
* rename `xmr` to `monero`psychocrypt2017-10-276-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 cpupsychocrypt2017-10-277-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 setpsychocrypt2017-10-271-3/+3
| | | | - check if affinity vale before calling `thd_setaffinity`
* thread affinity for non cpu backendspsychocrypt2017-10-261-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 copypsychocrypt2017-10-231-4/+0
| | | | - remove double copied memory
* move nicehash check into nonce calcfireice-uk2017-10-221-8/+8
|
* note-to-self: don't type with your foreheadfireice-uk2017-10-221-1/+1
|
* separate nonce_ctr from result pushfireice-uk2017-10-221-32/+24
|
* Implement changes suggestedfireice-uk2017-10-221-2/+2
|
* Implement pool-controlled nonce allocationfireice-uk2017-10-221-8/+28
|
* add order_fix for double hashfireice-uk2017-10-181-0/+2
|
* Merge pull request #50 from fireice-uk/topic-hwlocfireice-uk2017-10-181-0/+9
|\ | | | | Make hwloc check capabilities and stop it from leaking mem
| * make hwloc check capabilities and stop it from leaking memfireice-uk2017-10-171-0/+9
| |
* | rm pin_thd_affinityfireice-uk2017-10-172-9/+2
| |
* | Affinity - fix Cfireice-uk2017-10-122-5/+8
| |
* | Affinity - fix Bfireice-uk2017-10-122-8/+9
| |
* | swap orderfireice-uk2017-10-121-3/+3
| |
* | print warningfireice-uk2017-10-111-1/+2
| |
* | cleanup and give a return from set_affinityfireice-uk2017-10-112-32/+11
|/
* Merge pull request #19 from fireice-uk/topic-crash-fixpsychocrypt2017-10-062-4/+16
|\ | | | | Port the crash fix from xmr-stak-cpu
| * Port the crash fix from xmr-stak-cpufireice-uk2017-10-052-4/+16
| |
* | Merge pull request #12 from fireice-uk/topic-large-pages-winpsychocrypt2017-10-051-3/+90
|\ \ | |/ |/| Fix large pages on Windows and make them more user-friendly
| * put global into proper placefireice-uk2017-10-041-1/+2
| |
| * Add a suggestion to reboot in cases where it might helpfireice-uk2017-10-041-1/+10
| |
| * - Add large page initialisation on Windowsfireice-uk2017-10-041-2/+79
| | | | | | | | | | - Add a proper UAC manifest requesting elevation when we start - Fix self_test() - this is integral part of initialisation
* | Further software aes optimisationfireice-uk2017-10-051-25/+23
| |
* | Cleaned up, so persons not very proficient in C macros, like hyc_symas don't ↵fireice-uk2017-10-051-99/+14
| | | | | | | | cry about obfuscation
* | rename soft_aes.cfireice-uk2017-10-042-3/+2
|/
* rename `Params` to `params`psychocrypt2017-09-304-6/+6
|
* fix compilepsychocrypt2017-09-304-40/+26
|
* cleanup includespsychocrypt2017-09-307-37/+43
|
* group filespsychocrypt2017-09-3026-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`
OpenPOWER on IntegriCloud