【发布时间】:2017-02-03 16:10:28
【问题描述】:
有人知道如何获取或制作 gitian 密钥,以便我可以使用它在不同平台上使用 gitian builder 构建比特币吗?
在gitian process doc中,它提到了要运行的设置脚本:
pushd ./bitcoin
export SIGNER=(your Gitian key, ie bluematt, sipa, etc)
export VERSION=0.13.0
git fetch
git checkout v${VERSION}
popd
【问题讨论】:
-
请把这个发布到比特币堆栈溢出,我也对这个感兴趣
标签: bitcoin