Tutorials: Verify downloaded files with the sha256 checksum

From CloakCoin Wiki
Revision as of 01:16, 7 November 2017 by Exslave (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Linux / MacOS

Then run in the cointaining folder on the commandline:

sha256sum -c CloakCoin.zip.sha256

user@system ~/downloads $ sha256sum -c CloakCoin_v2.0.2.1.phoenix_win_x32_bundle.zip.sha256

CloakCoin_v2.0.2.1.phoenix_win_x32_bundle.zip: OK

When you get an OK, all is fine and you can install! If not something went wrong, you need to download the file again!

Windows