Does anyone know how to get or make a gitian key so that I can use it to create bitcoin in another platform from the source code using gitian builder?
The gitian process doc mentions installing a script to run:
pushd ./bitcoin
export SIGNER=(your Gitian key, ie bluematt, sipa, etc)
export VERSION=0.13.0
git fetch
git checkout v${VERSION}
popd
terry source
share