summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc/executor.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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-091-170/+250
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* rename `xmr` to `monero`psychocrypt2017-10-271-3/+3
| | | | | | - 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
* Implement pool-controlled nonce allocationfireice-uk2017-10-221-15/+24
|
* 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.
* 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`
* fix compilepsychocrypt2017-09-301-3/+3
|
* cleanup includespsychocrypt2017-09-301-12/+13
|
* group filespsychocrypt2017-09-301-0/+1005
- 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