Starting a Node
To start your Fermah Prover Node, follow the instructions below.
Please make sure you are running Telemetry
Machine Limits
We need to modify the maximum open files and unix socket buffers to increase their limits.
Open Files
sudo echo "fermah soft nofile 65535" >> /etc/security/limits.conf
sudo echo "fermah hard nofile 65535" >> /etc/security/limits.confUnix Socket Buffers
sudo sysctl -w net.core.wmem_max=16777216
sudo sysctl -w net.core.rmem_max=16777216Start
Run the command:
fpnThis command will start the prover-node binary, which connects you to our network using the provided key and wait for Proof Requests. It will also periodically check for updates and install them in the background.
Daemonization
Docker setup is under development.
Kubernetes helm chart is under development.
Last updated
Was this helpful?
