From 555601573db6a98f3623d91c77648dfbea469b81 Mon Sep 17 00:00:00 2001 From: Braydon Fuller Date: Thu, 6 Aug 2015 16:39:11 -0400 Subject: [PATCH] Include keys and docs for verifying signatures. --- RELEASE.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/RELEASE.md b/RELEASE.md index 79738e4f..e4aa86c0 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,19 @@ ## Release Process -Binaries for the C++ binding file (which includes libbitcoind statically linked in) are distributed for convenience. The binary binding file `bitcoind.node` is published to S3 for later download and installation. Source files can also be built if binaries are not desired. +Binaries for the C++ binding file (which includes libbitcoind statically linked in) are distributed for convenience. The binary binding file `bitcoind.node` is signed and published to S3 for later download and installation. Source files can also be built if binaries are not desired. + +### How to Verify Signatures + +``` +cd build/Release +gpg --verify bitcoind.node.sig bitcoind.node +``` + +To verify signatures, use the following PGP keys: + +- @braydonf: https://pgp.mit.edu/pks/lookup?op=get&search=0x9BBF07CAC07A276D +- @kleetus: https://pgp.mit.edu/pks/lookup?op=get&search=0x33195D27EF6BDB7F +- @pnagurny: https://pgp.mit.edu/pks/lookup?op=get&search=0x0909B33F0AA53013 ### How to Release