Use the instructions below to verify Chia download integrity in a command line.

Windows - Verify Checksum

Run the following command:

certutil -hashfile [location of file] SHA256

For example:

certutil -hashfile C:\Users\%USERNAME%\Downloads\Setup-Win64.exe SHA256


macOS - Verify Checksum

Run the following command:

shasum -a 256 [location of file]

For example:

shasum -a 256 ~/Downloads/Setup-MacOS.dmg


Linux - Verify Checksum

Run the following command:

shasum -a 256 [location of file]

For example:

shasum -a 256 ~/Downloads/kale-blockchain_1.2.3_amd64.deb


Return to the Download page.