有谁知道如何获取或制作 gitian key ,以便我可以使用它在不同平台上使用 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

最佳答案

https://github.com/bitcoin-core/gitian.sigs

关于bitcoin - 如何获取或制作 gitian key 来构建比特币,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/39700749/

10-13 06:01