BTCP-Rebase/contrib/gitian-keys
Jeff Frontz 85644354c5 Corrected text to reflect new[er] process of specifying fingerprints instead of individual keys. 2018-07-09 13:45:51 -04:00
..
README.md Corrected text to reflect new[er] process of specifying fingerprints instead of individual keys. 2018-07-09 13:45:51 -04:00
keys.txt [gitian] Add kallewoof key for signing 2018-03-07 09:57:57 -05:00

README.md

PGP keys of Gitian builders and Developers

The file keys.txt contains fingerprints of the public keys of Gitian builders and active developers.

The associated keys are mainly used to sign git commits or the build results of Gitian builds.

The most recent version of each pgp key can be found on most pgp key servers.

Fetch the latest version from the key server to see if any key was revoked in the meantime. To fetch the latest version of all pgp keys in your gpg homedir,

gpg --refresh-keys

To fetch keys of Gitian builders and active developers, feed the list of fingerprints of the primary keys into gpg:

while read fingerprint keyholder_name; do gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys ${fingerprint}; done < ./keys.txt

Add your key to the list if you provided Gitian signatures for two major or minor releases of Bitcoin Core.