Closed vertiond closed 2 years ago
kg@KG:~/vertcoin-core$ find output/ -type f -print0 | sort -z | xargs -r0 sha256sum
4352594192d9dd8ee0a6fdf2b3bb322daf18cdfd5db214675b88650f2fbc8668 output/signed/vertcoin-f8fff8d0498f-win64-setup.exe
640facf5dd67aa6d2eb35fd8dd28d2878f1ce13af9faf2927764fa8dc10cc2c4 output/signed/vertcoin-f8fff8d0498f-win64.zip
4f639e795ae387e7cdd7298992dfd4edd524f9909d48c096e57478aead2599c7 output/src/vertcoin-f8fff8d0498f.tar.gz
083e657125f5515ce181ce5ebc2cbd38e93a6d518ae67bdc3c362015e020d92f output/vertcoin-f8fff8d0498f-win64-debug.zip
d1b5d4ae0be997baffcf30c269452e70267e29d020b73ee1d2c4346ea029829b output/vertcoin-f8fff8d0498f-win64-setup-unsigned.exe
256361cc1e5c5ca5733580114261b7b6936ae0073fd8475fc8f2fa6f7afa115e output/vertcoin-f8fff8d0498f-win64.zip
ee7ecc449ecfd1e2b070fce097a05225b8f5dc57c92084514a1e67f0ea9926e0 output/vertcoin-f8fff8d0498f-win-unsigned.tar.gz
Codesigned binaries won't be deterministic until 0.19.
This script expects the windows codesigning certificate to be in
~/codesigning/vertcoin-project.p12
andVERTCOIN_PROJECT_KEY_PASSWORD
to be stored as an environment variable.Only those that have been given the code signing certificate will be able to use this. The next major release will allow anyone to build and verify the codesigned output by using a detached-sig created by the codesigner.