Skip to content

Latest commit

 

History

History
69 lines (43 loc) · 1.13 KB

auth.md

File metadata and controls

69 lines (43 loc) · 1.13 KB

Installer Verification

Follow the steps below to verify the integrity and authenticity of the Spacemesh downloadable installer for your platform.

OS X

COMING SOON

  1. Open Terminal and run shasum on the downloadable installer:
shasum -a 512 /path/to/installer
  1. Verify that the shasum output you got in terminal matches this checksum:
<script>console.log('test script in .md file')</script> dmg_sha512

Windows 10

COMING SOON

  1. Run certutil from the Windows command line console:
certutil -hashfile C:\path\to\installer SHA512
  1. Verify that the output you got in the console matches this checksum:
exe_sha512

Debian

COMING SOON

  1. Run sha512sum from the command line:
sha512sum \path\to\downloaded\installer
  1. Verify that the output you got in the console matches this checksum:
deb_sha512

Ubuntu or Fedora Linux

COMING SOON

  1. Run sha512sum from the command line:
sha512sum \path\to\downloaded\installer
  1. Verify that the output you got in the console matches this checksum:
AppImage_sha512