You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ultragtx
f1f5214e14
|
8 months ago | |
---|---|---|
.. | ||
README.md | 4 years ago | |
coblee-key.pgp | 4 years ago | |
davidburkett38-key.pgp | 3 years ago | |
keys.txt | 5 years ago | |
losh11-key.pgp | 4 years ago | |
oharareidryan-key.pgp | 4 years ago | |
rromanchuk-key.pgp | 4 years ago | |
theholyroger-key.pgp | 3 years ago | |
thrasher-key.pgp | 4 years ago | |
ultragtx-key.pgp | 8 months ago | |
void-main.pgp | 4 years ago | |
xinxi-wang-key.pgp | 4 years ago | |
zhiyan-key.pgp | 4 years ago |
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 Litecoin Core.