Allow custom pools (under JD mode) to specify a JDS port and update CK pool url - #230
Merged
Merged
Conversation
GitGab19
force-pushed
the
custom-jds-port
branch
from
July 27, 2026 18:29
210382b to
1a63c59
Compare
Closed
GitGab19
force-pushed
the
custom-jds-port
branch
3 times, most recently
from
July 28, 2026 11:33
5717004 to
7683e1b
Compare
GitGab19
force-pushed
the
custom-jds-port
branch
from
July 28, 2026 11:34
7683e1b to
af40098
Compare
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.

This PR takes inspiration and replaces #224.
Successfully tested with the experimental JD endpoint of CKPool:
The only "problem" of CKPool is that it accepts only a max
extranonce_sizeof 8bytes, and JDC requires 2bytes more for channel aggregation. So if you set the extranonce2 size to a value >6, JDC is gonna receive aOpenExtendedMiningChannel.Error, and it will fallback.