-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
base: dev
Are you sure you want to change the base?
Commits on Sep 9, 2019
-
- add randomx support - for upcoming monero fork - loki - wow The randomx code is mostly derived from @xmrig's miner implementation.
Configuration menu - View commit details
-
Copy full SHA for e0e4f0f - Browse repository at this point
Copy the full SHA e0e4f0fView commit details
Commits on Sep 14, 2019
-
add randomx for NVIDIA gpus based on randomx implementation from xmrig-nvidia
Configuration menu - View commit details
-
Copy full SHA for 501aecc - Browse repository at this point
Copy the full SHA 501aeccView commit details -
add randomx for AMD GPUs The implementation is derived from xmrig-amd
Configuration menu - View commit details
-
Copy full SHA for b92fdb3 - Browse repository at this point
Copy the full SHA b92fdb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a2a727 - Browse repository at this point
Copy the full SHA 9a2a727View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39f3834 - Browse repository at this point
Copy the full SHA 39f3834View commit details
Commits on Sep 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e19040b - Browse repository at this point
Copy the full SHA e19040bView commit details -
Fix race condition during the instanciation of the singletons.
Configuration menu - View commit details
-
Copy full SHA for ed85f2a - Browse repository at this point
Copy the full SHA ed85f2aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 04664ea - Browse repository at this point
Copy the full SHA 04664eaView commit details -
- remove unsused config parameters - adjust auto suggestion
Configuration menu - View commit details
-
Copy full SHA for 49ed079 - Browse repository at this point
Copy the full SHA 49ed079View commit details -
- remove unsued config parameter - cleanup interfaces
Configuration menu - View commit details
-
Copy full SHA for ab80f97 - Browse repository at this point
Copy the full SHA ab80f97View commit details
Commits on Sep 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for f9969ab - Browse repository at this point
Copy the full SHA f9969abView commit details -
Configuration menu - View commit details
-
Copy full SHA for d184869 - Browse repository at this point
Copy the full SHA d184869View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for bc0822a - Browse repository at this point
Copy the full SHA bc0822aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1ececa - Browse repository at this point
Copy the full SHA c1ececaView commit details
Commits on Sep 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 85acb53 - Browse repository at this point
Copy the full SHA 85acb53View commit details -
Configuration menu - View commit details
-
Copy full SHA for 753a404 - Browse repository at this point
Copy the full SHA 753a404View commit details -
Configuration menu - View commit details
-
Copy full SHA for f8359f0 - Browse repository at this point
Copy the full SHA f8359f0View commit details
Commits on Sep 22, 2019
-
- do not take dataset creation time into account - update log messages
Configuration menu - View commit details
-
Copy full SHA for 74fa68a - Browse repository at this point
Copy the full SHA 74fa68aView commit details
Commits on Sep 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9cd65c2 - Browse repository at this point
Copy the full SHA 9cd65c2View commit details -
fix accessing device name before it is available
Configuration menu - View commit details
-
Copy full SHA for 0198532 - Browse repository at this point
Copy the full SHA 0198532View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1ed025 - Browse repository at this point
Copy the full SHA b1ed025View commit details -
Configuration menu - View commit details
-
Copy full SHA for e872ab8 - Browse repository at this point
Copy the full SHA e872ab8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 29f89f8 - Browse repository at this point
Copy the full SHA 29f89f8View commit details
Commits on Sep 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8f490b1 - Browse repository at this point
Copy the full SHA 8f490b1View commit details
Commits on Sep 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5b70427 - Browse repository at this point
Copy the full SHA 5b70427View commit details
Commits on Oct 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ef25f85 - Browse repository at this point
Copy the full SHA ef25f85View commit details
Commits on Oct 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 12abf3d - Browse repository at this point
Copy the full SHA 12abf3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20091c7 - Browse repository at this point
Copy the full SHA 20091c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 917f83f - Browse repository at this point
Copy the full SHA 917f83fView commit details -
Configuration menu - View commit details
-
Copy full SHA for da667e1 - Browse repository at this point
Copy the full SHA da667e1View commit details
Commits on Oct 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 86952ca - Browse repository at this point
Copy the full SHA 86952caView commit details
Commits on Oct 14, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6988ca4 - Browse repository at this point
Copy the full SHA 6988ca4View commit details
Commits on Nov 5, 2019
-
- sync to version v0.4.0 - keep include structore of xmrig
Configuration menu - View commit details
-
Copy full SHA for cdc51ce - Browse repository at this point
Copy the full SHA cdc51ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 006e9e1 - Browse repository at this point
Copy the full SHA 006e9e1View commit details
Commits on Nov 15, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 2a0462f - Browse repository at this point
Copy the full SHA 2a0462fView commit details -
- increase required cuda version to +9.0 - remove support for old cuda versions
Configuration menu - View commit details
-
Copy full SHA for e72a80d - Browse repository at this point
Copy the full SHA e72a80dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f8d367e - Browse repository at this point
Copy the full SHA f8d367eView commit details
Commits on Nov 16, 2019
-
Correct authors of RandomX mining code
Since this branch offers only RandomX algorithm, I put correct author names for CPU/GPU mining code.
Configuration menu - View commit details
-
Copy full SHA for 90c8ac7 - Browse repository at this point
Copy the full SHA 90c8ac7View commit details -
Merge pull request fireice-uk#2551 from SChernykh/xmr-stak-rx
Correct authors of RandomX mining code
Configuration menu - View commit details
-
Copy full SHA for 90c8ebd - Browse repository at this point
Copy the full SHA 90c8ebdView commit details
Commits on Nov 21, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5929d46 - Browse repository at this point
Copy the full SHA 5929d46View commit details
Commits on Nov 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for bcbd88b - Browse repository at this point
Copy the full SHA bcbd88bView commit details -
Somehow the cuda travis test fails with linking issues. I can not reproduce the issue. - disable for now the CUDA test
Configuration menu - View commit details
-
Copy full SHA for 115a256 - Browse repository at this point
Copy the full SHA 115a256View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3386bfb - Browse repository at this point
Copy the full SHA 3386bfbView commit details -
add `monero`, `loki` and `wownero` as currencies
Configuration menu - View commit details
-
Copy full SHA for 1d46d5b - Browse repository at this point
Copy the full SHA 1d46d5bView commit details -
- advertice the cli option `--noTest`
Configuration menu - View commit details
-
Copy full SHA for dedc3fe - Browse repository at this point
Copy the full SHA dedc3feView commit details -
- fix warning depricated `hwloc_set_membind_nodeset` (since hwloc 2.0)
Configuration menu - View commit details
-
Copy full SHA for 06b03cd - Browse repository at this point
Copy the full SHA 06b03cdView commit details -
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
Configuration menu - View commit details
-
Copy full SHA for d51fa86 - Browse repository at this point
Copy the full SHA d51fa86View commit details -
The block version must be greater than 0. This PR also remove some not used functions.
Configuration menu - View commit details
-
Copy full SHA for 3cb5cda - Browse repository at this point
Copy the full SHA 3cb5cdaView commit details -
fix fireice-uk#2564 - add the dataset size to the maximum allowed memory usage
Configuration menu - View commit details
-
Copy full SHA for c8770b9 - Browse repository at this point
Copy the full SHA c8770b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57a3cfd - Browse repository at this point
Copy the full SHA 57a3cfdView commit details -
Merge pull request fireice-uk#2554 from psychocrypt/rx-topic-add_curr…
…enrcy_names [RX] add currency names
Configuration menu - View commit details
-
Copy full SHA for 4dc9cd3 - Browse repository at this point
Copy the full SHA 4dc9cd3View commit details -
Merge pull request fireice-uk#2555 from psychocrypt/rx-topic-notifyDi…
…sableSelftest [RX] advertise for disabling self test
Configuration menu - View commit details
-
Copy full SHA for 11cfe08 - Browse repository at this point
Copy the full SHA 11cfe08View commit details -
Merge pull request fireice-uk#2556 from psychocrypt/rx-fix-hwlocMembi…
…ndWarning [RX] fix hwloc warning
Configuration menu - View commit details
-
Copy full SHA for f25587e - Browse repository at this point
Copy the full SHA f25587eView commit details -
Merge pull request fireice-uk#2558 from psychocrypt/rx-fix-irgnoringT…
…LSOnFirstStart [RX] fix irgnored tls on first start
Configuration menu - View commit details
-
Copy full SHA for 20b704c - Browse repository at this point
Copy the full SHA 20b704cView commit details -
Merge pull request fireice-uk#2561 from psychocrypt/rx-fix-benchMarkMode
[RX] fix miner benchmark mode
Configuration menu - View commit details
-
Copy full SHA for 6541b1a - Browse repository at this point
Copy the full SHA 6541b1aView commit details -
Merge pull request fireice-uk#2567 from psychocrypt/rx-fix-nvidiaAuto…
…Adjustment [RX] NVIDIA: fix auto adjustment
Configuration menu - View commit details
-
Copy full SHA for 9a92438 - Browse repository at this point
Copy the full SHA 9a92438View commit details -
Merge pull request fireice-uk#2569 from psychocrypt/rx-topic-versionU…
…ptadeTo1.0.1 [RX] version increase to 1.0.1-rx
Configuration menu - View commit details
-
Copy full SHA for e46dfe6 - Browse repository at this point
Copy the full SHA e46dfe6View commit details
Commits on Nov 26, 2019
-
Merge pull request fireice-uk#2570 from fireice-uk/xmr-stak-rx-dev
xmr-stak-rx 1.0.1 release
Configuration menu - View commit details
-
Copy full SHA for 7a9361b - Browse repository at this point
Copy the full SHA 7a9361bView commit details
Commits on Nov 28, 2019
-
Rename xmr-stak-rx backend libraries to avoid conflicts with xmr-stak libraries. fix fireice-uk#2571
Configuration menu - View commit details
-
Copy full SHA for 791e990 - Browse repository at this point
Copy the full SHA 791e990View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffcd62e - Browse repository at this point
Copy the full SHA ffcd62eView commit details
Commits on Nov 30, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for be13c6b - Browse repository at this point
Copy the full SHA be13c6bView commit details -
Merge pull request fireice-uk#2573 from psychocrypt/rx-fix-sharedLibN…
…ames [RX] rename shared libraries
Configuration menu - View commit details
-
Copy full SHA for 46d3c69 - Browse repository at this point
Copy the full SHA 46d3c69View commit details -
Merge pull request fireice-uk#2574 from psychocrypt/rx-topic-versionI…
…ncreaseTo1.0.2 version increase to 1.0.2-rx
Configuration menu - View commit details
-
Copy full SHA for 75ca850 - Browse repository at this point
Copy the full SHA 75ca850View commit details -
Merge pull request fireice-uk#2578 from psychocrypt/rx-topic-updateRe…
…adme [RX] update README
Configuration menu - View commit details
-
Copy full SHA for a23cdea - Browse repository at this point
Copy the full SHA a23cdeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d081bc - Browse repository at this point
Copy the full SHA 1d081bcView commit details -
Merge pull request fireice-uk#2585 from psychocrypt/rx-fix-compileDoc…
…umentation [RX] fix documentation
Configuration menu - View commit details
-
Copy full SHA for 4a8d980 - Browse repository at this point
Copy the full SHA 4a8d980View commit details
Commits on Dec 1, 2019
-
Fix that memory is not pinned correct because an invalid value for the affinity was used.
Configuration menu - View commit details
-
Copy full SHA for ca476f1 - Browse repository at this point
Copy the full SHA ca476f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for d93146d - Browse repository at this point
Copy the full SHA d93146dView commit details -
merge randomX changes from xmrig
merge xmrig 5.1.0 changes
Configuration menu - View commit details
-
Copy full SHA for 29682a7 - Browse repository at this point
Copy the full SHA 29682a7View commit details -
reduce number of hash statistic updates
Only update the hash statistics 2-5 times per second
Configuration menu - View commit details
-
Copy full SHA for cd7b1b0 - Browse repository at this point
Copy the full SHA cd7b1b0View commit details -
Merge pull request fireice-uk#2596 from psychocrypt/rx-topic-optimize…
…RandomX [RX] optimize randomX
Configuration menu - View commit details
-
Copy full SHA for c701074 - Browse repository at this point
Copy the full SHA c701074View commit details -
Merge pull request fireice-uk#2590 from psychocrypt/rx-fix-memoryAffi…
…nity [RX] fix memory pinning
Configuration menu - View commit details
-
Copy full SHA for 9b6aa83 - Browse repository at this point
Copy the full SHA 9b6aa83View commit details -
Merge pull request fireice-uk#2591 from psychocrypt/rx-topic-removeCP…
…UCfgUnusedParams [RX] CPU: remove unused params
Configuration menu - View commit details
-
Copy full SHA for 26fb3dc - Browse repository at this point
Copy the full SHA 26fb3dcView commit details -
- reduce the number of lookups if the job has changed This optimization stabilze the hashrate and give 0.5% better results.
Configuration menu - View commit details
-
Copy full SHA for d9003fa - Browse repository at this point
Copy the full SHA d9003faView commit details -
Merge pull request fireice-uk#2599 from psychocrypt/rx-topic-optimize…
…HashRound optimize hash rate
Configuration menu - View commit details
-
Copy full SHA for 3ad86f3 - Browse repository at this point
Copy the full SHA 3ad86f3View commit details -
Merge pull request fireice-uk#2601 from fireice-uk/xmr-stak-rx-dev
release 1.0.2-rx
Configuration menu - View commit details
-
Copy full SHA for 2d59c42 - Browse repository at this point
Copy the full SHA 2d59c42View commit details
Commits on Dec 2, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 139f9cb - Browse repository at this point
Copy the full SHA 139f9cbView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 7e5b0f7 - Browse repository at this point
Copy the full SHA 7e5b0f7View commit details -
Merge pull request fireice-uk#2607 from psychocrypt/rx-topic-addYoutu…
…beLink [RX] add link to youtube
Configuration menu - View commit details
-
Copy full SHA for aba1dc2 - Browse repository at this point
Copy the full SHA aba1dc2View commit details -
Merge pull request fireice-uk#2609 from psychocrypt/rx-topic-allowDis…
…ableInformationSend [RX] disable dev support cli option
Configuration menu - View commit details
-
Copy full SHA for bf8ca6e - Browse repository at this point
Copy the full SHA bf8ca6eView commit details -
Merge pull request fireice-uk#2611 from fireice-uk/xmr-stak-rx-dev
[RX] additional changes for the release
Configuration menu - View commit details
-
Copy full SHA for 1dee2b6 - Browse repository at this point
Copy the full SHA 1dee2b6View commit details
Commits on Dec 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9a61429 - Browse repository at this point
Copy the full SHA 9a61429View commit details -
Configuration menu - View commit details
-
Copy full SHA for 606d89e - Browse repository at this point
Copy the full SHA 606d89eView commit details
Commits on Dec 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d640396 - Browse repository at this point
Copy the full SHA d640396View commit details -
If the command line option `--noTest` was used the huge pages for windows was not activated.
Configuration menu - View commit details
-
Copy full SHA for fe842dd - Browse repository at this point
Copy the full SHA fe842ddView commit details -
Merge pull request fireice-uk#2622 from NukeManDan/patch-2
[RX] add ocl-icd-opencl-dev depentancy
Configuration menu - View commit details
-
Copy full SHA for aa821c5 - Browse repository at this point
Copy the full SHA aa821c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b3e762 - Browse repository at this point
Copy the full SHA 0b3e762View commit details
Commits on Dec 10, 2019
-
Merge pull request fireice-uk#2621 from psychocrypt/rx-fix-multiHash
[RX] fix multihash
Configuration menu - View commit details
-
Copy full SHA for b7586c5 - Browse repository at this point
Copy the full SHA b7586c5View commit details -
Merge pull request fireice-uk#2623 from psychocrypt/rx-topic-optimize…
…RXHashRound [RX] optimize hash calculation up to 5%
Configuration menu - View commit details
-
Copy full SHA for af08f28 - Browse repository at this point
Copy the full SHA af08f28View commit details -
Merge pull request fireice-uk#2624 from psychocrypt/rx-fix-windowsHug…
…ePageSupport [RX] fix windows huge page support
Configuration menu - View commit details
-
Copy full SHA for cd41b70 - Browse repository at this point
Copy the full SHA cd41b70View commit details -
Merge pull request fireice-uk#2625 from psychocrypt/rx-topic-updateTr…
…avis [RX] update travis tests
Configuration menu - View commit details
-
Copy full SHA for 5048764 - Browse repository at this point
Copy the full SHA 5048764View commit details
Commits on Dec 11, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ec9371f - Browse repository at this point
Copy the full SHA ec9371fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3120adb - Browse repository at this point
Copy the full SHA 3120adbView commit details
Commits on Dec 12, 2019
-
Merge pull request fireice-uk#2628 from psychocrypt/rx-topic-arqmaSup…
…port add arqma support
Configuration menu - View commit details
-
Copy full SHA for d8f11d8 - Browse repository at this point
Copy the full SHA d8f11d8View commit details -
Merge pull request fireice-uk#2627 from psychocrypt/rx-topic-1gibPage…
…Support Linux 1GiB page support
Configuration menu - View commit details
-
Copy full SHA for 4f5e4cd - Browse repository at this point
Copy the full SHA 4f5e4cdView commit details -
- fix name of the intermediet lib xmr-stak-backend - fox docu - remove docker (outdated and was not used)
Configuration menu - View commit details
-
Copy full SHA for f827ab3 - Browse repository at this point
Copy the full SHA f827ab3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03725c3 - Browse repository at this point
Copy the full SHA 03725c3View commit details -
Merge pull request fireice-uk#2630 from psychocrypt/rx-fix-outdatedDocu
[RX] fix outdated documentation
Configuration menu - View commit details
-
Copy full SHA for 22f9502 - Browse repository at this point
Copy the full SHA 22f9502View commit details -
Merge pull request fireice-uk#2631 from psychocrypt/rx-topic-versionU…
…pdateTo1.0.3-rx [RX] version update to 1.0.3-rx
Configuration menu - View commit details
-
Copy full SHA for b479177 - Browse repository at this point
Copy the full SHA b479177View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8af95f8 - Browse repository at this point
Copy the full SHA 8af95f8View commit details -
Merge pull request fireice-uk#2632 from psychocrypt/rx-topic-addArqma…
…ToDocu add arqma to readme
1Configuration menu - View commit details
-
Copy full SHA for 3f8c373 - Browse repository at this point
Copy the full SHA 3f8c373View commit details -
Merge pull request fireice-uk#2633 from fireice-uk/xmr-stak-rx-dev
[RX] release 1.0.3-rx
Configuration menu - View commit details
-
Copy full SHA for a90fcc9 - Browse repository at this point
Copy the full SHA a90fcc9View commit details
Commits on Dec 16, 2019
-
CPU: numa support/better autoconfig
- add numa support - optimize auto suggestion by taking L2 requirements into account
Configuration menu - View commit details
-
Copy full SHA for 32381fd - Browse repository at this point
Copy the full SHA 32381fdView commit details
Commits on Dec 17, 2019
-
Add booster script to enable huge pages and manipulate the caching behavior.
Configuration menu - View commit details
-
Copy full SHA for 633947d - Browse repository at this point
Copy the full SHA 633947dView commit details -
Merge pull request fireice-uk#2635 from psychocrypt/rx-topic-refactor…
…AutoSuggestion [RX] CPU: numa support/better autoconfig
Configuration menu - View commit details
-
Copy full SHA for 8cdf4a4 - Browse repository at this point
Copy the full SHA 8cdf4a4View commit details -
Merge pull request fireice-uk#2637 from psychocrypt/ry-topic-bosterSc…
…riptLinux [RX] randomx linux booster script
Configuration menu - View commit details
-
Copy full SHA for 3137396 - Browse repository at this point
Copy the full SHA 3137396View commit details -
Configuration menu - View commit details
-
Copy full SHA for fcd185e - Browse repository at this point
Copy the full SHA fcd185eView commit details -
Merge pull request fireice-uk#2638 from psychocrypt/rx-fix-msrBooster…
…Script [RX] add warning for MSR changes
Configuration menu - View commit details
-
Copy full SHA for e5fb0e0 - Browse repository at this point
Copy the full SHA e5fb0e0View commit details
Commits on Dec 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ea47136 - Browse repository at this point
Copy the full SHA ea47136View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ba029b - Browse repository at this point
Copy the full SHA 9ba029bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d0dc354 - Browse repository at this point
Copy the full SHA d0dc354View commit details -
Merge pull request fireice-uk#2644 from fireice-uk/rx-ryzen-code
[RX] Implement Ryzen speedups
Configuration menu - View commit details
-
Copy full SHA for 4884c41 - Browse repository at this point
Copy the full SHA 4884c41View commit details -
Merge pull request fireice-uk#2645 from fireice-uk/rx-windows-wrmsr
[RX] Implement Windows WRMSR
Configuration menu - View commit details
-
Copy full SHA for ce0c3f2 - Browse repository at this point
Copy the full SHA ce0c3f2View commit details -
Merge pull request fireice-uk#2646 from fireice-uk/rx-version
[rx] increase version
Configuration menu - View commit details
-
Copy full SHA for 6091644 - Browse repository at this point
Copy the full SHA 6091644View commit details -
Merge pull request fireice-uk#2647 from fireice-uk/xmr-stak-rx-dev
[RX] release 1.0.4
Configuration menu - View commit details
-
Copy full SHA for 65ade74 - Browse repository at this point
Copy the full SHA 65ade74View commit details
Commits on May 6, 2020
-
Disable GPU support by default Integrate newest xmrig changes
Configuration menu - View commit details
-
Copy full SHA for f9713b6 - Browse repository at this point
Copy the full SHA f9713b6View commit details -
Merge pull request fireice-uk#2671 from pp4io/xmr-stak-rx-dev
Add keva, safex.
Configuration menu - View commit details
-
Copy full SHA for 6d8f60d - Browse repository at this point
Copy the full SHA 6d8f60dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37200ff - Browse repository at this point
Copy the full SHA 37200ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2e233 - Browse repository at this point
Copy the full SHA cd2e233View commit details -
Merge pull request fireice-uk#2673 from fireice-uk/xmr-stak-rx-dev
[RX] release 1.0.5-rx
Configuration menu - View commit details
-
Copy full SHA for af03d89 - Browse repository at this point
Copy the full SHA af03d89View commit details
Commits on Dec 23, 2020
-
Configuration menu - View commit details
-
Copy full SHA for e2b99b8 - Browse repository at this point
Copy the full SHA e2b99b8View commit details
Commits on Feb 23, 2021
-
Configuration menu - View commit details
-
Copy full SHA for a061535 - Browse repository at this point
Copy the full SHA a061535View commit details
Commits on Feb 27, 2021
-
Add AMD EPYC CPUs in check for Ryzen
Also fixed concerned echo text
Configuration menu - View commit details
-
Copy full SHA for 519f0fe - Browse repository at this point
Copy the full SHA 519f0feView commit details