Open
Conversation
35a852a to
ebe7773
Compare
d4507b0 to
3684103
Compare
0b2ccaa to
b35b5d9
Compare
b35b5d9 to
cb6de13
Compare
Document the new coinbase rotation configuration options in testnet4 config examples for both pool and JD-client.
cb6de13 to
d6fa26b
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.
Adds deterministic address derivation for coinbase outputs using HD wallet descriptors via miniscript crate. Each block found gets a fresh address derived from an extended public key.
This is ideal for privacy and QC resistance.
The code checks for /* in the descriptor via
has_wildcard(). No wildcard = no rotationNew Config Options
Existing configs work unchanged. Defaults preserve current behavior and coinbase_index_file = None means no rotation.
Testnet4 Validation
Two blocks mined on testnet4 (Jan 28, 2026):
Many more blocks have been found using this code. Any TN4 block with signature
whirly-poolis a result of this rotation feature.Blog: https://average-gary.github.io/sv2-apps/