# 🚀 Nockchain 矿池挖矿完整指南 **Published by:** [pangdong](https://paragraph.com/@pangdong/) **Published on:** 2025-08-24 **URL:** https://paragraph.com/@pangdong/nockchain ## Content 什么是 Nockchain?Nockchain 是一个面向重计算的轻量级 ZK L1,采用 zkPoW(解 ZKP 谜题来获得 $NOCK)。主网已经上线,支持个人矿工参与,CPU 也能挖。参考:Nockchain GitHub https://mirror.xyz/pangdong.eth/4Sgzv7BIrKWfWRF_uidM3s92XlKy3iyihWJA8CFKx2Y第 1 步:生成钱包地址下载或编译 nockchain-wallet运行以下命令生成密钥对:nockchain-wallet keygen 你会得到:New Private Key → 私钥(只能自己保存,千万不要泄露)New Public Key → 公钥(Base58,大约 132 个字符)👉 在 Nockchain 生态中,这个 Base58 公钥就是钱包地址,用于绑定矿池。第 2 步:创建账户令牌 (Account Token)打开矿池后台页面 https://nockpool.com/signup输入你的 132 字符 Base58 公钥地址点击 创建账户令牌保存 YOUR_ACCOUNT_TOKEN(启动矿机要用)要提取到你的帐户上需要进行KYC第 3 步:安装并运行矿机方式 A:Linux 启动器curl -L -o miner-launcher \ https://github.com/SWPSCO/nockpool-miner-launcher/releases/latest/download/miner-launcher_linux_x64 chmod +x miner-launcher ./miner-launcher --account-token YOUR_ACCOUNT_TOKEN 方式 B:Docker(最省心)docker run --rm swpsco/nockpool-miner:latest \ --account-token YOUR_ACCOUNT_TOKEN 方式 C:源码编译(Rust nightly)# 安装 Rust nightly curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh rustup toolchain install nightly rustup default nightly # 克隆并编译 git clone https://github.com/SWPSCO/nockpool-miner cd nockpool-miner cargo build --release sudo cp target/release/nockpool-miner /usr/local/bin/nockpool-miner # 运行 nockpool-miner --account-token YOUR_ACCOUNT_TOKEN 第 4 步:监控算力日志里看到 share accepted → 表示份额被矿池接受想查看出块与地址分布,可用社区页面:https://nockpool.com/miners 关键链接官网:https://www.nockchain.org/钱包与节点源码:https://github.com/zorp-corp/nockchain矿机启动器:https://github.com/SWPSCO/nockpool-miner-launcher出块与地址分布查询:https://doge.monster/lab/nock🔥 早期加入 Nockchain 挖矿,不仅能学习 zkPoW 的机制,还可能收获更多生态奖励。要不要我帮你把这个再改成 推文分帖格式 (thread),这样你 Mirror 发一篇长文,X 上发一串短帖,可以双平台联动? ## Publication Information - [pangdong](https://paragraph.com/@pangdong/): Publication homepage - [All Posts](https://paragraph.com/@pangdong/): More posts from this publication - [RSS Feed](https://api.paragraph.com/blogs/rss/@pangdong): Subscribe to updates - [Twitter](https://twitter.com/shexiaodong): Follow on Twitter