import all builder public keys

This commit is contained in:
Marcel Hernandez 2024-08-06 22:51:13 +02:00
parent a4d2ad1f66
commit bb2185a2b6
No known key found for this signature in database
GPG Key ID: 07753E0BB2414BB8
2 changed files with 2 additions and 6 deletions

View File

@ -78,9 +78,7 @@ if [ "$1" = "install" ]; then
cd /home/admin/download || exit 1 cd /home/admin/download || exit 1
echo "# Receive signer keys" echo "# Receive signer keys"
curl -s "https://raw.githubusercontent.com/bitcoin-core/guix.sigs/main/builder-keys/luke-jr.gpg" | gpg --import curl -s "https://raw.githubusercontent.com/BcnBitcoinOnly/docker-knots/master/builder_pubkeys.pem" | gpg --import
curl -s "https://cdn.orangepill.ovh/leohaf.gpg" | gpg --import
# download signed binary sha256 hash sum file # download signed binary sha256 hash sum file
sudo -u admin wget --prefer-family=ipv4 --progress=bar:force -O SHA256SUMS https://bitcoinknots.org/files/27.x/${bitcoinVersion}/SHA256SUMS sudo -u admin wget --prefer-family=ipv4 --progress=bar:force -O SHA256SUMS https://bitcoinknots.org/files/27.x/${bitcoinVersion}/SHA256SUMS

View File

@ -209,9 +209,7 @@ if [ "${mode}" = "tested" ] || [ "${mode}" = "reckless" ] || [ "${mode}" = "cust
cd "${downloadDir}" || exit 1 cd "${downloadDir}" || exit 1
echo "# Receive signer keys" echo "# Receive signer keys"
curl -s "https://raw.githubusercontent.com/bitcoin-core/guix.sigs/main/builder-keys/luke-jr.gpg" | gpg --import curl -s "https://raw.githubusercontent.com/BcnBitcoinOnly/docker-knots/master/builder_pubkeys.pem" | gpg --import
curl -s "https://cdn.orangepill.ovh/leohaf.gpg" | gpg --import
# download signed binary sha256 hash sum file # download signed binary sha256 hash sum file
wget --prefer-family=ipv4 --progress=bar:force -O SHA256SUMS https://bitcoinknots.org/files/27.x/${bitcoinVersion}/SHA256SUMS wget --prefer-family=ipv4 --progress=bar:force -O SHA256SUMS https://bitcoinknots.org/files/27.x/${bitcoinVersion}/SHA256SUMS