I write educational content about Bitcoin.
Prerequisites
sudo apt install gnupg
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
echo 'eval "$(/opt/homebrew/bin/brew shellenv)"' >> ~/.zprofile
eval "$(/opt/homebrew/bin/brew shellenv)"
brew install gnupg
Downloading Documents
.asc format.curl https://keybase.io/craigraw/pgp_keys.asc | gpg --import
Verifying the Signature
gpg --import [key path]
[key path] with the location of the developer's public key file.gpg --verify [file.asc]
[file.asc] with the path of the signature file. In the case of Sparrow, this file is called "sparrow-2.0.0-manifest.txt.asc" for version 2.0.0.Verifying the Hash
CertUtil -hashfile [file path] SHA256 | findstr /v "hash"
[file path] with the location of the installer.shasum --check [file name] --ignore-missing
[file name] with the name of the installer. For example, for Sparrow Wallet:shasum --check sparrow-2.0.0-manifest.txt --ignore-missing
Sparrow-2.0.0.dmg: OK
sha256sum --check [file name] --ignore-missing
sparrow_2.0.0-1_amd64.deb: OK
Author
This tutorial has been written by Loïc Morel
You can say thanks by tipping the professor.
Credits
This tutorial has not been proofread yet
The original content has been translated by AI, but human review is necessary to ensure its accuracy.
1 486 sats743 sats372 satsEvery content on the platform is the result of a collaborative effort: each lesson, translation, and revision is made possible by the work of contributors. For this reason, we are always looking for proofreaders who can review our content in many languages. If you want to participate in the proofreading process, please reach out in our Telegram group and read our tutorial. We remind you that this content is open-source - licensed under CC BY-SA - so it can be freely shared and used, as long as the original source is credited.

