Windows (PowerShell)
1. Download the installer and checksum file:
/releases/CronosWallet-1.4.0-win-x64.exe
/releases/CronosWallet-1.4.0-win-x64.exe.sha256
2. In PowerShell, run:
Get-FileHash .\CronosWallet-1.4.0-win-x64.exe -Algorithm SHA256
3. Make sure the computed SHA256 hash matches the value in
CronosWallet-1.4.0-win-x64.exe.sha256.
macOS
1. Download:
/releases/CronosWallet-1.4.0-macos.dmg
/releases/CronosWallet-1.4.0-macos.dmg.sha256
2. In Terminal, run:
shasum -a 256 CronosWallet-1.4.0-macos.dmg
3. Compare the output with
CronosWallet-1.4.0-macos.dmg.sha256. The hashes must match.
Linux
1. Download:
/releases/CronosWallet-1.4.0-linux-x86_64.AppImage
/releases/CronosWallet-1.4.0-linux-x86_64.AppImage.sha256
2. In your shell, run:
sha256sum CronosWallet-1.4.0-linux-x86_64.AppImage
3. Verify that the SHA256 hash matches the value stored in the
corresponding *.sha256 file.