Update doc/TRY.md

Co-authored-by: Antoine Poinsot <darosior@protonmail.com>
This commit is contained in:
Kevin Loaec 2022-12-14 15:45:20 -01:00 committed by GitHub
parent d24bf43237
commit e327104a0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ of this guide, it is most likely `bitcoin-24.0.1-x86_64-linux-gnu.tar.gz`), and
curl -O https://bitcoincore.org/bin/bitcoin-core-24.0.1/bitcoin-24.0.1-x86_64-linux-gnu.tar.gz -O https://bitcoincore.org/bin/bitcoin-core-24.0.1/SHA256SUMS -O https://bitcoincore.org/bin/bitcoin-core-24.0.1/SHA256SUMS.asc
```
2. Verify the hash of Bitcoin Core.
2. Verify the hash of the downloaded archive.
```
sha256sum --ignore-missing --check SHA256SUMS
```