·stratum-v1
</>

stratum-v1

当用户要求“实现 Stratum v1”、“矿池协议”、“JSON-RPC 挖矿”、“矿池-矿工通信”、“mining.subscribe”或需要构建 Stratum v1 挖矿基础设施时,应使用此技能。

9安装·2热度·@b-open-io

安装

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

如何安装 stratum-v1

通过命令行快速安装 stratum-v1 AI 技能到你的开发环境

  1. 打开终端: 打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等)
  2. 运行安装命令: 复制并运行以下命令:npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v1
  3. 验证安装: 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

来源:b-open-io/bsv-skills。

SKILL.md

查看原文

Stratum v1 is the standard protocol for communication between mining pools and mining hardware (ASICs). It uses JSON-RPC 2.0 over TCP with newline-delimited messages.

For BSV pools like GorillaPool, the username format is BSVADDRESS.workerName where:

The difficulty value represents the minimum share difficulty the pool will accept. Shares below this difficulty are rejected.

当用户要求“实现 Stratum v1”、“矿池协议”、“JSON-RPC 挖矿”、“矿池-矿工通信”、“mining.subscribe”或需要构建 Stratum v1 挖矿基础设施时,应使用此技能。 来源:b-open-io/bsv-skills。

可引用信息

为搜索与 AI 引用准备的稳定字段与命令。

安装命令
npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v1
分类
</>开发工具
认证
收录时间
2026-02-25
更新时间
2026-03-10

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

快速解答

什么是 stratum-v1?

当用户要求“实现 Stratum v1”、“矿池协议”、“JSON-RPC 挖矿”、“矿池-矿工通信”、“mining.subscribe”或需要构建 Stratum v1 挖矿基础设施时,应使用此技能。 来源:b-open-io/bsv-skills。

如何安装 stratum-v1?

打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v1 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用

这个 Skill 的源码在哪?

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