New to Bitcoin right here, making an attempt to setup a node. I’m following the directions and have downloaded the information. I wish to confirm the discharge signatures earlier than putting in. First I did:
somebody@someplace:~/Downloads$ gpg --recv-keys 01EA5486DE18A882D4C2684590C8019E36C2E964
gpg: key 90C8019E36C2E964: public key "Wladimir J. van der Laan (Bitcoin Core binary launch signing key) <[email protected]>" imported
gpg: Whole quantity processed: 1
gpg: imported: 1
which appears to have gone okay. After this, I wish to confirm the signed SHA256SUMS.asc
file that I downloaded earlier than, however I get:
somebody@someplace:~/Downloads$ gpg --verify SHA256SUMS.asc
gpg: no signed knowledge
gpg: cannot hash datafile: No knowledge
What am I doing flawed?