Add solo-ckpool integration with fractional difficulty and configurable shares-per-minute#87
Open
xyephy wants to merge 4 commits intostratum-mining:mainfrom
Open
Add solo-ckpool integration with fractional difficulty and configurable shares-per-minute#87xyephy wants to merge 4 commits intostratum-mining:mainfrom
xyephy wants to merge 4 commits intostratum-mining:mainfrom
Conversation
Includes all files needed for the Docker build: - Solo-ckpool source code with fractional difficulty modifications - Docker build configuration and startup scripts - Configuration files and documentation - Updated compose files and monitoring integration
- Modified solo-ckpool.dockerfile to clone from https://github.com/xyephy/solo-ckpool - Removed local solo-ckpool-source directory to keep PR focused - Updated documentation to reference GitHub repository - Maintains all fractional difficulty functionality while reducing PR size
- Enhanced solo-ckpool.dockerfile to use master branch with shares_per_minute feature - Updated configuration with 15.0 shares per minute for benchmarking consistency - Added comprehensive documentation for the new feature - Fixed SSL certificate verification issue in Docker build - Enables standardized share rates for fair SV1 vs SV2 performance comparisons Testing validated: - 5 spm: Low-latency scenarios (1 share every 12 seconds) - 15 spm: Balanced benchmarking (1 share every 4 seconds) - 30 spm: High-throughput testing (1 share every 2 seconds) - Backward compatibility maintained with 18.0 spm default
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.
Summary
Fixes
Closes #23 - Integration of solo-ckpool as an SV1 pool option for optimization measurements and comparisons
Test plan