summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | Merge pull request #848 from psychocrypt/topic-updateVEGANamesfireice-uk2018-01-121-1/+10
| |\ \ \ \ | | | | | | | | | | | | update VEGA names for auto suggestion
| | * | | | update VEGA names for auto suggestionpsychocrypt2018-01-091-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | update VEGA names
| * | | | | Merge pull request #846 from psychocrypt/fix-cpuMemAutodetectionfireice-uk2018-01-121-18/+15
| |\ \ \ \ \ | | | | | | | | | | | | | | fix autosuggestion CPU
| | * | | | | fix usage of bytes instead of KBpsychocrypt2018-01-091-17/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | bug was introduced with #67 - increase the L3 sanity check to 2GiB - fix usage of byte instead of KB
| | * | | | | Fix cache size detectionTom Doemiller2018-01-091-1/+1
| | |/ / / /
| * | | | | AMD compile instructions for macOS (#811)Michael Hohl2018-01-101-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * compile howto on amd mac tested on the latest 15" MacBook Pro * Add a note about OpenCL/Xcode
| * | | | | Merge pull request #697 from dangrabbits/masterpsychocrypt2018-01-093-0/+9
| |\ \ \ \ \ | | |/ / / / | |/| | | | Updated config.tpl comments to include how to exclude CPU/GPUs
| | * | | | Updated config.tpl comments to include how to exclude CPU/GPUsdangrabbits2017-12-253-0/+9
| |/ / / / |/| | | |
| * | | | Merge pull request #837 from fireice-uk/fix-pooldiffpsychocrypt2018-01-091-1/+0
| |\ \ \ \ | | | | | | | | | | | | Fix bug in pool-side hashes
| | * | | | Fix bug in pool-side hashesfireice-uk2018-01-081-1/+0
| |/ / / /
| * | | | Merge pull request #778 from b-/patch-2fireice-uk2018-01-087-9/+9
| |\ \ \ \ | | | | | | | | | | | | Rename "MacOS" to "macOS"
| | * | | | Update minethd.cppBrian Recchia2018-01-047-9/+9
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | Changed capitalization of "macOS" Squashed the commit
| * | | | Merge pull request #788 from psychocrypt/fix-removePragmaOncefireice-uk2018-01-061-2/+0
| |\ \ \ \ | | |_|/ / | |/| | | remove warning
| | * | | remove warningpsychocrypt2018-01-031-2/+0
| |/ / / | | | | | | | | | | | | remove warning `#pragma once in main file`
| * | | Merge pull request #780 from psychocrypt/topic-changePsychocryptDonationAdressfireice-uk2018-01-031-1/+1
| |\ \ \ | | | | | | | | | | change psychocrypt's donation address
| | * | | change psychocrypt's donation addresspsychocrypt2018-01-031-1/+1
| |/ / /
| * | | Merge pull request #730 from nerdoc/patch-1fireice-uk2018-01-031-0/+1
| |\ \ \ | | | | | | | | | | install curl first
| | * | | install curl firstChristian González2017-12-281-0/+1
| |/ / / |/| | | | | | | it's not installed in ubuntu by default.
| * | | Merge pull request #744 from feuGeneA/devfireice-uk2018-01-031-0/+28
| |\ \ \ | | | | | | | | | | added instructions for TinyCore Linux
| | * | | Update compile_Linux.mdGene2017-12-301-0/+1
| | | | |
| | * | | added instructions for TinyCore LinuxGene2017-12-301-0/+27
| | | | |
| * | | | Merge pull request #705 from dataway/devfireice-uk2018-01-031-7/+6
| |\ \ \ \ | | | | | | | | | | | | Rearrange prefetch for slight performance increase in CPU miner
| | * | | | CPU - cryptonight_aesni.h - rearranged prefetch instructions to allow more ↵Anthony Uk2017-12-251-7/+6
| | | | | | | | | | | | | | | | | | | | | | | | time for cache to charge
| * | | | | Merge pull request #754 from dougvj/gpu_id_showfireice-uk2018-01-034-5/+6
| |\ \ \ \ \ | | | | | | | | | | | | | | Modify invalid result report to show GPU id
| | * | | | | Modify invalid result report to show GPU idDoug Johnson2017-12-304-5/+6
| |/ / / / / |/| | | | |
| * | | | | Merge pull request #728 from Lehmax/patch-2fireice-uk2018-01-031-9/+10
| |\ \ \ \ \ | | | | | | | | | | | | | | Improved SeLockMemoryPrivilege part in FAQ
| | * | | | | Update FAQ.mdLehmax2017-12-281-2/+0
| | | | | | |
| | * | | | | Improved SeLockMemoryPrivilege partLehmax2017-12-281-8/+11
| |/ / / / / |/| | | | | | | | | | | I removed typos, changed the wording and made the whole thing more noob-friendly.
| * | | | | Merge pull request #740 from psychocrypt/topic-tuneAmdfireice-uk2018-01-031-56/+48
| |\ \ \ \ \ | | |_|_|/ / | |/| | | | remove branch differgence in OpenCL code
| | * | | | differgence in OpenCL codepsychocrypt2017-12-301-56/+48
| | | |/ / | | |/| | | | | | | | | | | | | | | | | | | | | | remove branch differgences in AMD OpenCl code based on #454 a Please enter the commit message for your changes. Lines starting
| * | | | Merge pull request #713 from tvdias/patch-1psychocrypt2017-12-301-2/+2
| |\ \ \ \ | | |/ / / | |/| | | Fix on Dockerfile adding build-essential package
| | * | | Fix on Dockerfile adding build-essential packageThiago Dias2017-12-261-2/+2
| |/ / / |/| | |
| * | | Merge pull request #723 from ADNewsom09/patch-1fireice-uk2017-12-281-1/+1
| |\ \ \ | | | | | | | | | | Update compile_Windows.md - Minor Spelling error
| | * | | Update compile_Windows.mdAaron2017-12-271-1/+1
| | | | | | | | | | | | | | | fix minor spelling error
| * | | | Merge pull request #726 from Lehmax/patch-1fireice-uk2017-12-281-1/+1
| |\ \ \ \ | | |/ / / | |/| | | Typo: Obtaning -> Obtaining
| | * | | Typo: Obtaning -> ObtainingLehmax2017-12-281-1/+1
| |/ / /
| * | | Merge pull request #702 from fireice-uk/topic-on-demand-elevationpsychocrypt2017-12-267-65/+151
| |\ \ \ | | | | | | | | | | On-demand elevation
| | * | | Busywork courtesy of Microsoftfireice-uk2017-12-266-5/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1
| | * | | fix windows buildUnknown2017-12-252-61/+70
| | | | |
| | * | | On-demand elevationfireice-uk2017-12-254-18/+41
| | |/ /
| * | | Merge pull request #703 from fireice-uk/topic-doc-apipsychocrypt2017-12-251-2/+2
| |\ \ \ | | | | | | | | | | Link API documentation
| | * | | Add a link to increase API visibilityfireice-uk2017-12-251-2/+2
| | | | |
| * | | | Merge pull request #701 from fireice-uk/topic-http-clipsychocrypt2017-12-254-5/+64
| |\ \ \ \ | | |/ / / | | | / / | | |/ / | |/| | Add option to enable web interface from cli
| | * | Add option to enable web interface from clifireice-uk2017-12-254-5/+64
| |/ /
| * | Merge pull request #681 from fireice-uk/topic-tls-errorpsychocrypt2017-12-231-1/+1
| |\ \ |/ / / | | | Clearer TLS error
| * | Clearer TLS errorfireice-uk2017-12-231-1/+1
|/ /
* | Merge pull request #667 from psychocrypt/topic-release_2_2_0_checksumsfireice-uk2017-12-221-15/+16
|\ \ | |/ | | update check sums for version 2.2.0
| * update checksums for version 2.2.0psychocrypt2017-12-221-15/+16
|/
* Merge pull request #636 from psychocrypt/topic-versionIncreasev2.2.0fireice-uk2017-12-221-1/+1
|\ | | | | increase version to 2.2.0
| * increase version to 2.2.0psychocrypt2017-12-221-1/+1
| |
OpenPOWER on IntegriCloud