Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Repair all 'namepsace' to 'namespace' (all within comments) | Tony Butler | 2018-06-04 | 6 | -6/+6 |
| | |||||
* | change `height` to `version` | psychocrypt | 2018-06-04 | 1 | -2/+2 |
| | | | | -rename `mining_fork_height` to `*_version` | ||||
* | refactor mining algo selection | psychocrypt | 2018-06-04 | 2 | -26/+36 |
| | | | | | - add `fork_height` to currency - refactor algorithm selection | ||||
* | Add filename to backend errors | fireice-uk | 2018-06-04 | 1 | -5/+5 |
| | |||||
* | POW AEON v7 | psychocrypt | 2018-06-04 | 2 | -45/+85 |
| | | | | | - add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes | ||||
* | fix autoAdjust(non hwloc) | psychocrypt | 2018-06-04 | 1 | -2/+3 |
| | | | | - remove call `IsCurrencyMonero` with `cn_select_memory` | ||||
* | Fixed compile error without hwloc. | Judemir Ribeiro | 2018-04-07 | 1 | -17/+1 |
| | |||||
* | Update cryptonight_altivec.h | Judemir Ribeiro | 2018-04-07 | 1 | -2/+5 |
| | |||||
* | Recovered some power8 speed (3200h/s on monero7 with 20 core power8) | Judemir Ribeiro | 2018-04-06 | 1 | -6/+2 |
| | |||||
* | Merge branch 'master' of https://github.com/nioroso-x3/xmr-stak | Judemir Ribeiro | 2018-04-06 | 1 | -2/+6 |
|\ | |||||
| * | Update cryptonight_altivec.h | Judemir Ribeiro | 2018-04-06 | 1 | -2/+6 |
| | | | | | | Fix for gcc 7 behavior | ||||
* | | Recovered some of power8 speed (3200h/s on 20 core power8 in monero7) | Judemir Ribeiro | 2018-04-06 | 1 | -66/+312 |
|/ | |||||
* | Ported xmr-stak 2.3.0 rc to ppc64le | Judemir Ribeiro | 2018-04-01 | 8 | -345/+1220 |
| | |||||
* | XMR-Stak 2.3.0 RC | xmr-stak-devs | 2018-03-25 | 6 | -198/+556 |
| | | | | | | | 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> | ||||
* | Comment cleanup | Bryan Stitt | 2018-03-03 | 1 | -1/+1 |
| | |||||
* | void nonce overlappping | psychocrypt | 2018-01-27 | 1 | -3/+4 |
| | | | | | The cpu miner backend uses the wrong ranges of nonces instead of using `[startNonce,startNonce + nonce_chunk)` (startNonce,startNonce + nonce_chunk]` is used. This will results in an overlap with nonces used by the gpu back-ends. | ||||
* | Merge pull request #772 from vtamara/comp_adJ | psychocrypt | 2018-01-21 | 2 | -0/+5 |
|\ | | | | | It compiles on OpenBSD/adJ 6.2 | ||||
| * | Extra code path for OpenBSD suggested by psychocrypt | Vladimir Tamara | 2018-01-16 | 1 | -1/+3 |
| | | |||||
| * | It compiles on OpenBSD/adJ 6.2 | Vladimir Tamara | 2018-01-01 | 2 | -1/+4 |
| | | |||||
* | | fix set affinity for windows | psychocrypt | 2018-01-13 | 1 | -1/+10 |
| | | | | | | | | Ignore any affinity >=64 and throw a warning. | ||||
* | | Merge pull request #846 from psychocrypt/fix-cpuMemAutodetection | fireice-uk | 2018-01-12 | 1 | -18/+15 |
|\ \ | | | | | | | fix autosuggestion CPU | ||||
| * | | fix usage of bytes instead of KB | psychocrypt | 2018-01-09 | 1 | -17/+14 |
| | | | | | | | | | | | | | | | | | | | | | bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB | ||||
| * | | Fix cache size detection | Tom Doemiller | 2018-01-09 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #697 from dangrabbits/master | psychocrypt | 2018-01-09 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Updated config.tpl comments to include how to exclude CPU/GPUs | ||||
| * | | Updated config.tpl comments to include how to exclude CPU/GPUs | dangrabbits | 2017-12-25 | 1 | -0/+3 |
| | | | |||||
* | | | Merge pull request #778 from b-/patch-2 | fireice-uk | 2018-01-08 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Rename "MacOS" to "macOS" | ||||
| * | | | Update minethd.cpp | Brian Recchia | 2018-01-04 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | | | | | | | Changed capitalization of "macOS" Squashed the commit | ||||
* | | | Merge pull request #705 from dataway/dev | fireice-uk | 2018-01-03 | 1 | -7/+6 |
|\ \ \ | |/ / |/| | | Rearrange prefetch for slight performance increase in CPU miner | ||||
| * | | CPU - cryptonight_aesni.h - rearranged prefetch instructions to allow more ↵ | Anthony Uk | 2017-12-25 | 1 | -7/+6 |
| |/ | | | | | | | time for cache to charge | ||||
* | | Typo: Obtaning -> Obtaining | Lehmax | 2017-12-28 | 1 | -1/+1 |
| | | |||||
* | | Busywork courtesy of Microsoft | fireice-uk | 2017-12-26 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1 | ||||
* | | On-demand elevation | fireice-uk | 2017-12-25 | 1 | -0/+4 |
|/ | |||||
* | Make sure we are using a steady clock | fireice-uk | 2017-12-22 | 1 | -4/+2 |
| | |||||
* | Fix nonce allocation | Unknown | 2017-12-07 | 2 | -17/+28 |
| | |||||
* | Update documentation for `low_power_mode`. | Grzegorz Hasse | 2017-12-06 | 1 | -2/+4 |
| | |||||
* | Extend low_power_mode to do up to 5 cn hashes at a time. | Grzegorz Hasse | 2017-12-06 | 5 | -102/+483 |
| | | | | | | 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. | ||||
* | 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 |