forked from fireice-uk/xmr-stak
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Circleci project setup #4
Open
sdf0000
wants to merge
128
commits into
gnagel:master
Choose a base branch
from
sdf0000:circleci-project-setup
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Instead of creating a new kernel for each block we pre-build 25 kernel within a chunk. This reduces the calls to `clCreateProgramWithSource` which creates the leaks and will crash the miner after a few hours. Workaround was first introduced by @SChernykh in xmrig-amd
Add the possibility to run a simplified miner configuration. IN the case the user like to use this mode the number of question to setup the miner will be reduced to a minimum. Additional changes: - add default values for `yes/no` questions
simple miner startup
…eakAMD_block AMD: workaround driver memory leaks
- add .clang-format from RYO This PR removes the space indention by tabs.
format all files
add issue templates to get more information to solve issues
use different issue templates
…teTo2.10.3 update version to 2.10.3
release 2.10.3
…eTemplate fix execution issue template
port issue template fix
Simple starts requires always user interactions if config.txt and pools.txt is not available. This PR asked the user only on the first advanced option if he/she preferse the simple start or an advanced mode. If all parameter are already defined via command line options than the question will never be shown.
Since the dev pool is sometimes using another POW than the user pool the hash date can strongly increase or decrease. In a case of a hash rate drop a monitoring software could trigger a wrong miner restart. - use the hash rate calculated during the user pool mining to interpulate the number of hashes during the dev pool mining so that the statistics stay constant.
fix simple start
…shRate2 avoid hash rate drop during dev pool mining
fix nvrtc deadlock with `cuda version != 10.1`: xmrig/xmrig-nvidia#260
fix cn_r block 1802223 bug
…easeTo2.10.4 version increase to 2.10.4
release 2.10.4
Allow that the web interface/json api and the command line view can create the hash rate statistics concurrent.
fix broken benchmark mode
…ashRateCalc concurrent hash rate calculation
fix benchmark mode
--log CLI parameter
…ollrx5700 AMD: optimize unroll for rx5700
…DuringStartup fix locking to secure affinity update
Aeon is forking on 25.10.1029 to a fpga minable POW.
Update compile_Windows.md
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.`
- 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
- fix warning depricated `hwloc_set_membind_nodeset` (since hwloc 2.0)
Check for minimal required block version. Block version must be greater than 0.
…upport remove aeon support
…MemoryWithAutoCfg [NVIDIA] fix possible out of memory with auto cfg
…arning fix hwloc warning
…nFirstStart fix tsl not used on first start
…BlockVersion fix benchmark mode
…easeTo2.10.8 version increase to 2.10.8
…oSupport remove monero support
release 2.10.8
fix broken link
backport fix broken link
add youtube link
link update for the release
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please make sure your PR is against dev branch. Merging PRs directly into master branch would interfere with our workflow.