Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AMD EPYC CPUs to check for AMD Ryzen #2712

Open
wants to merge 123 commits into
base: dev
Choose a base branch
from

Commits on Sep 9, 2019

  1. randomx support

    - add randomx support
      - for upcoming monero fork
      - loki
      - wow
    
    The randomx code is mostly derived from @xmrig's miner implementation.
    psychocrypt committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    e0e4f0f View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

  1. NVIDIA: randomx

    add randomx for NVIDIA gpus
    
    based on randomx implementation from xmrig-nvidia
    psychocrypt committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    501aecc View commit details
    Browse the repository at this point in the history
  2. AMD: randomx

    add randomx for AMD GPUs
    
    The implementation is derived from xmrig-amd
    psychocrypt committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    b92fdb3 View commit details
    Browse the repository at this point in the history
  3. cleanup

    psychocrypt committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    9a2a727 View commit details
    Browse the repository at this point in the history
  4. more cleanup

    psychocrypt committed Sep 14, 2019
    Configuration menu
    Copy the full SHA
    39f3834 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2019

  1. more changes

    psychocrypt committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    e19040b View commit details
    Browse the repository at this point in the history
  2. fix singleton init

    Fix race condition during the instanciation of the singletons.
    psychocrypt committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    ed85f2a View commit details
    Browse the repository at this point in the history
  3. AMD: cleanup parameter

    - clean available OpenCL parameter
    psychocrypt committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    04664ea View commit details
    Browse the repository at this point in the history
  4. NVIDIA: cleanup

    - remove unsused config parameters
    - adjust auto suggestion
    psychocrypt committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    49ed079 View commit details
    Browse the repository at this point in the history
  5. CPU: cleanup

    - remove unsued config parameter
    - cleanup interfaces
    psychocrypt committed Sep 15, 2019
    Configuration menu
    Copy the full SHA
    ab80f97 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. more cleanup

    psychocrypt committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    f9969ab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d184869 View commit details
    Browse the repository at this point in the history
  3. fix singletons again

    Since we have no real singletons because of the windows issue that a
    singleton is not shared between dll's we build up some kind of
    hierarchical singleton like classes where we pass the root into each
    dll.
    This is not thread save and requires some locking.
    psychocrypt committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    bc0822a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1ececa View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2019

  1. colored motd message

    psychocrypt committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    85acb53 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    753a404 View commit details
    Browse the repository at this point in the history
  3. fix windows build

    psychocrypt committed Sep 21, 2019
    Configuration menu
    Copy the full SHA
    f8359f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2019

  1. update benchmark mode

    - do not take dataset creation time into account
    - update log messages
    psychocrypt committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    74fa68a View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2019

  1. Configuration menu
    Copy the full SHA
    9cd65c2 View commit details
    Browse the repository at this point in the history
  2. fix vega support

    fix accessing device name before it is available
    psychocrypt committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    0198532 View commit details
    Browse the repository at this point in the history
  3. CPU: add selftest

    psychocrypt committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    b1ed025 View commit details
    Browse the repository at this point in the history
  4. AMD: update auto config

    psychocrypt committed Sep 23, 2019
    Configuration menu
    Copy the full SHA
    e872ab8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    29f89f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2019

  1. motd connect update

    psychocrypt committed Sep 27, 2019
    Configuration menu
    Copy the full SHA
    8f490b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. report system overview

    psychocrypt committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    5b70427 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2019

  1. rename binaries

    psychocrypt committed Oct 3, 2019
    Configuration menu
    Copy the full SHA
    ef25f85 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2019

  1. cli option --noTest

    allow to disable the miner startup self test
    psychocrypt committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    12abf3d View commit details
    Browse the repository at this point in the history
  2. fix target parsing

    psychocrypt committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    20091c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    917f83f View commit details
    Browse the repository at this point in the history
  4. sync with xmrig 4.2.0

    psychocrypt committed Oct 4, 2019
    Configuration menu
    Copy the full SHA
    da667e1 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2019

  1. sync with xmrig 4.3.1

    psychocrypt committed Oct 13, 2019
    Configuration menu
    Copy the full SHA
    86952ca View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2019

  1. motd link

    Allow to send a link with the motd message
    psychocrypt committed Oct 14, 2019
    Configuration menu
    Copy the full SHA
    6988ca4 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2019

  1. snyc with xmrig

    - sync to version v0.4.0
    - keep include structore of xmrig
    psychocrypt committed Nov 5, 2019
    Configuration menu
    Copy the full SHA
    cdc51ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    006e9e1 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. changes for the release

    - update readme
    - set version umber
    psychocrypt committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    2a0462f View commit details
    Browse the repository at this point in the history
  2. update CMake

    - increase required cuda version to +9.0
    - remove support for old cuda versions
    psychocrypt committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    e72a80d View commit details
    Browse the repository at this point in the history
  3. cleanup

    psychocrypt committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    f8d367e View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2019

  1. Correct authors of RandomX mining code

    Since this branch offers only RandomX algorithm, I put correct author names for CPU/GPU mining code.
    SChernykh committed Nov 16, 2019
    Configuration menu
    Copy the full SHA
    90c8ac7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fireice-uk#2551 from SChernykh/xmr-stak-rx

    Correct authors of RandomX mining code
    psychocrypt authored Nov 16, 2019
    Configuration menu
    Copy the full SHA
    90c8ebd View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2019

  1. fix CI

    - update to cuda9 (required for xmr-stak-rx)
    psychocrypt committed Nov 21, 2019
    Configuration menu
    Copy the full SHA
    5929d46 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2019

  1. Configuration menu
    Copy the full SHA
    bcbd88b View commit details
    Browse the repository at this point in the history
  2. fix travis

    Somehow the cuda travis test fails with linking issues. I can not
    reproduce the issue.
    
    - disable for now the CUDA test
    psychocrypt committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    115a256 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3386bfb View commit details
    Browse the repository at this point in the history
  4. add currency names

    add `monero`, `loki` and `wownero` as currencies
    psychocrypt committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    1d46d5b View commit details
    Browse the repository at this point in the history
  5. advertice disabling self test

    - advertice the cli option `--noTest`
    psychocrypt committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    dedc3fe View commit details
    Browse the repository at this point in the history
  6. fix hwloc warning

    - fix warning depricated `hwloc_set_membind_nodeset` (since hwloc 2.0)
    psychocrypt committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    06b03cd View commit details
    Browse the repository at this point in the history
  7. fix tsl not used on first start

    - during the start of the miner and the guided setup the tls settings
    was ignored.
    - fix that parameters from the guided start is passed to the parameter singelton
    psychocrypt committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    d51fa86 View commit details
    Browse the repository at this point in the history
  8. fix miner benchmark mode

    The block version must be greater than 0.
    
    This PR also remove some not used functions.
    psychocrypt committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    3cb5cda View commit details
    Browse the repository at this point in the history
  9. NVIDIA: fix auto adjustment

    fix fireice-uk#2564
    
    - add the dataset size to the maximum allowed memory usage
    psychocrypt committed Nov 25, 2019
    Configuration menu
    Copy the full SHA
    c8770b9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    57a3cfd View commit details
    Browse the repository at this point in the history
  11. Merge pull request fireice-uk#2554 from psychocrypt/rx-topic-add_curr…

    …enrcy_names
    
    [RX] add currency names
    psychocrypt authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    4dc9cd3 View commit details
    Browse the repository at this point in the history
  12. Merge pull request fireice-uk#2555 from psychocrypt/rx-topic-notifyDi…

    …sableSelftest
    
    [RX] advertise for disabling self test
    psychocrypt authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    11cfe08 View commit details
    Browse the repository at this point in the history
  13. Merge pull request fireice-uk#2556 from psychocrypt/rx-fix-hwlocMembi…

    …ndWarning
    
    [RX] fix hwloc warning
    psychocrypt authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    f25587e View commit details
    Browse the repository at this point in the history
  14. Merge pull request fireice-uk#2558 from psychocrypt/rx-fix-irgnoringT…

    …LSOnFirstStart
    
    [RX] fix irgnored tls on first start
    psychocrypt authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    20b704c View commit details
    Browse the repository at this point in the history
  15. Merge pull request fireice-uk#2561 from psychocrypt/rx-fix-benchMarkMode

    [RX] fix miner benchmark mode
    psychocrypt authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    6541b1a View commit details
    Browse the repository at this point in the history
  16. Merge pull request fireice-uk#2567 from psychocrypt/rx-fix-nvidiaAuto…

    …Adjustment
    
    [RX] NVIDIA: fix auto adjustment
    psychocrypt authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    9a92438 View commit details
    Browse the repository at this point in the history
  17. Merge pull request fireice-uk#2569 from psychocrypt/rx-topic-versionU…

    …ptadeTo1.0.1
    
    [RX] version increase to 1.0.1-rx
    psychocrypt authored Nov 25, 2019
    Configuration menu
    Copy the full SHA
    e46dfe6 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2019

  1. Merge pull request fireice-uk#2570 from fireice-uk/xmr-stak-rx-dev

    xmr-stak-rx 1.0.1 release
    psychocrypt authored Nov 26, 2019
    Configuration menu
    Copy the full SHA
    7a9361b View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2019

  1. rename shared libraries

    Rename xmr-stak-rx backend libraries to avoid conflicts with xmr-stak
    libraries.
    
    fix fireice-uk#2571
    psychocrypt committed Nov 28, 2019
    Configuration menu
    Copy the full SHA
    791e990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffcd62e View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2019

  1. update README

    Ryo-RU authored and psychocrypt committed Nov 30, 2019
    1 Configuration menu
    Copy the full SHA
    be13c6b View commit details
    Browse the repository at this point in the history
  2. Merge pull request fireice-uk#2573 from psychocrypt/rx-fix-sharedLibN…

    …ames
    
    [RX] rename shared libraries
    fireice-uk authored Nov 30, 2019
    Configuration menu
    Copy the full SHA
    46d3c69 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fireice-uk#2574 from psychocrypt/rx-topic-versionI…

    …ncreaseTo1.0.2
    
    version increase to 1.0.2-rx
    fireice-uk authored Nov 30, 2019
    Configuration menu
    Copy the full SHA
    75ca850 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fireice-uk#2578 from psychocrypt/rx-topic-updateRe…

    …adme
    
    [RX] update README
    fireice-uk authored Nov 30, 2019
    Configuration menu
    Copy the full SHA
    a23cdea View commit details
    Browse the repository at this point in the history
  5. fix documentation

    fix naming of xmr-stak-rx in the documentation
    psychocrypt committed Nov 30, 2019
    Configuration menu
    Copy the full SHA
    1d081bc View commit details
    Browse the repository at this point in the history
  6. Merge pull request fireice-uk#2585 from psychocrypt/rx-fix-compileDoc…

    …umentation
    
    [RX] fix documentation
    fireice-uk authored Nov 30, 2019
    Configuration menu
    Copy the full SHA
    4a8d980 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. fix memory pinning

    Fix that memory is not pinned correct because an invalid value for the
    affinity was used.
    psychocrypt committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    ca476f1 View commit details
    Browse the repository at this point in the history
  2. CPU: remove unused params

    Remove unsued parameters from cpu.txt
    psychocrypt committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    d93146d View commit details
    Browse the repository at this point in the history
  3. merge randomX changes from xmrig

    merge xmrig 5.1.0 changes
    SChernykh authored and psychocrypt committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    29682a7 View commit details
    Browse the repository at this point in the history
  4. reduce number of hash statistic updates

    Only update the hash statistics 2-5 times per second
    psychocrypt committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    cd7b1b0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request fireice-uk#2596 from psychocrypt/rx-topic-optimize…

    …RandomX
    
    [RX] optimize randomX
    fireice-uk authored Dec 1, 2019
    Configuration menu
    Copy the full SHA
    c701074 View commit details
    Browse the repository at this point in the history
  6. Merge pull request fireice-uk#2590 from psychocrypt/rx-fix-memoryAffi…

    …nity
    
    [RX] fix memory pinning
    fireice-uk authored Dec 1, 2019
    Configuration menu
    Copy the full SHA
    9b6aa83 View commit details
    Browse the repository at this point in the history
  7. Merge pull request fireice-uk#2591 from psychocrypt/rx-topic-removeCP…

    …UCfgUnusedParams
    
    [RX] CPU: remove unused params
    fireice-uk authored Dec 1, 2019
    Configuration menu
    Copy the full SHA
    26fb3dc View commit details
    Browse the repository at this point in the history
  8. optimize hash rate

    - reduce the number of lookups if the job has changed
    
    This optimization stabilze the hashrate and give 0.5% better results.
    psychocrypt committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    d9003fa View commit details
    Browse the repository at this point in the history
  9. Merge pull request fireice-uk#2599 from psychocrypt/rx-topic-optimize…

    …HashRound
    
    optimize hash rate
    fireice-uk authored Dec 1, 2019
    Configuration menu
    Copy the full SHA
    3ad86f3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2d59c42 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2019

  1. add link to youtube

    psychocrypt committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    139f9cb View commit details
    Browse the repository at this point in the history
  2. disable dev support cli option

    The miner is collecting system information to improve our support.
    Allow the user to disable the transfer of any information to us.
    psychocrypt committed Dec 2, 2019
    Configuration menu
    Copy the full SHA
    7e5b0f7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fireice-uk#2607 from psychocrypt/rx-topic-addYoutu…

    …beLink
    
    [RX] add link to youtube
    fireice-uk authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    aba1dc2 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fireice-uk#2609 from psychocrypt/rx-topic-allowDis…

    …ableInformationSend
    
    [RX] disable dev support cli option
    fireice-uk authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    bf8ca6e View commit details
    Browse the repository at this point in the history
  5. Merge pull request fireice-uk#2611 from fireice-uk/xmr-stak-rx-dev

    [RX] additional changes for the release
    fireice-uk authored Dec 2, 2019
    Configuration menu
    Copy the full SHA
    1dee2b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2019

  1. fix multihash

    multi hash has worked always on the first blob
    psychocrypt committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    9a61429 View commit details
    Browse the repository at this point in the history
  2. optimize hash calculation

    based on xmrig's code
    psychocrypt committed Dec 8, 2019
    Configuration menu
    Copy the full SHA
    606d89e View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2019

  1. add ubuntu OpenCL dep

    PPA :
    ocl-icd-opencl-dev
    nuke-web3 authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    d640396 View commit details
    Browse the repository at this point in the history
  2. fix windows huge page support

    If the command line option `--noTest` was used the huge pages for
    windows was not activated.
    psychocrypt committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    fe842dd View commit details
    Browse the repository at this point in the history
  3. Merge pull request fireice-uk#2622 from NukeManDan/patch-2

    [RX] add ocl-icd-opencl-dev depentancy
    psychocrypt authored Dec 9, 2019
    Configuration menu
    Copy the full SHA
    aa821c5 View commit details
    Browse the repository at this point in the history
  4. update travis tests

    - update to linux bionic
    - add gcc 8 tests
    psychocrypt committed Dec 9, 2019
    Configuration menu
    Copy the full SHA
    0b3e762 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2019

  1. Configuration menu
    Copy the full SHA
    b7586c5 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fireice-uk#2623 from psychocrypt/rx-topic-optimize…

    …RXHashRound
    
    [RX] optimize hash calculation up to 5%
    fireice-uk authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    af08f28 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fireice-uk#2624 from psychocrypt/rx-fix-windowsHug…

    …ePageSupport
    
    [RX] fix windows huge page support
    fireice-uk authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    cd41b70 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fireice-uk#2625 from psychocrypt/rx-topic-updateTr…

    …avis
    
    [RX] update travis tests
    fireice-uk authored Dec 10, 2019
    Configuration menu
    Copy the full SHA
    5048764 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2019

  1. add arqma support

    Support for the randomX variant arqma.
    psychocrypt committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    ec9371f View commit details
    Browse the repository at this point in the history
  2. Linux 1GiB page support

    add 1 GiB page support for linux systems
    psychocrypt committed Dec 11, 2019
    Configuration menu
    Copy the full SHA
    3120adb View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2019

  1. Merge pull request fireice-uk#2628 from psychocrypt/rx-topic-arqmaSup…

    …port
    
    add arqma support
    fireice-uk authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    d8f11d8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request fireice-uk#2627 from psychocrypt/rx-topic-1gibPage…

    …Support
    
    Linux 1GiB page support
    fireice-uk authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    4f5e4cd View commit details
    Browse the repository at this point in the history
  3. fix outdated documentation

    - fix name of the intermediet lib xmr-stak-backend
    - fox docu
    - remove docker (outdated and was not used)
    psychocrypt committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    f827ab3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03725c3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request fireice-uk#2630 from psychocrypt/rx-fix-outdatedDocu

    [RX] fix outdated documentation
    fireice-uk authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    22f9502 View commit details
    Browse the repository at this point in the history
  6. Merge pull request fireice-uk#2631 from psychocrypt/rx-topic-versionU…

    …pdateTo1.0.3-rx
    
    [RX] version update to 1.0.3-rx
    fireice-uk authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    b479177 View commit details
    Browse the repository at this point in the history
  7. add arqma to readme

    psychocrypt committed Dec 12, 2019
    Configuration menu
    Copy the full SHA
    8af95f8 View commit details
    Browse the repository at this point in the history
  8. Merge pull request fireice-uk#2632 from psychocrypt/rx-topic-addArqma…

    …ToDocu
    
    add arqma to readme
    fireice-uk authored Dec 12, 2019
    1 Configuration menu
    Copy the full SHA
    3f8c373 View commit details
    Browse the repository at this point in the history
  9. Merge pull request fireice-uk#2633 from fireice-uk/xmr-stak-rx-dev

    [RX] release 1.0.3-rx
    fireice-uk authored Dec 12, 2019
    Configuration menu
    Copy the full SHA
    a90fcc9 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2019

  1. CPU: numa support/better autoconfig

    - add numa support
    - optimize auto suggestion by taking L2 requirements into account
    psychocrypt committed Dec 16, 2019
    Configuration menu
    Copy the full SHA
    32381fd View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2019

  1. randomx linux booster script

    Add booster script to enable huge pages and manipulate the caching
    behavior.
    psychocrypt committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    633947d View commit details
    Browse the repository at this point in the history
  2. Merge pull request fireice-uk#2635 from psychocrypt/rx-topic-refactor…

    …AutoSuggestion
    
    [RX] CPU: numa support/better autoconfig
    fireice-uk authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    8cdf4a4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request fireice-uk#2637 from psychocrypt/ry-topic-bosterSc…

    …riptLinux
    
    [RX] randomx linux booster script
    fireice-uk authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    3137396 View commit details
    Browse the repository at this point in the history
  4. add warning for MSR changes

    - add warning
    - remove msr change
    psychocrypt committed Dec 17, 2019
    Configuration menu
    Copy the full SHA
    fcd185e View commit details
    Browse the repository at this point in the history
  5. Merge pull request fireice-uk#2638 from psychocrypt/rx-fix-msrBooster…

    …Script
    
    [RX] add warning for MSR changes
    fireice-uk authored Dec 17, 2019
    Configuration menu
    Copy the full SHA
    e5fb0e0 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2019

  1. Implement Ryzen speedups

    fireice-uk committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    ea47136 View commit details
    Browse the repository at this point in the history
  2. windows msr

    fireice-uk committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    9ba029b View commit details
    Browse the repository at this point in the history
  3. increase version

    fireice-uk committed Dec 29, 2019
    Configuration menu
    Copy the full SHA
    d0dc354 View commit details
    Browse the repository at this point in the history
  4. Merge pull request fireice-uk#2644 from fireice-uk/rx-ryzen-code

    [RX] Implement Ryzen speedups
    psychocrypt authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    4884c41 View commit details
    Browse the repository at this point in the history
  5. Merge pull request fireice-uk#2645 from fireice-uk/rx-windows-wrmsr

    [RX] Implement Windows WRMSR
    psychocrypt authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    ce0c3f2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request fireice-uk#2646 from fireice-uk/rx-version

    [rx] increase version
    psychocrypt authored Dec 29, 2019
    Configuration menu
    Copy the full SHA
    6091644 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    65ade74 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Add keva, safex.

    Disable GPU support by default
    Integrate newest xmrig changes
    pp4io committed May 6, 2020
    Configuration menu
    Copy the full SHA
    f9713b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d8f60d View commit details
    Browse the repository at this point in the history
  3. incr version

    fireice-uk committed May 6, 2020
    Configuration menu
    Copy the full SHA
    37200ff View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cd2e233 View commit details
    Browse the repository at this point in the history
  5. Merge pull request fireice-uk#2673 from fireice-uk/xmr-stak-rx-dev

    [RX] release 1.0.5-rx
    fireice-uk authored May 6, 2020
    Configuration menu
    Copy the full SHA
    af03d89 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2020

  1. Fix typo

    whatwareweb authored Dec 23, 2020
    Configuration menu
    Copy the full SHA
    e2b99b8 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    a061535 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. Add AMD EPYC CPUs in check for Ryzen

    Also fixed concerned echo text
    alessandrolosacco authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    519f0fe View commit details
    Browse the repository at this point in the history