Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | Randomly choose from all available IP addresses | SChernykh | 2017-07-17 | 1 | -11/+12 | |
| | | | | | | | | | | | | | | | This is to avoid getting stuck on the same IP which doesn't work for whatever reason. pool.supportxmr.com uses DNS for load balancing, and it had issues with xmr-stak miners when one of the servers went down and all xmr-stak miners that were on that server didn't switch to the other working server. This change fixes the bug. | |||||
| * | | Merge pull request #189 from kathawala/optimization | fireice-uk | 2017-07-13 | 1 | -30/+78 | |
| |\ \ | | | | | | | | | Slight keccak optimization | |||||
| | * | | optimization to Rho Pi loop in keccak | Farhan Kathawala | 2017-07-05 | 1 | -17/+24 | |
| | | | | ||||||
| | * | | Slight optimization of keccak | Farhan Kathawala | 2017-07-05 | 1 | -13/+54 | |
| | | | | ||||||
| * | | | Merge pull request #210 from fireice-uk/topic-aes-override | psychocrypt | 2017-07-13 | 2 | -6/+20 | |
| |\ \ \ |/ / / / | | | | | AES override feature | |||||
| * | | | Make the config comments clearer | fireice-uk | 2017-07-12 | 1 | -2/+2 | |
| | | | | ||||||
| * | | | AES override feature | fireice-uk | 2017-07-12 | 2 | -6/+20 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #212 from psychocrypt/topic-cleanGppWarning | fireice-uk | 2017-07-12 | 2 | -2/+2 | |
|\ \ \ | | | | | | | | | CMake: change GCC to g++ warning | |||||
| * | | | CMake: change GCC to g++ warning | psychocrypt | 2017-07-12 | 2 | -2/+2 | |
| |/ / | ||||||
* | | | Merge pull request #202 from fireice-uk/topic-hwloc-clean | fireice-uk | 2017-07-12 | 4 | -121/+144 | |
|\ \ \ | |/ / |/| | | HWLOC allocation algorithm cleanup | |||||
| * | | Merge pull request #211 from psychocrypt/topic-hwloc-clean | fireice-uk | 2017-07-12 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | fix wrong cache method | |||||
| | * | | fix wrong cache method | psychocrypt | 2017-07-12 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | | | | - fix wrong implemented method `isCacheExclusive()` - round up number of hashes if >= 1 MiB cache is available | |||||
| * | | Make the code portable to hwloc 2.x | fireice-uk | 2017-07-10 | 1 | -3/+24 | |
| | | | ||||||
| * | | Merge pull request #204 from psychocrypt/topic-hwloc-clean | fireice-uk | 2017-07-10 | 1 | -3/+3 | |
| |\ \ | | | | | | | | | fix rewrite of the hwloc autosuggestion | |||||
| | * | | fix | psychocrypt | 2017-07-10 | 1 | -3/+3 | |
| |/ / | | | | | | | | | | | | | - fix exclusive cache detection - fix usage of wrong cache size | |||||
| * | | Commit hwlocMemory.hpp fixes on top of this branch (cosmetic, no logic changes) | fireice-uk | 2017-07-09 | 2 | -8/+10 | |
| | | | ||||||
| * | | Fix exclusive cache detection | fireice-uk | 2017-07-09 | 1 | -3/+3 | |
| | | | ||||||
| * | | Minor slipup | fireice-uk | 2017-07-09 | 2 | -2/+4 | |
| | | | ||||||
| * | | HWLOC allocation algorithm cleanup | fireice-uk | 2017-07-09 | 1 | -114/+112 | |
| | | | ||||||
* | | | Merge pull request #197 from fireice-uk/topic-uri-fix | psychocrypt | 2017-07-09 | 1 | -0/+3 | |
|\ \ \ | |/ / |/| | | Fix handling of stratum+tcp:// format | |||||
| * | | Fix handling of stratum+tcp:// format | fireice-uk | 2017-07-08 | 1 | -0/+3 | |
| |/ | ||||||
* | | Merge pull request #198 from Candunc/dev | fireice-uk | 2017-07-09 | 1 | -0/+20 | |
|\ \ | |/ |/| | Added instructions for building on FreeBSD | |||||
| * | Added instructions for FreeBSD | Duncan Bristow | 2017-07-08 | 1 | -0/+20 | |
|/ | ||||||
* | Merge pull request #186 from ruzickap/fix/appveyor_build_code_fix | fireice-uk | 2017-07-04 | 1 | -16/+20 | |
|\ | | | | | Appveyor fix | |||||
| * | Appveyor fix | Petr Ruzicka | 2017-07-03 | 1 | -16/+20 | |
| | | ||||||
* | | Compile error on Alpine 3.6 (#188) | Fabio Nitto | 2017-07-03 | 1 | -0/+1 | |
|/ | | | | * Handle memset not in scope error in Alpine compiler | |||||
* | Merge pull request #182 from psychocrypt/fix-largeSystemSuggestion | fireice-uk | 2017-07-01 | 1 | -38/+5 | |
|\ | | | | | fix auto suggestion for 64+ cores | |||||
| * | fix auto suggestion for 64+ cores | psychocrypt | 2017-06-30 | 1 | -38/+5 | |
| | | | | | | | | use native hwloc bitmap to find hardware cores | |||||
* | | Merge pull request #179 from ruzickap/feature/better_output | fireice-uk | 2017-07-01 | 2 | -6/+6 | |
|\ \ | |/ |/| | Changing "Copy&Paste" output line to be easily parsable (showing BEGIN / END) | |||||
| * | Changing "Copy&Paste" output line to be easily parsable (showing BEGIN / END) | Petr Ruzicka | 2017-06-27 | 2 | -6/+6 | |
|/ | ||||||
* | Merge pull request #170 from ruzickap/feature/add_windows_ci | psychocrypt | 2017-06-27 | 1 | -0/+27 | |
|\ | | | | | Add appveyor initial file | |||||
| * | Add appveyor initial file | Petr Ruzicka | 2017-06-22 | 1 | -0/+27 | |
| | | ||||||
* | | Merge pull request #161 from psychocrypt/topic-windowsBuildDocu | fireice-uk | 2017-06-26 | 2 | -0/+158 | |
|\ \ | | | | | | | windows compile HowTo | |||||
| * | | update documentation | psychocrypt | 2017-06-21 | 1 | -8/+77 | |
| | | | | | | | | | | | | | | | | | | | | | - fix microhttpd information - fix spelling this PR based in some on https://github.com/fireice-uk/xmr-stak-cpu/commit/1a1d7b4697ed8c72350fdff582f87e101a565599 thx @Adam | |||||
| * | | add build documentation for win64 | psychocrypt | 2017-06-17 | 2 | -0/+89 | |
| | | | | | | | | | | | | add documentation howto install all dependencies and compile with VS2017 | |||||
* | | | Merge pull request #160 from psychocrypt/topic-windowsBuildSupport | fireice-uk | 2017-06-26 | 1 | -9/+39 | |
|\ \ \ | | | | | | | | | add Windows VS2017 support | |||||
| * | | | add Windows VS2017 support | psychocrypt | 2017-06-15 | 1 | -9/+39 | |
| |/ / | | | | | | | | | | | | | | | | - add windows socket libraries - search for windows name of all dependencies - add missing link step to the intermediate static library | |||||
* | | | Merge pull request #159 from b-i-t-n/master | fireice-uk | 2017-06-25 | 1 | -1/+3 | |
|\ \ \ | | | | | | | | | Fixes building on Alpine Linux | |||||
| * \ \ | Merge branch 'dev' into master | b-i-t-n | 2017-06-23 | 19 | -57/+501 | |
| |\ \ \ | ||||||
| * | | | | Fixes building on Alpine Linux | b-i-t-n | 2017-06-15 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge pull request #172 from psychocrypt/topic-psychocryptDonationAddress | fireice-uk | 2017-06-25 | 1 | -1/+4 | |
|\ \ \ \ | | | | | | | | | | | add psychocrypt to donate-level.h | |||||
| * | | | | add psychocrypt to donate-level.h | psychocrypt | 2017-06-23 | 1 | -1/+4 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #171 from psychocrypt/topic-increaseDonation | fireice-uk | 2017-06-25 | 2 | -4/+4 | |
|\ \ \ \ | |/ / / |/| | | | increase default dev donation | |||||
| * | | | increase default dev donation | psychocrypt | 2017-06-23 | 2 | -4/+4 | |
|/ / / | | | | | | | | | | | | | based on the reddit poll we get 45.99% support to increase the developer donation https://www.reddit.com/r/MoneroMining/comments/6eu00j/question_xmrstak_default_donation_increase_to_2/ | |||||
* | | | Merge pull request #168 from ruzickap/dev | psychocrypt | 2017-06-21 | 1 | -1/+14 | |
|\ \ \ | | | | | | | | | Adding osx for Travis CI | |||||
| * | | | Adding osx for Travis CI | Petr Ruzicka | 2017-06-20 | 1 | -1/+14 | |
| | | | | ||||||
* | | | | Merge pull request #154 from rsanheim/dev-mac | fireice-uk | 2017-06-20 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | Dev branch with mac fix | |||||
| * | | | cast for mac os support | Rob Sanheim | 2017-06-15 | 1 | -1/+1 | |
| | |/ | |/| | ||||||
* | | | Merge pull request #155 from ruzickap/dev | fireice-uk | 2017-06-16 | 1 | -0/+62 | |
|\ \ \ | |/ / |/| | | Initial Travis CI script added | |||||
| * | | Initial Travis CI script added | Petr Ruzicka | 2017-06-14 | 1 | -0/+62 | |
|/ / |