Installation

Guide for downloading and using Fermah Prover Node binary.

Make sure you have your ECDSA private key ready, it can be placed into PRIVATE_KEY env var before running the install script.

During installation, you need to provide your assigned prover node name, so it fetches the right configuration file.

We provide an Install Script for obtaining fpn (Fermah Prover Node) pre-built binaries.

The script is able to:

  • Install or update latest release

  • Download the default prover (ZkSync)

  • Install configuration files

  • Setup telemetry collector (requires Docker)

  • Onboard into Fermah Network (requires Whitelist Keys)

bash <(curl -s https://storage.googleapis.com/fermah-releases/install.sh)

Script will run in interactive mode by default. You may pass in --help to see what arguments are available.

Then you need to run fpn as a daemon. We recommend using systemd (see Starting a Node for more details).


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+ and CUDA version is 12.2.

Last updated

Was this helpful?