Add Himpool mining pool - #31
Open
warlocksingh wants to merge 1 commit into
Open
warlocksingh wants to merge 1 commit into
warlocksingh wants to merge 1 commit into
Conversation
Himpool (https://himpool.com) has been mining Fractal Bitcoin since 2026-09-04 and its blocks are currently attributed to Unknown. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
Author
|
Companion logo PR: fractal-bitcoin/mining-pool-logos#14 |
There was a problem hiding this comment.
🟢 Approval recommended
The change is a small, valid data-only addition (unique id/tag in pools-v2.json) with no detected conflicts in the repository file.
Pull request overview
This PR updates the mining pool attribution data by adding Himpool to pools-v2.json, enabling Fractal Bitcoin blocks containing the Himpool coinbase tag to be attributed correctly instead of showing as Unknown.
Changes:
- Added a new pool entry (
id: 1021) for Himpool with tag-based matching ("tags": ["Himpool"]). - Included Himpool’s payout address (
17J8rhJaJ7QJ3AmTPz3RJFetyQC4WYJQZW) and website link (https://himpool.com) in the pool metadata.
File summaries
| File | Description |
|---|---|
| pools-v2.json | Adds the Himpool pool definition (id/name/tags/address/link) to support correct on-chain attribution. |
Review details
- Files reviewed: 1/1 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
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 an entry for Himpool (https://himpool.com), which has been mining Fractal Bitcoin since 2026-09-04. Our blocks are currently attributed to
Unknown.{ "id": 1021, "name": "Himpool", "addresses": ["17J8rhJaJ7QJ3AmTPz3RJFetyQC4WYJQZW"], "tags": ["Himpool"], "link": "https://himpool.com" }Evidence
Recent Fractal blocks mined by Himpool, all paying
17J8rhJaJ7QJ3AmTPz3RJFetyQC4WYJQZW:00000000000000006daaa858eee145d4551f6295f06ac12056d36ec7531eb66c00000000000000003b5bafdbd56d8705495e5736db3e12943df009062892664b000000000000000037290dd35335ddd540bf8a24928948aa22a473920e7ef9ba000000000000000093f1f892a8eeed23b44f9ac9df2a40d49c71a7ca85dbd3420000000000000000d0f00edbd16685fcbfaaac56657305223b19c06c080e3baaCoinbase scriptSig of block 2097398:
The final push is
07 48696d706f6f6c— ASCIIHimpool. Every Himpool block carries it.Notes
tagsentry is what does the work here. Our coinbase output layout puts the OP_RETURN witness commitment atvout[0]and the payout atvout[1], sovout[0].scriptpubkey_addressisundefinedand the address branch never fires for us. The address is listed for completeness. This mirrors PrimeTriad (Adding PrimeTriad pool #26), which is likewise matched by a slash-free tag.Himpoolwas checked against every other entry inpools-v2.jsonunder the README'snew RegExp(tag, 'i')rule: it matches only Himpool coinbases, and no existing pool's tag matches ours. No existing attribution changes.sh dupes.sh→no duplicate pool ids found;jq empty pools-v2.json→ clean.1021is the next free id after PoolBTC (Add PoolBTC mining pool #29).fractal-bitcoin/mining-pool-logos.🤖 Generated with Claude Code