Starting a Node
Starting an Operator Node.
Please make sure you are running Telemetry
Start
When running the following command, make sure you replace:
OPERATOR
with your operator name, in lowercaseRPC
with a Holesky RPC URL
This command will connect you to our network using the provided key and listen for Proof Requests on port 8888 by default.
Daemonization
If you already run other systemd services, there are no specifics for Fermah AVS binary. Keep in mind that you can use logrotate
for logs:
Additionally, you may set the absolute path to a custom Fermah config folder using FERMAH_CONFIG
env var.
Last updated