Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add CROAT coin | ridd84 | 2018-06-04 | 3 | -0/+3 | |
| | ||||||
* | Add support for Haven (XHV) using CryptoNight Heavy | havenprotocol | 2018-06-04 | 3 | -0/+3 | |
| | ||||||
* | increase version to 2.4.2 | psychocrypt | 2018-06-04 | 1 | -1/+1 | |
| | ||||||
* | NVIDIA: fix sumokoin | psychocrypt | 2018-06-04 | 1 | -26/+20 | |
| | | | | | | | | sumokoin is broken if `bfactor >= 5` is used (default for windows) sumokoin for `sm_20` is broken due to the missing extern shared memory - call phase3 kernel two times if sumokoin is enabled - create extern shared memory for phase3 kernel | |||||
* | fix cuda architecture detection | psychocrypt | 2018-06-04 | 1 | -1/+1 | |
| | | | | | | fix #1297 If sm_20 is mixed with other architectures the detection for the minimal supported architecture is broken. | |||||
* | AMD OpenCL: fix sumokoin | psychocrypt | 2018-06-04 | 2 | -4/+13 | |
| | | | | - fix that version argument was not passed to extended kernel parameters | |||||
* | Add HTML report example | fireice-uk | 2018-06-04 | 1 | -0/+3 | |
| | ||||||
* | increase version for release to 2.4.0 | psychocrypt | 2018-06-04 | 1 | -1/+1 | |
| | ||||||
* | change `height` to `version` | psychocrypt | 2018-06-04 | 5 | -8/+8 | |
| | | | | -rename `mining_fork_height` to `*_version` | |||||
* | add stellite coin | psychocrypt | 2018-06-04 | 1 | -0/+1 | |
| | ||||||
* | refactor mining algo selection | psychocrypt | 2018-06-04 | 10 | -102/+90 | |
| | | | | | - add `fork_height` to currency - refactor algorithm selection | |||||
* | Add cn-heavy to algo report | fireice-uk | 2018-06-04 | 1 | -2/+5 | |
| | ||||||
* | fix OpenCl AMD on OSX | psychocrypt | 2018-06-04 | 1 | -4/+1 | |
| | | | | | | fix #1218 - remove inline function with ugly macro :-( | |||||
* | Remove portbin from docs for now | fireice-uk | 2018-06-04 | 2 | -28/+5 | |
| | ||||||
* | Fix minor text issues in compile.md | Sergey A | 2018-06-04 | 1 | -3/+3 | |
| | ||||||
* | Yet another nicehash workaround -.- | fireice-uk | 2018-06-04 | 1 | -0/+6 | |
| | ||||||
* | Add filename to backend errors | fireice-uk | 2018-06-04 | 3 | -15/+15 | |
| | ||||||
* | github annotations | psychocrypt | 2018-06-04 | 5 | -16/+13 | |
| | | | | | | - documentation: change `aeon` to `aeon7` - change `case` order in `switch` statements - update README.txt | |||||
* | POW AEON v7 | psychocrypt | 2018-06-04 | 11 | -102/+167 | |
| | | | | | - add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes | |||||
* | add cli option `--noAMDCache` | psychocrypt | 2018-06-04 | 3 | -21/+32 | |
| | | | | | | allow to disable the OpenCl cache - usefull for read only systems - usefull for unknown errors during cache reading | |||||
* | fix parentheses warning | psychocrypt | 2018-06-04 | 1 | -1/+1 | |
| | | | | | | | | | fix warning ``` /Users/user/xmr-stak/xmrstak/backend/amd/amd_gpu/gpu.cpp:481:11: warning: using the result of an assignment as a condition without parentheses [-Wparentheses] if( ret = clGetProgramInfo(ctx->Program, CL_PROGRAM_BINARIES, num_devices * sizeof(char*), all_programs.data(),NULL) != CL_SUCCESS) ``` | |||||
* | documentation: name a worker | psychocrypt | 2018-06-04 | 1 | -0/+9 | |
| | | | | add note that `rig_id` is ignored by some pools | |||||
* | travis: more compile combinations | psychocrypt | 2018-06-04 | 1 | -0/+16 | |
| | | | | - add tests whith disabled dependencies | |||||
* | fix autoAdjust(non hwloc) | psychocrypt | 2018-06-04 | 1 | -2/+3 | |
| | | | | - remove call `IsCurrencyMonero` with `cn_select_memory` | |||||
* | Set monero7 pool directly. | Judemir Ribeiro | 2018-04-07 | 1 | -2/+2 | |
| | ||||||
* | 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 | 3 | -13/+9 | |
| | ||||||
* | Merge branch 'master' of https://github.com/nioroso-x3/xmr-stak | Judemir Ribeiro | 2018-04-06 | 7 | -245/+8 | |
|\ | ||||||
| * | Update cryptonight_altivec.h | Judemir Ribeiro | 2018-04-06 | 1 | -2/+6 | |
| | | | | | | Fix for gcc 7 behavior | |||||
| * | Delete compile_FreeBSD.md | Judemir Ribeiro | 2018-04-05 | 1 | -19/+0 | |
| | | ||||||
| * | Delete compile_Windows.md | Judemir Ribeiro | 2018-04-05 | 1 | -112/+0 | |
| | | ||||||
| * | Delete compile_macOS.md | Judemir Ribeiro | 2018-04-05 | 1 | -37/+0 | |
| | | ||||||
| * | Delete pgp_keys.md | Judemir Ribeiro | 2018-04-05 | 1 | -69/+0 | |
| | | ||||||
| * | Update compile_Linux.md | Judemir Ribeiro | 2018-04-04 | 1 | -2/+2 | |
| | | ||||||
| * | Removed old download link. | Judemir Ribeiro | 2018-04-02 | 1 | -4/+0 | |
| | | ||||||
* | | Recovered some of power8 speed (3200h/s on 20 core power8 in monero7) | Judemir Ribeiro | 2018-04-06 | 2 | -72/+318 | |
|/ | ||||||
* | Ported xmr-stak 2.3.0 rc to ppc64le | Judemir Ribeiro | 2018-04-01 | 23 | -557/+1274 | |
| | ||||||
* | Merge pull request #1208 from fireice-uk/dev2.3.0 | fireice-uk | 2018-03-25 | 59 | -993/+3331 | |
|\ | | | | | release 2.3.0 | |||||
| * | Merge pull request #1157 from psychocrypt/fix-travisMACOSX | fireice-uk | 2018-03-25 | 1 | -6/+5 | |
| |\ | | | | | | | reenable MACOSX travis tests | |||||
| | * | reenable MACOSX travis tests | psychocrypt | 2018-03-15 | 1 | -6/+5 | |
| | | | | | | | | | | | | - remove `brew trap science` | |||||
| * | | Merge pull request #1209 from psychocrypt/topic-removeOldReleaseSignature | fireice-uk | 2018-03-25 | 1 | -43/+0 | |
| |\ \ | | | | | | | | | remove old release signatures | |||||
| | * | | remove old release signatures | psychocrypt | 2018-03-25 | 1 | -43/+0 | |
| |/ / | | | | | | | | | | the signatures for the next release will be in the release note itself | |||||
| * | | Merge pull request #1207 from fireice-uk/topic-video-guide | psychocrypt | 2018-03-25 | 1 | -1/+1 | |
| |\ \ | | | | | | | | | Change video guide to a placeholder link | |||||
| | * | | Change video guide to a placeholder link | fireice-uk | 2018-03-25 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge pull request #1206 from psychocrypt/topic-renameMonero2 | fireice-uk | 2018-03-25 | 3 | -9/+10 | |
| |\ \ \ | | | | | | | | | | | rename `monero2` to `monero7` | |||||
| | * | | | rename `monero2` to `monero7` | psychocrypt | 2018-03-25 | 3 | -9/+10 | |
| | |/ / | | | | | | | | | | | | | fix #1202 | |||||
| * | | | Merge pull request #1203 from psychocrypt/fix-amdBenchmarkMode | fireice-uk | 2018-03-25 | 1 | -1/+4 | |
| |\ \ \ | | | | | | | | | | | fixAMD benchmark mode | |||||
| | * | | | fixAMD benchmark mode | psychocrypt | 2018-03-25 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | The OpenCl code is only supporting jobs up to 84byte | |||||
| * | | | | Merge pull request #1205 from psychocrypt/topic-revertInputSizeChange | fireice-uk | 2018-03-25 | 1 | -2/+3 | |
| |\ \ \ \ | | |_|/ / | |/| | | | revert input size change |