skills/braiins-pool/SKILL.md
Comprehensive Braiins Pool skill - oldest Bitcoin mining pool with FPPS rewards, Lightning payouts, and Stratum V2 support
npx skillsauth add enuno/claude-command-and-control braiins-poolInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Comprehensive skill for Braiins Pool - the oldest active Bitcoin mining pool in the world (est. 2010), formerly known as "bitcoin.cz" and "Slush Pool".
This skill provides complete coverage of Braiins Pool's mining services, including:
Official Resources:
Use this skill when you need to:
Pool URL: stratum+tcp://stratum.braiins.com:3333
User ID Format: userName.workerName
Stratum V2: Default port 3336 (automatic location-based routing)
# Configuration needed:
# 1. Pool URL: stratum+tcp://stratum.braiins.com:3333
# 2. User ID: yourUsername.workerName
# 3. Password: anything (not used)
# For Stratum V2:
# Pool URL includes public key for authentication
# Requires Braiins OS firmware
# Solo Mining URLs:
stratum+tcp://solo.stratum.braiins.com:3333
stratum+tcp://solo.stratum.braiins.com:443
stratum+tcp://solo.stratum.braiins.com:25
# Username: <bitcoin_address>.<optional_workername>
# Fee: 0.5% (credited to CKPool authors)
# Check stats: https://solo.braiins.com/stats/<bitcoin_address>
Coinbase Reward Cut (CRC) = (S × C) / (D × 2^32)
Transaction Fee Cut (TFC) = (AF × S) / (D × 2^32)
Total Reward (TR) = CRC + TFC - Pool Fee
Where:
S = Shares submitted
C = Coinbase block reward (3.125 BTC)
D = Network difficulty
AF = Average mining fee
https://pool.braiins.com/stats/json/btchttps://pool.braiins.com/accounts/profile/json/btc/https://pool.braiins.com/accounts/rewards/json/btc?from=YYYY-MM-DD&to=YYYY-MM-DDhttps://pool.braiins.com/accounts/workers/json/btchttps://pool.braiins.com/accounts/payouts/json/btc?from=YYYY-MM-DD&to=YYYY-MM-DDAuthentication: Include Pool-Auth-Token or X-Pool-Auth-Token in HTTP header
references/about.md - Pool history and overviewreferences/quick-start.md - Quick setup guide for minersreferences/bitcoin-mining-setup.md - Complete setup walkthroughreferences/hashrate-specification.md - Understanding hashrate metricsreferences/rewards-and-payouts.md - FPPS model, Lightning payouts, payout customizationreferences/monitoring.md - Device monitoring, mobile app, API configurationreferences/user-accounts.md - Account security, access profiles, 2FA, history exportsreferences/stratum-v2-manual.md - Next-gen mining protocol setupreferences/solo-mining.md - Solo mining configuration and statisticsreferences/faqs-mining-basics.md - Comprehensive FAQs covering ASIC miners, hardware selection, halvings, stale rates, orphan blocksquick-start.md for device-specific instructionsSee rewards-and-payouts.md for detailed FPPS calculation:
See monitoring.md for complete API documentation:
Pool-Auth-Token header for authenticationSee faqs-mining-basics.md for common issues:
✅ Successfully Scraped (10 Academy pages, ~59KB):
Generated by Skill Seeker | Comprehensive Multi-Source Scraper Last Updated: 2025-12-28 Total References: 10 files (59KB) Sources: Braiins Pool Academy (Playwright-scraped JavaScript-rendered content)
tools
MemPalace local-first AI memory system. Use when setting up persistent memory for Claude Code sessions, mining project files or conversation transcripts, querying past context, configuring MCP tools, managing the knowledge graph, or troubleshooting palace operations.
tools
LangSmith Python SDK — trace, evaluate, and monitor LLM applications. Covers @traceable decorator, trace context manager, Client API, evaluate() / aevaluate(), comparative evaluation, custom evaluators, dataset management, prompt caching, ASGI middleware, and pytest plugin.
development
LangGraph (Python) — build stateful, controllable agent graphs with checkpointing, streaming, persistence, interrupts, fault tolerance, and durable execution. Covers both Graph API (StateGraph) and Functional API (@entrypoint/@task).
development
LangGraph Graph API (Python) — build explicit DAG agent workflows with StateGraph, typed state, nodes, edges, Command routing, Send fan-out, checkpointers, interrupts, and streaming. Use when you need explicit control flow and graph topology.