Installation
Guide for downloading and using Fermah Prover Node binary.

Recommended: You can get fully onboarded into Fermah using the script if you opt yes in the onboarding prompt.
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).
We recommend verifying the script first through GPG verification, check GPG.
Supported OS/Arch
ubuntu-latest (22.04 LTS)
amd64
Please contact us if you need other prebuilt binaries.
Release will be installed to ~/.fermah/bin/prover-node-<version>
and soft linked to prover-node
. If you wish to run the binary using this name, you may add the folder to the PATH
environment variable using the hint provided by the install script.
Last updated
Was this helpful?