·stratum-v2
</>

stratum-v2

This skill should be used when the user asks "what is Stratum v2", "mining protocol v2", "binary mining protocol", "encrypted mining", "job declaration protocol", or needs to understand Stratum v2 for BSV mining infrastructure.

9Installs·2Trend·@b-open-io

Installation

$npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v2

How to Install stratum-v2

Quickly install stratum-v2 AI skill to your development environment via command line

  1. Open Terminal: Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Run Installation Command: Copy and run this command: npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v2
  3. Verify Installation: Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Source: b-open-io/bsv-skills.

SKILL.md

View raw

Stratum v2 is the next-generation mining protocol developed by Braiins (Slush Pool), designed to address the limitations of Stratum v1. It introduces binary framing, end-to-end encryption, and decentralized job declaration.

| Format | JSON-RPC text | Binary framed | | Bandwidth | 100% baseline | 30% reduction | | Encryption | None (plaintext) | Noise Protocol (AEAD) | | Authentication | Password-based | Cryptographic | | Job Selection | Pool-controlled | Miner-declarable | | Efficiency | Higher latency | Lower latency |

Job Declaration Protocol Allows miners to construct their own block templates.

This skill should be used when the user asks "what is Stratum v2", "mining protocol v2", "binary mining protocol", "encrypted mining", "job declaration protocol", or needs to understand Stratum v2 for BSV mining infrastructure. Source: b-open-io/bsv-skills.

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v2
Category
</>Dev Tools
Verified
First Seen
2026-02-25
Updated
2026-03-10

Browse more skills from b-open-io/bsv-skills

Quick answers

What is stratum-v2?

This skill should be used when the user asks "what is Stratum v2", "mining protocol v2", "binary mining protocol", "encrypted mining", "job declaration protocol", or needs to understand Stratum v2 for BSV mining infrastructure. Source: b-open-io/bsv-skills.

How do I install stratum-v2?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v2 Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code, Cursor, or OpenClaw

Where is the source repository?

https://github.com/b-open-io/bsv-skills