summaryrefslogtreecommitdiffstats
path: root/xmrstak/cli/cli-miner.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add options to set wait/work time for benchmark; Fixup as reqTony Butler2018-06-041-8/+48
|
* Spell checkTony Butler2018-06-041-13/+13
|
* allow non AMD OpenCL driver and devicespsychocrypt2018-06-041-0/+20
| | | | | | - add CLI flag to explicitly use non AMD OpenCL and devices - adjust OpenCL output (use OpenCL instead of AMD if --altOpenCL is sued) - optimize NVIDIA OpenCL auto suggestion
* add cli option `--noAMDCache`psychocrypt2018-06-041-0/+5
| | | | | | allow to disable the OpenCl cache - usefull for read only systems - usefull for unknown errors during cache reading
* Ported xmr-stak 2.3.0 rc to ppc64leJudemir Ribeiro2018-04-011-0/+4
|
* Merge pull request #1203 from psychocrypt/fix-amdBenchmarkModefireice-uk2018-03-251-1/+4
|\ | | | | fixAMD benchmark mode
| * fixAMD benchmark modepsychocrypt2018-03-251-1/+4
| | | | | | | | The OpenCl code is only supporting jobs up to 84byte
* | move option currency downpsychocrypt2018-03-251-1/+1
|/ | | | move option `--currency` down
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-251-86/+153
| | | | | | | 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>
* fix missing message in log filepsychocrypt2018-02-171-3/+3
| | | | initialize the log file as fast as possible after the start of the miner
* Add rig identifierfireice-uk2018-02-101-6/+43
|
* Merge pull request #702 from fireice-uk/topic-on-demand-elevationpsychocrypt2017-12-261-16/+18
|\ | | | | On-demand elevation
| * Busywork courtesy of Microsoftfireice-uk2017-12-261-1/+4
| | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1
| * On-demand elevationfireice-uk2017-12-251-16/+15
| |
* | Add option to enable web interface from clifireice-uk2017-12-251-3/+55
|/
* Make sure we are using a steady clockfireice-uk2017-12-221-5/+3
|
* Stop UAC popup for elevated ctxfireice-uk2017-12-211-37/+3
|
* fix windows compilepsychocrypt2017-12-091-0/+1
| | | | solve #440 thanks @true-datura
* Fix option orderfireice-uk2017-12-081-3/+11
|
* Disallow sending of username / pass to unspecifed poolUnknown2017-12-081-0/+14
|
* Add --use-nicehash optionUnknown2017-12-081-1/+6
|
* Fix CLI option start + make cli option pool into an added pool with top ↵Unknown2017-12-081-6/+6
| | | | priority ithinstead of overwrite
* Allow pool settings to be fully set from CLI optionsUnknown2017-12-081-4/+51
|
* Merge pull request #305 from psychocrypt/topic-optionalUACDialogfireice-uk2017-12-081-0/+57
|\ | | | | allow to diable UAC dialog
| * cmd message after privileged cmd closedpsychocrypt2017-12-071-0/+2
| | | | | | | | add message that he not closed cmd can be safly closed
| * Fix const bugfireice-uk2017-12-061-4/+9
| |
| * fix missing argumentspsychocrypt2017-12-061-3/+8
| | | | | | | | pass arguments to the restarted miner with high privileges
| * allow to diable UAC dialogpsychocrypt2017-12-061-0/+45
| | | | | | | | | | | | | | | | - remove CMake option `WIN_UAC` - spawn UAC dialog via restarting xmr-miner with administrator right - allow to disable UAC with `--noUAC` - update documentation - remove usage section with help message (output depends on OS)
* | fix broken pool option overwrite via CLIpsychocrypt2017-12-061-1/+1
|/ | | | | | | | 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.
* add environment variable `XMRSTAK_NOWAIT`psychocrypt2017-12-011-0/+6
| | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT`
* Add windows exitUnknown2017-11-191-5/+6
|
* Remove whitespace linesUnknown2017-11-161-7/+7
|
* remove space indention with tabspsychocrypt2017-11-161-2/+2
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* Fix misc bugs (#117)fireice-uk2017-11-151-0/+8
| | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* update help and documentationpsychocrypt2017-11-131-0/+1
| | | | | - update usage.md - hpdate help output
* Change attributionUnknown2017-11-131-2/+2
|
* Added long version as a separate optionUnknown2017-11-131-0/+5
|
* Add version to web and jsonUnknown2017-11-131-1/+1
|
* add cli option `-v/--version`psychocrypt2017-11-111-0/+6
|
* Versioning final versionUnknown2017-11-101-6/+7
|
* Define GIT_COMMIT_HASH via cmake or git archiveUnknown2017-11-101-1/+1
|
* Multi-pool final version (#90)fireice-uk2017-11-091-55/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* search for linux backend pluginspsychocrypt2017-11-011-2/+8
| | | | | | | - search for plugin in - working directory - binary directory - let linux search the plugins (libraries)
* fix bug inserted during `xmr/monero` renamingpsychocrypt2017-10-271-1/+1
| | | | | - fix that currency selection is not called (in cli-miner.cpp) - fix guard to prevent wrong currency selection if compiled for monero or aeon only
* rename `xmr` to `monero`psychocrypt2017-10-271-9/+10
| | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
* general aeon supportpsychocrypt2017-10-271-2/+41
| | | | | | | | | - 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
* Implement pool-controlled nonce allocationfireice-uk2017-10-221-2/+3
|
* Re-add UAC manifest and WIN_UAC cmake optionfireice-uk2017-10-141-9/+0
|
* Merge pull request #12 from fireice-uk/topic-large-pages-winpsychocrypt2017-10-051-1/+10
|\ | | | | Fix large pages on Windows and make them more user-friendly
| * Non-manifest UAC elevationfireice-uk2017-10-041-1/+10
| |
OpenPOWER on IntegriCloud