BTCP-Rebase/contrib/gitian-keys
Wladimir J. van der Laan b264528674
Merge #12354: add gpg key for fivepiece
27736f2 add fivepiece key fingerprint (fivepiece)

Pull request description:

Tree-SHA512: 6b2b7ca22eb02338ac2e41e8ac577bd9401f771571531d3d4c473aacc544bd4304318e311cc50b7e84236bebd7a2fda9d4c16232fefe0de4291bbbc6959b4f4b
2018-02-08 13:51:13 +01:00
..
README.md contrib: Remove xpired 522739F6 key 2017-12-19 07:18:57 -05:00
keys.txt Merge #12354: add gpg key for fivepiece 2018-02-08 13:51:13 +01:00

README.md

PGP keys of Gitian builders and Developers

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

The 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.