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

Circleci project setup #4

Open
wants to merge 128 commits into
base: master
Choose a base branch
from

Conversation

sdf0000
Copy link

@sdf0000 sdf0000 commented Jun 25, 2021

Please make sure your PR is against dev branch. Merging PRs directly into master branch would interfere with our workflow.

psychocrypt and others added 30 commits March 22, 2019 21:42
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
…eakAMD_block

AMD: workaround driver memory leaks
- add .clang-format from RYO

This PR removes the space indention by tabs.
add issue templates to get more information to solve issues
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.
…shRate2

avoid hash rate drop during dev pool mining
fix nvrtc deadlock with `cuda version != 10.1`: xmrig/xmrig-nvidia#260
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
fireice-uk and others added 30 commits October 13, 2019 19:26
…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.
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.
…MemoryWithAutoCfg

[NVIDIA] fix possible out of memory with auto cfg
…nFirstStart

fix tsl not used on first start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants