什麼是 stratum-v1?
當使用者要求「實作 Stratum v1」、「礦池協定」、「JSON-RPC 挖礦」、「礦池-礦工通訊」、「mining.subscribe」或需要建置 Stratum v1 挖礦基礎設施時,應使用此技能。 來源:b-open-io/bsv-skills。
當使用者要求「實作 Stratum v1」、「礦池協定」、「JSON-RPC 挖礦」、「礦池-礦工通訊」、「mining.subscribe」或需要建置 Stratum v1 挖礦基礎設施時,應使用此技能。
透過命令列快速安裝 stratum-v1 AI 技能到你的開發環境
來源:b-open-io/bsv-skills。
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當使用者要求「實作 Stratum v1」、「礦池協定」、「JSON-RPC 挖礦」、「礦池-礦工通訊」、「mining.subscribe」或需要建置 Stratum v1 挖礦基礎設施時,應使用此技能。 來源:b-open-io/bsv-skills。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/b-open-io/bsv-skills --skill stratum-v1 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/b-open-io/bsv-skills