summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
Commit message (Collapse)AuthorAgeFilesLines
...
| * Pass threadno up the food chainUnknown2017-11-141-2/+3
| |
| * change getName to static lc string (sorry psc)Unknown2017-11-141-1/+4
| |
* | Fix misc bugs (#117)fireice-uk2017-11-152-1/+12
|/ | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* Merge pull request #103 from fireice-uk/topic-versioningfireice-uk2017-11-141-5/+7
|\ | | | | Versioning
| * Add version to web and jsonUnknown2017-11-131-5/+7
| |
* | improve cli hashrate reportpsychocrypt2017-11-101-34/+50
| | | | | | | | Split hashrate report into backends
* | Disable sigpipe on posix systems (#99)fireice-uk2017-11-101-0/+18
|/
* Multi-pool final version (#90)fireice-uk2017-11-092-188/+275
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* add option: flush stdoutAlessandro Da Rugna2017-10-292-0/+8
| | | | | | Added the option to forcefully flush STDOUT, which may be useful when running the miner through a pipe instead than a shell. If STDOUT is a shell, it's unbuffered by default. If STDOUT is a pipe, it's buffered by default.
* rename `xmr` to `monero`psychocrypt2017-10-273-3/+36
| | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
* general aeon supportpsychocrypt2017-10-271-4/+17
| | | | | | | | | - cli-miner.hpp: - add option `--currency` - add guided start section - config.tpl: add value `currency` - params.hpp: add value to store the selected currency - executor.hpp: add dev pool address
* amd: use 64bit targetpsychocrypt2017-10-241-2/+0
| | | | | - remove 32bit target value - use always 64bit target for amd backend
* rm debug aidsfireice-uk2017-10-221-1/+1
|
* Implement pool-controlled nonce allocationfireice-uk2017-10-222-16/+25
|
* Merge pull request #44 from fireice-uk/fix-uninit-accessfireice-uk2017-10-171-23/+18
|\ | | | | Make sure all singletons are set to null and make env a global ptr
| * doh! != instead of ==fireice-uk2017-10-131-1/+1
| |
| * Make sure all singletons are set to null and make env a global ptrfireice-uk2017-10-121-23/+18
| |
* | Keep consistency between class and structfireice-uk2017-10-121-2/+2
|/
* fix wrong timer for statspsychocrypt2017-10-061-3/+3
| | | | | | | fix #21, hash values randomly not available. The reason is that I changed the lables but forget to change all timer. A GPU needs sometimes ore than 2.5s to finish one hash round, therefore the results are only visible randomly.
* Merge pull request #12 from fireice-uk/topic-large-pages-winpsychocrypt2017-10-051-0/+44
|\ | | | | Fix large pages on Windows and make them more user-friendly
| * Non-manifest UAC elevationfireice-uk2017-10-041-0/+44
| |
* | Increase the scratchpad size to make sure we don't malform JSON api replies ↵fireice-uk2017-10-051-2/+2
| | | | | | | | with TLS
* | fix broken nicehash supportpsychocrypt2017-10-041-1/+2
|/ | | | - add nicehash flag back to `miner_work`
* rename `Params` to `params`psychocrypt2017-09-301-2/+2
|
* fix compilepsychocrypt2017-09-305-16/+16
|
* cleanup includespsychocrypt2017-09-307-20/+33
|
* group filespsychocrypt2017-09-3010-0/+1760
- move source code to `src` - categorize files and move to group folder - change upper case class files to lower case - change C++ header to `*.hpp`
OpenPOWER on IntegriCloud