summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
Commit message (Collapse)AuthorAgeFilesLines
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-251-13/+40
| | | | | | | Co-authored-by: psychocrypt <psychocryptHPC@gmail.com> Co-authored-by: fireice-uk <fireice-uk@users.noreply.github.com> Co-authored-by: Lee Clagett <code@leeclagett.com> Co-authored-by: curie-kief <curie-kief@users.noreply.github.com>
* Add rig identifierfireice-uk2018-02-101-7/+8
|
* Merge pull request #803 from ChaosMarc/detailedhashreportfireice-uk2018-01-191-10/+19
|\ | | | | #125: separate hashrate sums for each component
| * fixed messed up array indexesChaosMarc2018-01-081-4/+4
| |
| * display 0.0 instead of (na) for totalsChaosMarc2018-01-051-7/+7
| |
| * #125: separate hashrate sums for each componentChaosMarc2018-01-051-6/+15
| |
* | Fix bug in pool-side hashesfireice-uk2018-01-081-1/+0
| |
* | remove warningpsychocrypt2018-01-031-2/+0
|/ | | | remove warning `#pragma once in main file`
* Merge pull request #754 from dougvj/gpu_id_showfireice-uk2018-01-031-1/+1
|\ | | | | Modify invalid result report to show GPU id
| * Modify invalid result report to show GPU idDoug Johnson2017-12-301-1/+1
| |
* | Busywork courtesy of Microsoftfireice-uk2017-12-262-0/+13
| | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1
* | fix windows buildUnknown2017-12-252-61/+70
| |
* | On-demand elevationfireice-uk2017-12-251-2/+18
|/
* Make sure we are using a steady clockfireice-uk2017-12-222-6/+4
|
* Stop UAC popup for elevated ctxfireice-uk2017-12-211-6/+13
|
* Also fflush in printer::print_str() if configured to do soDickinson Reed2017-12-121-0/+5
|
* Correct list orderfireice-uk2017-12-081-1/+1
|
* Make sure we don't run without a usernamefireice-uk2017-12-081-0/+6
|
* Add --use-nicehash optionUnknown2017-12-081-2/+3
|
* Fix CLI option start + make cli option pool into an added pool with top ↵Unknown2017-12-081-31/+27
| | | | priority ithinstead of overwrite
* fix broken pool option overwrite via CLIpsychocrypt2017-12-061-0/+24
| | | | | | | | fix #340 With #90 the option to overwrite the pool settings via CLI options is broken. This pull request will allow to overwrite the options of the pool with the highest weighting.
* Merge pull request #205 from scottmckenzie/devfireice-uk2017-12-061-7/+4
|\ | | | | Right align hashrate report to six characters
| * Right align hashrate report to six charactersScott McKenzie2017-11-221-7/+4
| |
* | add environment variable `XMRSTAK_NOWAIT`psychocrypt2017-12-011-2/+7
| | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT`
* | Add custom message for dev -> user pool switchUnknown2017-11-291-3/+9
|/
* Merge pull request #178 from neversay/masterpsychocrypt2017-11-211-3/+6
|\ | | | | Fix indent on hash rate report.
| * Fix indent issue.neversay2017-11-201-3/+6
| |
* | Fix uninitialized memory acccesLev Serebryakov2017-11-211-0/+1
|/ | | Uninitialized memory access is UB in C/C++, fix it.
* Add windows exitUnknown2017-11-192-5/+6
|
* Fix gpu result crashUnknown2017-11-171-1/+1
|
* fix aeon dev poolpsychocrypt2017-11-161-2/+2
| | | | - fix aeon dev pool settings
* Fix cases where postive feedback was still occurring.Unknown2017-11-161-3/+3
|
* Remove whitespace linesUnknown2017-11-164-15/+15
|
* remove space indention with tabspsychocrypt2017-11-161-1/+1
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* Merge pull request #115 from fireice-uk/topic-net-extpsychocrypt2017-11-162-5/+102
|\ | | | | Network extensions
| * Print motd on console and web uiUnknown2017-11-142-2/+95
| |
| * 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
|
OpenPOWER on IntegriCloud