2

How can I verify the SHA256 listed in this GPG-signed message for the official Monero 0.10.3 release matches the file that I downloaded for FreeBSD, 64-bit?

Jun Li
  • 438
  • 2
  • 11

1 Answers1

1

The process for Linux and FreeBSD is similar to that for macOS, described here: How can I verify the SHA256 hash of 0.10.3 “Wolfram Warptangent” on macOS?

For FreeBSD, use the command sha256sum <filename> in the terminal and compare the output to the checksums on the Monero webpage.

bigreddmachine
  • 3,747
  • 1
  • 11
  • 30