summaryrefslogtreecommitdiffstats
path: root/xmrstak/jconf.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add rig identifierfireice-uk2018-02-101-3/+5
|
* Add option to enable web interface from clifireice-uk2017-12-251-1/+4
|
* Fix CLI option start + make cli option pool into an added pool with top ↵Unknown2017-12-081-2/+2
| | | | priority ithinstead of overwrite
* Fix crash on FreeBSD (#177)Lev Serebryakov2017-11-211-0/+1
| | | This change fix #177 and compiler warning too.
* Remove whitespace linesUnknown2017-11-161-4/+4
|
* Merge pull request #115 from fireice-uk/topic-net-extpsychocrypt2017-11-161-2/+8
|\ | | | | Network extensions
| * Print motd on console and web uiUnknown2017-11-141-1/+7
| |
| * jpsock changesUnknown2017-11-141-1/+1
| |
* | Fix misc bugs (#117)fireice-uk2017-11-151-9/+0
|/ | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* Add HTTP Digest auth (#98)fireice-uk2017-11-101-1/+13
|
* Multi-pool final version (#90)fireice-uk2017-11-091-54/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-291-1/+12
| | | | | | 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.
* fix bug inserted during `xmr/monero` renamingpsychocrypt2017-10-271-2/+4
| | | | | - 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-5/+6
| | | | | | - rename all `xmr` to `monero` - be insensitive while check for set currency - add function to compate two strings insensitive
* general aeon supportpsychocrypt2017-10-271-1/+39
| | | | | | | | | - 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
* rename `Params` to `params`psychocrypt2017-09-301-3/+3
|
* cleanup includespsychocrypt2017-09-301-7/+6
|
* group filespsychocrypt2017-09-301-0/+412
- 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