-
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
release 2.10.8 #2600
release 2.10.8 #2600
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 #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 -
Configuration menu - View commit details
-
Copy full SHA for 28be412 - Browse repository at this point
Copy the full SHA 28be412View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8251393 - Browse repository at this point
Copy the full SHA 8251393View commit details -
solve partly #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 #2521 from psychocrypt/fix-usedEmtyINsteadOfClear
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 #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 #2520 from psychocrypt/topic-optmimizeFijiCnGPU
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 #2518 from psychocrypt/topic-amdOptimzeAutoadjustment
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 #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 #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 #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 #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 #2519 from psychocrypt/topic-optimizeUnrollrx5700
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 #2530 from psychocrypt/fix-threadLockingDuringStartup
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 #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 #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 #2537 from psychocrypt/topic-removeAeonSupport
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 #2538 from psychocrypt/fix-possibleOutOfMemoryWith…
…AutoCfg [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 #2557 from psychocrypt/fix-hwlocMembindWarning
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 #2559 from psychocrypt/fix-irgnoringTLSOnFirstStart
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 #2562 from psychocrypt/fix-benchmarkModeBlockVersion
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 -
Merge pull request #2579 from psychocrypt/topic-updateReadme
update README
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 #2580 from psychocrypt/topic-versionIncreaseTo2.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 #2581 from psychocrypt/topic-removeMoneroSupport
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