Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch 1 #107

Merged
merged 3 commits into from
May 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# decred-release
Decred Release

This repository contains the decred installer.
This repository contains the decred installers and the installer manifests.

For the release notes, manifests, and released binary achives please
For the binary archives, binary manifests and release notes please
go to [decred-binaries](https://github.com/decred/decred-binaries).

## Verifying Binaries
## Verifying dcrinstall

Each release contains a manifest file with sha256 hashes for the
binaries in that release. To verify these, you will need:
installers in that release. To verify these, you will need:

* SHA256 - Once you download your file(s), you need to check their
SHA256 hashes, so you may need to download a tool to do this,
Expand All @@ -19,8 +19,8 @@ binaries in that release. To verify these, you will need:

The steps to verify the binaries are as follows:

1. Download the file manifest, the signature for the file manifest, and the binary for your OS from here.
2. Obtain the SHA256 value for the binary for your OS and check that it matches the value in the file manifest, e.g. for 64-bit Linux
1. Download the file manifest (manifest-dcrinstall-vX.X.X.txt), the signature for the file manifest (manifest-dcrinstall-vX.X.X.txt.asc), and the installer for your OS from [here](https://github.com/decred/decred-release/releases).
2. Obtain the SHA256 value for the installer for your OS and check that it matches the value in the file manifest, e.g. for 64-bit Linux

```
$ sha256sum dcrinstall-linux-amd64-v0.3.0
Expand Down Expand Up @@ -50,5 +50,5 @@ the Decred Release Signing Key.
Subkey fingerprint: F516 ADB7 A069 852C 7C28 A02D 6D89 7EDF 518A 031D
```

The binary for your platform is now verified and you can be confident
they were generated by the Decred team.
The installer for your platform is now verified and you can be confident
it was generated by the Decred team.