Configuration
Prover Node configuration guide.
We are providing Prover Nodes with pre-made configuration files based on the information provided through the application form.
In order to download these configuration files, we provide a Convenience Script that installs configurations to ~/.fermah/config/
testnet
Please replace PROVER_NODE
with your operator name, in lowercase.
Notes
Running the above command sets up two configuration files corresponding to:
Registration Information
Hardware Resource Commitments
The JSON configuration files are expected to exist in ~/.fermah/config/[net]
. Configuration filenames have the format [type].[name].json
, where [name]
is a user-controlled name, usually default
, and [type]
corresponds to either operator
or registration
. For Testnet, we are currently manually handling the creation of these configurations for smooth onboarding.
Registration Information
This configuration file contains information necessary for an optional registration, as well as Quorum numbers for the required AVS registration itself.
This file is used when running Registration.
Hardware Resource Commitments
For Matchmaker to properly assign proof generation tasks, resource commitments need to be received when the Prover Node is joining the P2P network.
This file is used when Starting a Node.
Example Configurations
Last updated
Was this helpful?