summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | Randomly choose from all available IP addressesSChernykh2017-07-171-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/optimizationfireice-uk2017-07-131-30/+78
| |\ \ | | | | | | | | Slight keccak optimization
| | * | optimization to Rho Pi loop in keccakFarhan Kathawala2017-07-051-17/+24
| | | |
| | * | Slight optimization of keccakFarhan Kathawala2017-07-051-13/+54
| | | |
| * | | Merge pull request #210 from fireice-uk/topic-aes-overridepsychocrypt2017-07-132-6/+20
| |\ \ \ |/ / / / | | | | AES override feature
| * | | Make the config comments clearerfireice-uk2017-07-121-2/+2
| | | |
| * | | AES override featurefireice-uk2017-07-122-6/+20
| | |/ | |/|
* | | Merge pull request #212 from psychocrypt/topic-cleanGppWarningfireice-uk2017-07-122-2/+2
|\ \ \ | | | | | | | | CMake: change GCC to g++ warning
| * | | CMake: change GCC to g++ warningpsychocrypt2017-07-122-2/+2
| |/ /
* | | Merge pull request #202 from fireice-uk/topic-hwloc-cleanfireice-uk2017-07-124-121/+144
|\ \ \ | |/ / |/| | HWLOC allocation algorithm cleanup
| * | Merge pull request #211 from psychocrypt/topic-hwloc-cleanfireice-uk2017-07-121-3/+3
| |\ \ | | | | | | | | fix wrong cache method
| | * | fix wrong cache methodpsychocrypt2017-07-121-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.xfireice-uk2017-07-101-3/+24
| | |
| * | Merge pull request #204 from psychocrypt/topic-hwloc-cleanfireice-uk2017-07-101-3/+3
| |\ \ | | | | | | | | fix rewrite of the hwloc autosuggestion
| | * | fixpsychocrypt2017-07-101-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-uk2017-07-092-8/+10
| | |
| * | Fix exclusive cache detectionfireice-uk2017-07-091-3/+3
| | |
| * | Minor slipupfireice-uk2017-07-092-2/+4
| | |
| * | HWLOC allocation algorithm cleanupfireice-uk2017-07-091-114/+112
| | |
* | | Merge pull request #197 from fireice-uk/topic-uri-fixpsychocrypt2017-07-091-0/+3
|\ \ \ | |/ / |/| | Fix handling of stratum+tcp:// format
| * | Fix handling of stratum+tcp:// formatfireice-uk2017-07-081-0/+3
| |/
* | Merge pull request #198 from Candunc/devfireice-uk2017-07-091-0/+20
|\ \ | |/ |/| Added instructions for building on FreeBSD
| * Added instructions for FreeBSDDuncan Bristow2017-07-081-0/+20
|/
* Merge pull request #186 from ruzickap/fix/appveyor_build_code_fixfireice-uk2017-07-041-16/+20
|\ | | | | Appveyor fix
| * Appveyor fixPetr Ruzicka2017-07-031-16/+20
| |
* | Compile error on Alpine 3.6 (#188)Fabio Nitto2017-07-031-0/+1
|/ | | | * Handle memset not in scope error in Alpine compiler
* Merge pull request #182 from psychocrypt/fix-largeSystemSuggestionfireice-uk2017-07-011-38/+5
|\ | | | | fix auto suggestion for 64+ cores
| * fix auto suggestion for 64+ corespsychocrypt2017-06-301-38/+5
| | | | | | | | use native hwloc bitmap to find hardware cores
* | Merge pull request #179 from ruzickap/feature/better_outputfireice-uk2017-07-012-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 Ruzicka2017-06-272-6/+6
|/
* Merge pull request #170 from ruzickap/feature/add_windows_cipsychocrypt2017-06-271-0/+27
|\ | | | | Add appveyor initial file
| * Add appveyor initial filePetr Ruzicka2017-06-221-0/+27
| |
* | Merge pull request #161 from psychocrypt/topic-windowsBuildDocufireice-uk2017-06-262-0/+158
|\ \ | | | | | | windows compile HowTo
| * | update documentationpsychocrypt2017-06-211-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 win64psychocrypt2017-06-172-0/+89
| | | | | | | | | | | | add documentation howto install all dependencies and compile with VS2017
* | | Merge pull request #160 from psychocrypt/topic-windowsBuildSupportfireice-uk2017-06-261-9/+39
|\ \ \ | | | | | | | | add Windows VS2017 support
| * | | add Windows VS2017 supportpsychocrypt2017-06-151-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/masterfireice-uk2017-06-251-1/+3
|\ \ \ | | | | | | | | Fixes building on Alpine Linux
| * \ \ Merge branch 'dev' into masterb-i-t-n2017-06-2319-57/+501
| |\ \ \
| * | | | Fixes building on Alpine Linuxb-i-t-n2017-06-151-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #172 from psychocrypt/topic-psychocryptDonationAddressfireice-uk2017-06-251-1/+4
|\ \ \ \ | | | | | | | | | | add psychocrypt to donate-level.h
| * | | | add psychocrypt to donate-level.hpsychocrypt2017-06-231-1/+4
| | |/ / | |/| |
* | | | Merge pull request #171 from psychocrypt/topic-increaseDonationfireice-uk2017-06-252-4/+4
|\ \ \ \ | |/ / / |/| | | increase default dev donation
| * | | increase default dev donationpsychocrypt2017-06-232-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/devpsychocrypt2017-06-211-1/+14
|\ \ \ | | | | | | | | Adding osx for Travis CI
| * | | Adding osx for Travis CIPetr Ruzicka2017-06-201-1/+14
| | | |
* | | | Merge pull request #154 from rsanheim/dev-macfireice-uk2017-06-201-1/+1
|\ \ \ \ | |/ / / |/| | | Dev branch with mac fix
| * | | cast for mac os supportRob Sanheim2017-06-151-1/+1
| | |/ | |/|
* | | Merge pull request #155 from ruzickap/devfireice-uk2017-06-161-0/+62
|\ \ \ | |/ / |/| | Initial Travis CI script added
| * | Initial Travis CI script addedPetr Ruzicka2017-06-141-0/+62
|/ /
OpenPOWER on IntegriCloud