Nockchain 是一个面向重计算的轻量级 ZK L1,采用 zkPoW(解 ZKP 谜题来获得 $NOCK)。主网已经上线,支持个人矿工参与,CPU 也能挖。
https://mirror.xyz/pangdong.eth/4Sgzv7BIrKWfWRF_uidM3s92XlKy3iyihWJA8CFKx2Y
下载或编译
nockchain-wallet运行以下命令生成密钥对:
nockchain-wallet keygen你会得到:
New Private Key → 私钥(只能自己保存,千万不要泄露)
New Public Key → 公钥(Base58,大约 132 个字符)
👉 在 Nockchain 生态中,这个 Base58 公钥就是钱包地址,用于绑定矿池。
打开矿池后台页面 https://nockpool.com/signup
输入你的 132 字符 Base58 公钥地址
点击 创建账户令牌
保存
YOUR_ACCOUNT_TOKEN(启动矿机要用)要提取到你的帐户上需要进行KYC
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
docker run --rm swpsco/nockpool-miner:latest \
--account-token YOUR_ACCOUNT_TOKEN
# 安装 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
日志里看到
share accepted→ 表示份额被矿池接受想查看出块与地址分布,可用社区页面:
https://nockpool.com/miners

出块与地址分布查询:https://doge.monster/lab/nock
🔥 早期加入 Nockchain 挖矿,不仅能学习 zkPoW 的机制,还可能收获更多生态奖励。
要不要我帮你把这个再改成 推文分帖格式 (thread),这样你 Mirror 发一篇长文,X 上发一串短帖,可以双平台联动?
