-
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
см #2717
base: xmr-stak-rx-dev
Are you sure you want to change the base?
см #2717
Commits on Mar 3, 2019
-
Merge pull request fireice-uk#2269 from fireice-uk/dev
release 2.9.0
Configuration menu - View commit details
-
Copy full SHA for 61e997c - Browse repository at this point
Copy the full SHA 61e997cView commit details
Commits on Mar 7, 2019
-
Merge pull request fireice-uk#2285 from fireice-uk/dev
release 2.10.0
Configuration menu - View commit details
-
Copy full SHA for 56d2770 - Browse repository at this point
Copy the full SHA 56d2770View commit details
Commits on Mar 11, 2019
-
Merge pull request fireice-uk#2328 from fireice-uk/dev
release 2.10.1
Configuration menu - View commit details
-
Copy full SHA for a861bc5 - Browse repository at this point
Copy the full SHA a861bc5View commit details
Commits on Mar 15, 2019
-
Merge pull request fireice-uk#2349 from fireice-uk/dev
release 2.10.2
Configuration menu - View commit details
-
Copy full SHA for 1fa4626 - Browse repository at this point
Copy the full SHA 1fa4626View commit details
Commits on Mar 28, 2019
-
Merge pull request fireice-uk#2379 from fireice-uk/dev
release 2.10.3
Configuration menu - View commit details
-
Copy full SHA for d27e3a6 - Browse repository at this point
Copy the full SHA d27e3a6View commit details -
Merge pull request fireice-uk#2381 from fireice-uk/dev
port issue template fix
Configuration menu - View commit details
-
Copy full SHA for 2cd84c8 - Browse repository at this point
Copy the full SHA 2cd84c8View commit details
Commits on Apr 1, 2019
-
Merge pull request fireice-uk#2392 from fireice-uk/dev
release 2.10.4
Configuration menu - View commit details
-
Copy full SHA for a5b8fb7 - Browse repository at this point
Copy the full SHA a5b8fb7View commit details
Commits on Jun 9, 2019
-
Merge pull request fireice-uk#2449 from fireice-uk/dev
release 2.10.5
Configuration menu - View commit details
-
Copy full SHA for b846a6f - Browse repository at this point
Copy the full SHA b846a6fView commit details
Commits on Jul 21, 2019
-
Merge pull request fireice-uk#2485 from fireice-uk/dev
release 2.10.6
Configuration menu - View commit details
-
Copy full SHA for 5869b9e - Browse repository at this point
Copy the full SHA 5869b9eView commit details
Commits on Jul 31, 2019
-
Merge pull request fireice-uk#2498 from fireice-uk/dev
release 2.10.7
Configuration menu - View commit details
-
Copy full SHA for fd19a5d - Browse repository at this point
Copy the full SHA fd19a5dView commit details
Commits on Aug 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 506942a - Browse repository at this point
Copy the full SHA 506942aView commit details
Commits on Aug 24, 2019
-
AMD: optimize auto adjustement
solve fireice-uk#2517 In the case we can utilize more than 75% of the compute units we will not enforce a multiple of the compute units.
Configuration menu - View commit details
-
Copy full SHA for 292db29 - Browse repository at this point
Copy the full SHA 292db29View commit details -
AMD: optimize fiji and radeon VII auto config cn-gpu
solve fireice-uk#2510 and fireice-uk#2505 set worksize to 16 instead of 8
Configuration menu - View commit details
-
Copy full SHA for 28be412 - Browse repository at this point
Copy the full SHA 28be412View commit details -
fix used
empty()
instead ofclear()
solve first part of fireice-uk#2541
Configuration menu - View commit details
-
Copy full SHA for 8251393 - Browse repository at this point
Copy the full SHA 8251393View commit details -
solve partly fireice-uk#2514 Remove a mutex which is not needed at all because all data are accessed from one thread only.
Configuration menu - View commit details
-
Copy full SHA for d048bf7 - Browse repository at this point
Copy the full SHA d048bf7View commit details
Commits on Aug 26, 2019
-
Merge pull request fireice-uk#2521 from psychocrypt/fix-usedEmtyINste…
…adOfClear fix used `empty()` instead of `clear()`
Configuration menu - View commit details
-
Copy full SHA for 8fe6928 - Browse repository at this point
Copy the full SHA 8fe6928View commit details -
Merge pull request fireice-uk#2522 from psychocrypt/fix-uselessMutex
fix useless mutex
Configuration menu - View commit details
-
Copy full SHA for cd540b5 - Browse repository at this point
Copy the full SHA cd540b5View commit details
Commits on Aug 30, 2019
-
Merge pull request fireice-uk#2520 from psychocrypt/topic-optmimizeFi…
…jiCnGPU AMD: optimize fiji auto config cn-gpu
Configuration menu - View commit details
-
Copy full SHA for bfd0ccd - Browse repository at this point
Copy the full SHA bfd0ccdView commit details -
Merge pull request fireice-uk#2518 from psychocrypt/topic-amdOptimzeA…
…utoadjustment AMD: optimize auto adjustment
Configuration menu - View commit details
-
Copy full SHA for 08eff30 - Browse repository at this point
Copy the full SHA 08eff30View commit details
Commits on Sep 12, 2019
-
Faster xmrstak_backend initialization, prevents unsupported binary in…
… BUILD_STATIC=ON
Configuration menu - View commit details
-
Copy full SHA for 54dae74 - Browse repository at this point
Copy the full SHA 54dae74View commit details
Commits on Sep 19, 2019
-
Merge pull request fireice-uk#2528 from blindmisfits/master
Use RTLD_NOW for faster backend initialization.
Configuration menu - View commit details
-
Copy full SHA for e92ebc1 - Browse repository at this point
Copy the full SHA e92ebc1View commit details -
Since we can not implement clean image book singletons (windows issues with shared libraries) we used a hierarchical to "emulate" singletons. During the creation race consitions are possible. THis PR will handle the raceconditions with a mutex, since we pass the creation of a singleton creation only onse we have no performance issue.
Configuration menu - View commit details
-
Copy full SHA for bca9255 - Browse repository at this point
Copy the full SHA bca9255View commit details
Commits on Sep 20, 2019
-
Merge pull request fireice-uk#2529 from psychocrypt/fix-singletons
fix singletons
Configuration menu - View commit details
-
Copy full SHA for ab65c97 - Browse repository at this point
Copy the full SHA ab65c97View commit details
Commits on Sep 22, 2019
-
AMD: optimize unroll for rx5700
solve fireice-uk#2509 - use unroll 8 for RX5700 - use 2 threads for cnr_gpu and RX5700
Configuration menu - View commit details
-
Copy full SHA for f626f07 - Browse repository at this point
Copy the full SHA f626f07View commit details
Commits on Sep 24, 2019
-
fix locking to secure affinity update
fix fireice-uk#2514 - use `unlock()` instead of `relase()` - fix NVIDIA affinity setting
Configuration menu - View commit details
-
Copy full SHA for 0b1f88c - Browse repository at this point
Copy the full SHA 0b1f88cView commit details
Commits on Oct 13, 2019
-
Merge pull request fireice-uk#2519 from psychocrypt/topic-optimizeUnr…
…ollrx5700 AMD: optimize unroll for rx5700
Configuration menu - View commit details
-
Copy full SHA for ae15a68 - Browse repository at this point
Copy the full SHA ae15a68View commit details
Commits on Oct 14, 2019
-
Merge pull request fireice-uk#2530 from psychocrypt/fix-threadLocking…
…DuringStartup fix locking to secure affinity update
Configuration menu - View commit details
-
Copy full SHA for ffdfa53 - Browse repository at this point
Copy the full SHA ffdfa53View commit details
Commits on Oct 22, 2019
-
Aeon is forking on 25.10.1029 to a fpga minable POW.
Configuration menu - View commit details
-
Copy full SHA for bab1ee8 - Browse repository at this point
Copy the full SHA bab1ee8View commit details -
Merge pull request fireice-uk#2508 from joey741019/patch-1
Update compile_Windows.md
Configuration menu - View commit details
-
Copy full SHA for 6212745 - Browse repository at this point
Copy the full SHA 6212745View commit details
Commits on Nov 24, 2019
-
[NVIDIA] fix possible out of memory with auto cfg
fix fireice-uk#2531 Set number of threads for `cryptonight_gpu always to `8` and adkust the number of blocks depending of the free memory.`
Configuration menu - View commit details
-
Copy full SHA for 2494d96 - Browse repository at this point
Copy the full SHA 2494d96View commit details
Commits on Nov 25, 2019
-
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 b339c5d - Browse repository at this point
Copy the full SHA b339c5dView commit details -
- fix warning depricated `hwloc_set_membind_nodeset` (since hwloc 2.0)
Configuration menu - View commit details
-
Copy full SHA for fc6200a - Browse repository at this point
Copy the full SHA fc6200aView commit details -
Check for minimal required block version. Block version must be greater than 0.
Configuration menu - View commit details
-
Copy full SHA for d5e0d31 - Browse repository at this point
Copy the full SHA d5e0d31View commit details -
Merge pull request fireice-uk#2537 from psychocrypt/topic-removeAeonS…
…upport remove aeon support
Configuration menu - View commit details
-
Copy full SHA for 08ee713 - Browse repository at this point
Copy the full SHA 08ee713View commit details -
Merge pull request fireice-uk#2538 from psychocrypt/fix-possibleOutOf…
…MemoryWithAutoCfg [NVIDIA] fix possible out of memory with auto cfg
Configuration menu - View commit details
-
Copy full SHA for d146533 - Browse repository at this point
Copy the full SHA d146533View commit details -
Merge pull request fireice-uk#2557 from psychocrypt/fix-hwlocMembindW…
…arning fix hwloc warning
Configuration menu - View commit details
-
Copy full SHA for 2745c5b - Browse repository at this point
Copy the full SHA 2745c5bView commit details -
Merge pull request fireice-uk#2559 from psychocrypt/fix-irgnoringTLSO…
…nFirstStart fix tsl not used on first start
Configuration menu - View commit details
-
Copy full SHA for af93f65 - Browse repository at this point
Copy the full SHA af93f65View commit details -
Merge pull request fireice-uk#2562 from psychocrypt/fix-benchmarkMode…
…BlockVersion fix benchmark mode
Configuration menu - View commit details
-
Copy full SHA for 2182d77 - Browse repository at this point
Copy the full SHA 2182d77View commit details
Commits on Nov 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d89b504 - Browse repository at this point
Copy the full SHA d89b504View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa9dbc0 - Browse repository at this point
Copy the full SHA fa9dbc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for e85c15c - Browse repository at this point
Copy the full SHA e85c15cView commit details -
Configuration menu - View commit details
-
Copy full SHA for be51020 - Browse repository at this point
Copy the full SHA be51020View commit details -
Merge pull request fireice-uk#2580 from psychocrypt/topic-versionIncr…
…easeTo2.10.8 version increase to 2.10.8
Configuration menu - View commit details
-
Copy full SHA for 9d0e515 - Browse repository at this point
Copy the full SHA 9d0e515View commit details -
Merge pull request fireice-uk#2581 from psychocrypt/topic-removeMoner…
…oSupport remove monero support
Configuration menu - View commit details
-
Copy full SHA for fd59ef0 - Browse repository at this point
Copy the full SHA fd59ef0View commit details
Commits on Dec 1, 2019
-
Merge pull request fireice-uk#2600 from fireice-uk/dev
release 2.10.8
Configuration menu - View commit details
-
Copy full SHA for 6bad220 - Browse repository at this point
Copy the full SHA 6bad220View commit details -
Configuration menu - View commit details
-
Copy full SHA for 52a93b2 - Browse repository at this point
Copy the full SHA 52a93b2View commit details -
Merge pull request fireice-uk#2603 from psychocrypt/topic-fixBrokenLink
fix broken link
Configuration menu - View commit details
-
Copy full SHA for 066d73d - Browse repository at this point
Copy the full SHA 066d73dView commit details -
Merge pull request fireice-uk#2604 from fireice-uk/dev
backport fix broken link
Configuration menu - View commit details
-
Copy full SHA for 0e9a8ab - Browse repository at this point
Copy the full SHA 0e9a8abView commit details
Commits on Dec 2, 2019
-
1
Configuration menu - View commit details
-
Copy full SHA for c052887 - Browse repository at this point
Copy the full SHA c052887View commit details -
Merge pull request fireice-uk#2608 from psychocrypt/topic-addYoutubeLink
add youtube link
Configuration menu - View commit details
-
Copy full SHA for 52091b6 - Browse repository at this point
Copy the full SHA 52091b6View commit details -
Merge pull request fireice-uk#2610 from fireice-uk/dev
link update for the release
Configuration menu - View commit details
-
Copy full SHA for 67cf951 - Browse repository at this point
Copy the full SHA 67cf951View commit details