Skip to content

Commit

Permalink
contrib: Replace developer keys with list of pgp fingerprints
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Dec 18, 2017
1 parent c66adb2 commit faeab66
Show file tree
Hide file tree
Showing 29 changed files with 46 additions and 2,876 deletions.
24 changes: 17 additions & 7 deletions contrib/gitian-keys/README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,26 @@
PGP keys
========
## PGP keys of Gitian builders and Developers

This folder contains the public keys of developers and active contributors.
This list 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.

You can import the keys into gpg as follows. Also, make sure to fetch the
latest version from the key server to see if any key was revoked in the
meantime.
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,

```sh
gpg --import ./*.pgp
gpg --refresh-keys
```

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

```sh
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.
52 changes: 0 additions & 52 deletions contrib/gitian-keys/achow101-key.pgp

This file was deleted.

Binary file removed contrib/gitian-keys/aschildbach-key.pgp
Binary file not shown.
Binary file removed contrib/gitian-keys/bluematt-key.pgp
Binary file not shown.
Binary file removed contrib/gitian-keys/btcdrak-key.pgp
Binary file not shown.
Binary file removed contrib/gitian-keys/cdecker-key.pgp
Binary file not shown.
30 changes: 0 additions & 30 deletions contrib/gitian-keys/centaur1-key.pgp

This file was deleted.

52 changes: 0 additions & 52 deletions contrib/gitian-keys/cfields-key.pgp

This file was deleted.

Binary file removed contrib/gitian-keys/devrandom-key.pgp
Binary file not shown.
Binary file removed contrib/gitian-keys/erkmos.pgp
Binary file not shown.
63 changes: 0 additions & 63 deletions contrib/gitian-keys/fanquake-key.pgp

This file was deleted.

Binary file removed contrib/gitian-keys/gavinandresen-key.pgp
Binary file not shown.
105 changes: 0 additions & 105 deletions contrib/gitian-keys/jl2012-key.pgp

This file was deleted.

Loading

0 comments on commit faeab66

Please sign in to comment.