• Forum has been upgraded, all links, images, etc are as they were. Please see Official Announcements for more information

Can't verify Linux Dash Core download

kosmin

New member
According to manual from Linux Installation Guide I'm trying to verify Dash Core download.
I've imported Alexander Block (codablock) key: 99DF0DABDEE182FA53A33AE763A96B406102E091
But when I try to verify download I get this:

gpg --verify dashcore-18.0.1-x86_64-linux-gnu.tar.gz.asc
gpg: assuming signed data in 'dashcore-18.0.1-x86_64-linux-gnu.tar.gz'
gpg: Signature made August 17, 2022
gpg: using RSA key 29590362EC878A81FD3C202B52527BEDABE87984
gpg: Can't check signature: No public key


So how to verify Linux Dash Core download correctly?
 
There are actually two keys to import. codablock signed older releases and pasta signs newer one. Please see the instructions here: https://docs.dash.org/en/stable/wallets/dashcore/installation-linux.html#verifying-dash-core (relevant bit copied below as well).

Code:
curl https://keybase.io/codablock/pgp_keys.asc | gpg --import
curl https://keybase.io/pasta/pgp_keys.asc | gpg --import
gpg --verify dashcore-18.0.1-x86_64-linux-gnu.tar.gz.asc

Also, can you post a link to the installation guide you were using so we can make sure to update it.
 
Back
Top