Installation

Guide for downloading our Fermah Prover Node binary.

Currently, we are providing a Convenience Script for installing our Fermah Prover Node pre-built binaries.

BASE_URL=https://storage.googleapis.com/fermah-releases
SCRIPT=install.sh
VERSION=0.2.0
BINARY=prover-node
OS=ubuntu-latest
ARCH=amd64

curl $BASE_URL/$SCRIPT | bash -s -- $VERSION $BINARY $OS $ARCH

Latest version: 0.2.0

SHA256: f6c50b32b183e1c9186e1783859b088614a55bae42a8b0a0a302905e4d3439f6

GPG verification available, check GPG.


Notes

This install script is idempotent and will replace the installed binary if it is run multiple times.

Supported OS/Arch

OS
Arch

ubuntu-latest (22.04 LTS)

amd64

Please contact us if you need other prebuilt binaries.

Note that ubuntu-latest also applies to most linux distros, as long as the system's GLIBC version is 2.34+.

ℹ️ Release will be installed to ~/.fermah/bin/fermah-prover-node-<version> and as ~/.fermah/bin/fermah-prover-node-machine-<version>. If you wish to run the binary using this name, you may add it to the PATH environment variable using the hint provided by the install script.

Last updated

Was this helpful?