Skip to content

Commit faeab66

Browse files
author
MarcoFalke
committed
contrib: Replace developer keys with list of pgp fingerprints
1 parent c66adb2 commit faeab66

29 files changed

+46
-2876
lines changed

contrib/gitian-keys/README.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,26 @@
1-
PGP keys
2-
========
1+
## PGP keys of Gitian builders and Developers
32

4-
This folder contains the public keys of developers and active contributors.
3+
This list contains the public keys of Gitian builders and active developers.
54

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

9-
You can import the keys into gpg as follows. Also, make sure to fetch the
10-
latest version from the key server to see if any key was revoked in the
11-
meantime.
8+
The most recent version of each pgp key can be found on most pgp key servers.
9+
10+
Fetch the latest version from the key server to see if any key was revoked in
11+
the meantime.
12+
To fetch the latest version of all pgp keys in your gpg homedir,
1213

1314
```sh
14-
gpg --import ./*.pgp
1515
gpg --refresh-keys
1616
```
17+
18+
To fetch keys of Gitian builders and active developers, feed the list of
19+
fingerprints of the primary keys into gpg:
20+
21+
```sh
22+
while read fingerprint keyholder_name; do gpg --keyserver hkp://subset.pool.sks-keyservers.net --recv-keys ${fingerprint}; done < ./keys.txt
23+
```
24+
25+
Add your key to the list if you provided Gitian signatures for two major or
26+
minor releases of Bitcoin Core.

contrib/gitian-keys/achow101-key.pgp

Lines changed: 0 additions & 52 deletions
This file was deleted.
-1.95 KB
Binary file not shown.

contrib/gitian-keys/bluematt-key.pgp

-10.1 KB
Binary file not shown.

contrib/gitian-keys/btcdrak-key.pgp

-4.8 KB
Binary file not shown.

contrib/gitian-keys/cdecker-key.pgp

-2.18 KB
Binary file not shown.

contrib/gitian-keys/centaur1-key.pgp

Lines changed: 0 additions & 30 deletions
This file was deleted.

contrib/gitian-keys/cfields-key.pgp

Lines changed: 0 additions & 52 deletions
This file was deleted.

contrib/gitian-keys/devrandom-key.pgp

-2.16 KB
Binary file not shown.

contrib/gitian-keys/erkmos.pgp

-9.97 KB
Binary file not shown.

0 commit comments

Comments
 (0)