Difficulty in verifying bitcoin-core signing keys

0

How can I verify bitcoin0.19 signature bwith gpg? I read I should use gpg --recv-keys signingkey, but I don't understand where is the file signiggkey. I tried to download Bitcoin Core Release Signing Keys v0.11.0+ but what I got is a .asc file, which I don't know how to use

dc_Bita98

Posted 2019-11-26T20:56:38.297

Reputation: 168

Answers

1

With the .asc file, you can do

gpg --import <asc filename>

Andrew Chow

Posted 2019-11-26T20:56:38.297

Reputation: 40 910