summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu/minethd.hpp
Commit message (Collapse)AuthorAgeFilesLines
* refactor mining algo selectionpsychocrypt2018-04-011-1/+1
| | | | | - add `fork_height` to currency - refactor algorithm selection
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-251-2/+3
| | | | | | | 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>
* Fix nonce allocationUnknown2017-12-071-2/+5
|
* Extend low_power_mode to do up to 5 cn hashes at a time.Grzegorz Hasse2017-12-061-4/+9
| | | | | | The "low_power_mode" option in config.txt can be set to numeral values between 1 and 5. A value of 5 seems optimal on certain processors with large L4 cache.
* Fix misc bugs (#117)fireice-uk2017-11-151-0/+1
| | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* rename `xmr` to `monero`psychocrypt2017-10-271-2/+2
| | | | | | - 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-271-2/+2
| | | | | - update auto suggestion default and hwloc - extent hash function table to support aeon and xmr within one miner
* rm pin_thd_affinityfireice-uk2017-10-171-1/+0
|
* Affinity - fix Cfireice-uk2017-10-121-2/+2
|
* Affinity - fix Bfireice-uk2017-10-121-1/+0
|
* cleanup and give a return from set_affinityfireice-uk2017-10-111-1/+1
|
* Port the crash fix from xmr-stak-cpufireice-uk2017-10-051-0/+1
|
* fix compilepsychocrypt2017-09-301-19/+2
|
* cleanup includespsychocrypt2017-09-301-5/+7
|
* group filespsychocrypt2017-09-301-0/+74
- 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