summaryrefslogtreecommitdiffstats
path: root/xmrstak/misc
Commit message (Collapse)AuthorAgeFilesLines
* Spell checkTony Butler2018-06-046-30/+30
|
* support stellite v4 forkpsychocrypt2018-06-041-1/+1
| | | | | | solve #1494 - add algorithm `cryptonight_v7_stellite` (internal named: `cryptonight_stellite`)
* add support for IPBC coinpsychocrypt2018-06-041-0/+1
| | | | | - add algorithm `cryptonight_lite_v7_xor` - update documentation
* add missing EOadd missing EOFpsychocrypt2018-06-041-1/+1
|
* add independent dev pool coin descriptionpsychocrypt2018-06-042-3/+67
| | | | | | | | | | | | | | - allow the dev pool to fork on a different block version than the user descriped coin All algorithm are centered around the user coin description. It is allowed to have two two different coin algorithms in the user coin description. It is only allowed to use algorithms for the dev pool coin description those are used in the user coin description. There are two ways to define a non forking coin. - set both user coin algorithm descriptions to the same algorithm and set version to zero - set the first algorithm in the user coin description to something you like to use in the dev pool and set the second algorithm to the correct representation of the coin. Set the version to 255. This will allow that the dev pool can mine on a different coin algorithm than the not forking user coin. Do not use an algorithm with different scratchpad size for the dev pool.
* fix a few conversion warningspsychocrypt2018-06-043-5/+5
| | | | - fix conversion from large type tp small
* Repair more typos in comments onlyTony Butler2018-06-041-1/+1
|
* Repair all 'namepsace' to 'namespace' (all within comments)Tony Butler2018-06-047-7/+7
|
* github annotationspsychocrypt2018-06-041-0/+1
| | | | | | - documentation: change `aeon` to `aeon7` - change `case` order in `switch` statements - update README.txt
* POW AEON v7psychocrypt2018-06-041-0/+7
| | | | | - add new pow for AEON - fix missing cryptonight-heavy selection for multi hashes
* Set monero7 pool directly.Judemir Ribeiro2018-04-071-2/+2
|
* Recovered some power8 speed (3200h/s on monero7 with 20 core power8)Judemir Ribeiro2018-04-062-7/+7
|
* Recovered some of power8 speed (3200h/s on 20 core power8 in monero7)Judemir Ribeiro2018-04-061-6/+6
|
* Ported xmr-stak 2.3.0 rc to ppc64leJudemir Ribeiro2018-04-011-8/+8
|
* XMR-Stak 2.3.0 RCxmr-stak-devs2018-03-251-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 identifierfireice-uk2018-02-101-7/+8
|
* Merge pull request #803 from ChaosMarc/detailedhashreportfireice-uk2018-01-191-10/+19
|\ | | | | #125: separate hashrate sums for each component
| * fixed messed up array indexesChaosMarc2018-01-081-4/+4
| |
| * display 0.0 instead of (na) for totalsChaosMarc2018-01-051-7/+7
| |
| * #125: separate hashrate sums for each componentChaosMarc2018-01-051-6/+15
| |
* | Fix bug in pool-side hashesfireice-uk2018-01-081-1/+0
| |
* | remove warningpsychocrypt2018-01-031-2/+0
|/ | | | remove warning `#pragma once in main file`
* Merge pull request #754 from dougvj/gpu_id_showfireice-uk2018-01-031-1/+1
|\ | | | | Modify invalid result report to show GPU id
| * Modify invalid result report to show GPU idDoug Johnson2017-12-301-1/+1
| |
* | Busywork courtesy of Microsoftfireice-uk2017-12-262-0/+13
| | | | | | | | | | | | | | | | | | | | | | Add messages Missing include 1
* | fix windows buildUnknown2017-12-252-61/+70
| |
* | On-demand elevationfireice-uk2017-12-251-2/+18
|/
* Make sure we are using a steady clockfireice-uk2017-12-222-6/+4
|
* Stop UAC popup for elevated ctxfireice-uk2017-12-211-6/+13
|
* Also fflush in printer::print_str() if configured to do soDickinson Reed2017-12-121-0/+5
|
* Correct list orderfireice-uk2017-12-081-1/+1
|
* Make sure we don't run without a usernamefireice-uk2017-12-081-0/+6
|
* Add --use-nicehash optionUnknown2017-12-081-2/+3
|
* Fix CLI option start + make cli option pool into an added pool with top ↵Unknown2017-12-081-31/+27
| | | | priority ithinstead of overwrite
* fix broken pool option overwrite via CLIpsychocrypt2017-12-061-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/devfireice-uk2017-12-061-7/+4
|\ | | | | Right align hashrate report to six characters
| * Right align hashrate report to six charactersScott McKenzie2017-11-221-7/+4
| |
* | add environment variable `XMRSTAK_NOWAIT`psychocrypt2017-12-011-2/+7
| | | | | | | | | | - add documentation - add environment variable `XMRSTAK_NOWAIT`
* | Add custom message for dev -> user pool switchUnknown2017-11-291-3/+9
|/
* Merge pull request #178 from neversay/masterpsychocrypt2017-11-211-3/+6
|\ | | | | Fix indent on hash rate report.
| * Fix indent issue.neversay2017-11-201-3/+6
| |
* | Fix uninitialized memory acccesLev Serebryakov2017-11-211-0/+1
|/ | | Uninitialized memory access is UB in C/C++, fix it.
* Add windows exitUnknown2017-11-192-5/+6
|
* Fix gpu result crashUnknown2017-11-171-1/+1
|
* fix aeon dev poolpsychocrypt2017-11-161-2/+2
| | | | - fix aeon dev pool settings
* Fix cases where postive feedback was still occurring.Unknown2017-11-161-3/+3
|
* Remove whitespace linesUnknown2017-11-164-15/+15
|
* remove space indention with tabspsychocrypt2017-11-161-1/+1
| | | | - removed all space indention in `*.hpp` and `*.cpp` files
* Merge pull request #115 from fireice-uk/topic-net-extpsychocrypt2017-11-162-5/+102
|\ | | | | Network extensions
| * Print motd on console and web uiUnknown2017-11-142-2/+95
| |
OpenPOWER on IntegriCloud