-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathssv.example.env
30 lines (26 loc) · 1.1 KB
/
ssv.example.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# The following 2 variables are required for the SSV node to connect to the beacon node and eth1 node
# Consensus client (Beacon node) address
BEACON_NODE_ADDR=http://localhost:5052
# Execution client (Eth1 node) address
ETH_1_ADDR=ws://localhost:8545
# set ethereum network
NETWORK=holesky
# The folowing ENVS refer to file names, usually you dont need to change it
# if you already have generated private key and password file put them in ./ssv-node-data folder wit the following names
PRIVATE_KEY_FILE=/data/private_key
PASSWORD_FILE=/data/password
# SSV host adress which will be advertised as ssv node public IP
# if unset the host address will be automatically detected
#HOST_ADDRESS=
# Path where the SSV node db will be stored
DB_PATH=/data/db
# SSV node log level
LOG_LEVEL=info
# SSV node P2P max peers
P2P_MAX_PEERS=60
# SSV node P2P ports, this prots should be open on firewall
# if you chagne the prots you also need to adjust the docker-compose.yml file to expose the new ports
TCP_PORT=13001
UDP_PORT=12001
# The following changes the path to log files. Default value is ./data/debug.log
# LOG_FILE_PATH=