summaryrefslogtreecommitdiffstats
path: root/xmrstak/backend/cpu/crypto/cryptonight_common.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Spell checkTony Butler2018-05-031-2/+2
|
* add independent dev pool coin descriptionpsychocrypt2018-04-171-4/+4
| | | | | | | | | | | | | | - allow the dev pool to fork on a different block version than the user descriped coin All algorithm are centered around the user coin description. It is allowed to have two two different coin algorithms in the user coin description. It is only allowed to use algorithms for the dev pool coin description those are used in the user coin description. There are two ways to define a non forking coin. - set both user coin algorithm descriptions to the same algorithm and set version to zero - set the first algorithm in the user coin description to something you like to use in the dev pool and set the second algorithm to the correct representation of the coin. Set the version to 255. This will allow that the dev pool can mine on a different coin algorithm than the not forking user coin. Do not use an algorithm with different scratchpad size for the dev pool.
* change 64Bit size value to 32Bitpsychocrypt2018-04-141-5/+5
| | | | avoid conversion warning by reducing the size value type
* refactor scratchpad creationpsychocrypt2018-04-081-2/+9
| | | | Use the maximum scratchpad size from before and after the fork.
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-251-19/+5
| | | | | | | 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>
* It compiles on OpenBSD/adJ 6.2Vladimir Tamara2018-01-011-0/+3
|
* Typo: Obtaning -> ObtainingLehmax2017-12-281-1/+1
|
* Busywork courtesy of Microsoftfireice-uk2017-12-261-0/+2
| | | | | | | | | | | Add messages Missing include 1
* On-demand elevationfireice-uk2017-12-251-0/+4
|
* Remove whitespace linesUnknown2017-11-161-1/+1
|
* rename `xmr` to `monero`psychocrypt2017-10-271-6/+6
| | | | | | - 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-9/+29
| | | | | - update auto suggestion default and hwloc - extent hash function table to support aeon and xmr within one miner
* 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
* group filespsychocrypt2017-09-301-0/+195
- 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