summaryrefslogtreecommitdiffstats
path: root/xmrstak/net
Commit message (Collapse)AuthorAgeFilesLines
* Fix CLI option start + make cli option pool into an added pool with top ↵Unknown2017-12-081-4/+0
| | | | priority ithinstead of overwrite
* fix broken pool option overwrite via CLIpsychocrypt2017-12-061-0/+4
| | | | | | | | 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.
* Fix gpu result crashUnknown2017-11-171-0/+4
|
* Fix cases where postive feedback was still occurring.Unknown2017-11-161-1/+2
|
* Remove whitespace linesUnknown2017-11-161-4/+4
|
* remove space indention with tabspsychocrypt2017-11-162-4/+4
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* Merge pull request #115 from fireice-uk/topic-net-extpsychocrypt2017-11-163-9/+86
|\ | | | | Network extensions
| * Print motd on console and web uiUnknown2017-11-141-7/+14
| |
| * Pass threadno up the food chainUnknown2017-11-142-2/+3
| |
| * jpsock changesUnknown2017-11-142-8/+77
| |
* | Fix misc bugs (#117)fireice-uk2017-11-151-1/+10
|/ | | | | | * CONF_NO_TLS fix * gpu error fix + always return to sched after pin
* Versioning final versionUnknown2017-11-101-2/+2
|
* Multi-pool final version (#90)fireice-uk2017-11-094-54/+136
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* amd: use 64bit targetpsychocrypt2017-10-242-4/+0
| | | | | - remove 32bit target value - use always 64bit target for amd backend
* Implement pool-controlled nonce allocationfireice-uk2017-10-223-4/+10
|
* cleanup includespsychocrypt2017-09-306-16/+23
|
* group filespsychocrypt2017-09-306-0/+1374
- 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