Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | XMR-Stak 2.3.0 RC | xmr-stak-devs | 2018-03-25 | 1 | -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 identifier | fireice-uk | 2018-02-10 | 1 | -7/+8 |
| | |||||
* | Merge pull request #803 from ChaosMarc/detailedhashreport | fireice-uk | 2018-01-19 | 1 | -10/+19 |
|\ | | | | | #125: separate hashrate sums for each component | ||||
| * | fixed messed up array indexes | ChaosMarc | 2018-01-08 | 1 | -4/+4 |
| | | |||||
| * | display 0.0 instead of (na) for totals | ChaosMarc | 2018-01-05 | 1 | -7/+7 |
| | | |||||
| * | #125: separate hashrate sums for each component | ChaosMarc | 2018-01-05 | 1 | -6/+15 |
| | | |||||
* | | Fix bug in pool-side hashes | fireice-uk | 2018-01-08 | 1 | -1/+0 |
| | | |||||
* | | remove warning | psychocrypt | 2018-01-03 | 1 | -2/+0 |
|/ | | | | remove warning `#pragma once in main file` | ||||
* | Merge pull request #754 from dougvj/gpu_id_show | fireice-uk | 2018-01-03 | 1 | -1/+1 |
|\ | | | | | Modify invalid result report to show GPU id | ||||
| * | Modify invalid result report to show GPU id | Doug Johnson | 2017-12-30 | 1 | -1/+1 |
| | | |||||
* | | Busywork courtesy of Microsoft | fireice-uk | 2017-12-26 | 2 | -0/+13 |
| | | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1 | ||||
* | | fix windows build | Unknown | 2017-12-25 | 2 | -61/+70 |
| | | |||||
* | | On-demand elevation | fireice-uk | 2017-12-25 | 1 | -2/+18 |
|/ | |||||
* | Make sure we are using a steady clock | fireice-uk | 2017-12-22 | 2 | -6/+4 |
| | |||||
* | Stop UAC popup for elevated ctx | fireice-uk | 2017-12-21 | 1 | -6/+13 |
| | |||||
* | Also fflush in printer::print_str() if configured to do so | Dickinson Reed | 2017-12-12 | 1 | -0/+5 |
| | |||||
* | Correct list order | fireice-uk | 2017-12-08 | 1 | -1/+1 |
| | |||||
* | Make sure we don't run without a username | fireice-uk | 2017-12-08 | 1 | -0/+6 |
| | |||||
* | Add --use-nicehash option | Unknown | 2017-12-08 | 1 | -2/+3 |
| | |||||
* | Fix CLI option start + make cli option pool into an added pool with top ↵ | Unknown | 2017-12-08 | 1 | -31/+27 |
| | | | | priority ithinstead of overwrite | ||||
* | fix broken pool option overwrite via CLI | psychocrypt | 2017-12-06 | 1 | -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/dev | fireice-uk | 2017-12-06 | 1 | -7/+4 |
|\ | | | | | Right align hashrate report to six characters | ||||
| * | Right align hashrate report to six characters | Scott McKenzie | 2017-11-22 | 1 | -7/+4 |
| | | |||||
* | | add environment variable `XMRSTAK_NOWAIT` | psychocrypt | 2017-12-01 | 1 | -2/+7 |
| | | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT` | ||||
* | | Add custom message for dev -> user pool switch | Unknown | 2017-11-29 | 1 | -3/+9 |
|/ | |||||
* | Merge pull request #178 from neversay/master | psychocrypt | 2017-11-21 | 1 | -3/+6 |
|\ | | | | | Fix indent on hash rate report. | ||||
| * | Fix indent issue. | neversay | 2017-11-20 | 1 | -3/+6 |
| | | |||||
* | | Fix uninitialized memory accces | Lev Serebryakov | 2017-11-21 | 1 | -0/+1 |
|/ | | | Uninitialized memory access is UB in C/C++, fix it. | ||||
* | Add windows exit | Unknown | 2017-11-19 | 2 | -5/+6 |
| | |||||
* | Fix gpu result crash | Unknown | 2017-11-17 | 1 | -1/+1 |
| | |||||
* | fix aeon dev pool | psychocrypt | 2017-11-16 | 1 | -2/+2 |
| | | | | - fix aeon dev pool settings | ||||
* | Fix cases where postive feedback was still occurring. | Unknown | 2017-11-16 | 1 | -3/+3 |
| | |||||
* | Remove whitespace lines | Unknown | 2017-11-16 | 4 | -15/+15 |
| | |||||
* | remove space indention with tabs | psychocrypt | 2017-11-16 | 1 | -1/+1 |
| | | | | - removed all space indention in `*.hpp` and `*.cpp` files | ||||
* | Merge pull request #115 from fireice-uk/topic-net-ext | psychocrypt | 2017-11-16 | 2 | -5/+102 |
|\ | | | | | Network extensions | ||||
| * | Print motd on console and web ui | Unknown | 2017-11-14 | 2 | -2/+95 |
| | | |||||
| * | Pass threadno up the food chain | Unknown | 2017-11-14 | 1 | -2/+3 |
| | | |||||
| * | change getName to static lc string (sorry psc) | Unknown | 2017-11-14 | 1 | -1/+4 |
| | | |||||
* | | Fix misc bugs (#117) | fireice-uk | 2017-11-15 | 2 | -1/+12 |
|/ | | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin | ||||
* | Merge pull request #103 from fireice-uk/topic-versioning | fireice-uk | 2017-11-14 | 1 | -5/+7 |
|\ | | | | | Versioning | ||||
| * | Add version to web and json | Unknown | 2017-11-13 | 1 | -5/+7 |
| | | |||||
* | | improve cli hashrate report | psychocrypt | 2017-11-10 | 1 | -34/+50 |
| | | | | | | | | Split hashrate report into backends | ||||
* | | Disable sigpipe on posix systems (#99) | fireice-uk | 2017-11-10 | 1 | -0/+18 |
|/ | |||||
* | Multi-pool final version (#90) | fireice-uk | 2017-11-09 | 2 | -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 stdout | Alessandro Da Rugna | 2017-10-29 | 2 | -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` | psychocrypt | 2017-10-27 | 3 | -3/+36 |
| | | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive | ||||
* | general aeon support | psychocrypt | 2017-10-27 | 1 | -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 target | psychocrypt | 2017-10-24 | 1 | -2/+0 |
| | | | | | - remove 32bit target value - use always 64bit target for amd backend | ||||
* | rm debug aids | fireice-uk | 2017-10-22 | 1 | -1/+1 |
| | |||||
* | Implement pool-controlled nonce allocation | fireice-uk | 2017-10-22 | 2 | -16/+25 |
| |