Open
Conversation
* wip * wip building * wip * wip * fixed submit * fix cuda
* ci: test macos build * ci: update runs-on * add deps * fix artifact path * fix path
* ci(fix): add opencl-intel-cpu-runtime requirements * ci(fix): add modular build process
* ci(fix): add opencl-intel-cpu-runtime requirements * ci(fix): get release step working with checksums and unsigned sig * ci(fix): add version and sha to sig
* P2pool integration in progress * Add .idea/ to git ignore * Add p2pool support * Add p2pool support
* Added health check, version and basic stats endpoint with hash rate * Added TODO * Added TODO * Added more stats and config for http server * Added retry when connecting to nodes
Fix build for openssl dependency
A previous attempt to fix a bug on AMD GPUs accidentally crippled all miners. The main problem was trying to initialize the output to 0. This would not change the hashrate but would result in valid nonces being missed
We need an updated concensus for the reset
Fix build for cross-compiled platforms - linux-arm64/linux-riscv Seems there is a multi version conflict in getrandom crate
Also removed opencl as default feature
## Branch created from #31 ### [ Summary ] - Added `multi_engine_wrapper` for managing used engine depending on user selection - Changed `gpu_status` file logic => Now we are creating one file per engine ( for example CUDA_gpu_status.json ) - Changed gpu_status file structure - We are now storing is_excluded flag inside gpu_status file and allow frontend to update it for easier tracking of which device should be disable --------- Signed-off-by: Rumble Fish <rumblefish@192.168.1.24> Signed-off-by: Misieq01 <bartosz2000walczak@gmail.com> Co-authored-by: Rumble Fish <rumblefish@192.168.1.24> Co-authored-by: stringhandler <stringhandler@protonmail.com> Co-authored-by: C.Lee Taylor <47312074+leet4tari@users.noreply.github.com> Co-authored-by: Brian Pearce <brianp@users.noreply.github.com> Co-authored-by: stringhandler <stringhandler@gmail.com>
This file contains hidden or 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
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.
Fixes the build.
Sorry, I have deleted the binaries since I don't know what is in them