How to Setup a Operator ?
Hardware Requirements
min 8 GB RAM
20 GB storage
4+ core CPU
Default ports are 12001 UDP and 13001 TCP, 9090TCP & 9390 TCP for prometheus & 3000 tcp for grafana
Operator Setup
Setup Ethereum 1 Node
Install Eth1 node from here and enable websocket.
Use Geth as your execution client. Erigon is still not recommended by SSV network.
Setup Ethereum 2 Node
ETH2 node client - Prysm from here.
Installation Script
Generate Operator Keys
This will genrate 2 Keys Private key (Secret key) and Public key.
Please make sure to store and backup your operator secret key in a safe place. Do not share this key with anyone.
Create Configuration File
Simply replace the value and copy and paste the following and save the file.
Start Node in Docker
Install Docker and run the following command
Update SSV Node Image
Look for the Latest Update in Community Discord Channel.
Kill running container and pull the latest image or a specific version.
and than again start node with docker.
Register Operator
Open https://explorer.ssv.network/ and click on join network
Connect to your metamask wallet
Next Join SSV Network Operators
Click on Register operator
5. Enter the name for your Operator And also enter its Operator public key that we have generated before
6. Next is set the annual fees for your operator and perform an transaction with your metamask wallet
7. Your operator will be setup and we can view our operator on
Last updated