Skip to content

feat: add Blitzpool to app store - #2478

Open
warioishere wants to merge 1 commit into
getAlby:masterfrom
warioishere:feat/blitzpool-app-store
Open

feat: add Blitzpool to app store#2478
warioishere wants to merge 1 commit into
getAlby:masterfrom
warioishere:feat/blitzpool-app-store

Conversation

@warioishere

@warioishere warioishere commented Jul 25, 2026

Copy link
Copy Markdown

Blitzpool is a peer-to-peer hashrate marketplace running on a Bitcoin mining pool.

The part that matters for a Hub connection: anyone running a miner can list it for rent and earn from it. This is not a provider selling hashrate to customers — the sellers are ordinary users, and the same address is often on both sides at once. So the wallet is used in both directions: paying for hashrate rented from others, and receiving earnings from rigs the user has listed.

Settlement runs continuously against hashrate actually delivered, so Alby Hub's per-app budget and renewal interval map onto it naturally rather than acting as a blunt cap. A rig that under-delivers simply costs the renter less.

It already speaks NWC, including the NWA connect flow with budget and renewal selection, so no custom app is needed — the standard connection works as-is. readonly is deliberately not set, since the app both spends and receives.

On the new category: I've added mining, which starts with one app. shopping is precedent for that, but I'm happy to drop the category and file this under payment-tools instead — just say so. In that case the title should become "Blitzpool Mining Rentals", because next to payment tools the bare brand name doesn't convey what it does.

Checks run locally (yarn isn't available on this machine, so the pre-commit hook was run by hand): eslint --max-warnings 0, prettier --check, and tsc --noEmit after prepare:http — all clean.

Logo is 256×256 PNG, 4.85 KB, rendered from the project's vector mark.

Summary by CodeRabbit

  • New Features
    • Added Blitzpool to the app store listing.
    • Introduced a new “Mining” category to improve app discovery.
    • Included an updated installation guide with external links and navigation instructions.

@coderabbitai

coderabbitai Bot commented Jul 25, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

📝 Walkthrough

Walkthrough

Adds Blitzpool to the suggested app store with a logo, mining category, metadata, extended description, installation guide, and July 25, 2026 added date.

Changes

Blitzpool app listing

Layer / File(s) Summary
Category and asset wiring
frontend/src/components/connections/SuggestedAppData.tsx
Imports the Blitzpool logo and adds the mining app-store category.
Blitzpool listing details
frontend/src/components/connections/SuggestedAppData.tsx
Adds Blitzpool identifiers, descriptions, mining categorization, installation guidance, and added date.

Estimated code review effort: 2 (Simple) | ~10 minutes

Possibly related PRs

  • getAlby/hub#2232: Adds another app entry to the same suggested-app dataset.
  • getAlby/hub#2476: Adds another suggested-app entry using the same app store data and install-guide structure.
🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly matches the main change: adding Blitzpool to the app store.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Blitzpool is a peer-to-peer hashrate marketplace on a Bitcoin mining pool.
Anyone running a miner can list it for rent and earn from it — it is not a
provider selling hashrate, the sellers are ordinary users.

A Hub connection is therefore used in both directions: paying for hashrate
rented from others, and receiving earnings from rigs the user lists. It
already speaks NWC, including the NWA connect flow with budget and renewal,
so no custom app is needed — the standard connection works as-is.

Adds a "Mining" category. It has one app for now; `shopping` is precedent
for that. Happy to move this under `payment-tools` instead if you would
rather not carry a single-app category — in that case the title should
become "Blitzpool Mining Rentals", since the bare brand name says little
next to payment tools.
@warioishere
warioishere force-pushed the feat/blitzpool-app-store branch from 7e5fd60 to 9c90e9d Compare July 25, 2026 12:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant