Difference between revisions of "Tutorials: Verify downloaded files with the sha256 checksum"

From CloakCoin Wiki
Jump to: navigation, search
(Created page with "Linux / macOS Then run in the cointaining folder on the commandline: sha256sum -c CloakCoin.zip.sha256 <code>user@system ~/downloads $ sha256sum -c CloakCoin_v2.0.2.1.phoen...")
 
 
Line 1: Line 1:
Linux / macOS
+
==Linux / MacOS==
  
 
Then run in the cointaining folder on the commandline:
 
Then run in the cointaining folder on the commandline:
Line 10: Line 10:
  
 
When you get an OK, all is fine and you can install! If not something went wrong, you need to download the file again!
 
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==

Latest revision as of 01:16, 7 November 2017

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