From 6dc3218a832f3b7996ce496052b60625d989ff88 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Thu, 24 Aug 2023 07:45:07 -0400 Subject: [PATCH] Correct the missing min_peers_for_initialization config setting. --- config/config-example.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config/config-example.toml b/config/config-example.toml index cfe6b89..4d3271d 100644 --- a/config/config-example.toml +++ b/config/config-example.toml @@ -170,6 +170,9 @@ bind_address = '0.0.0.0:35000' # one connection. known_addresses = ['34.192.231.34:35000','168.119.137.143:35000','46.101.61.107:35000','47.88.87.63:35000','35.152.42.229:35000','18.219.70.138:35000','3.225.191.9:35000','3.221.194.62:35000','54.151.24.120:35000','99.81.225.72:35000','63.33.251.206:35000','54.180.220.20:35000','188.40.83.254:35000','157.90.131.121:35000','168.119.209.31:35000','13.51.218.68:35000','15.235.53.173:35000','15.235.53.233:35000','178.162.231.183:35000','71.105.223.69:35000','84.16.224.170:35000','88.218.224.93:35000','15.235.14.86:35000','15.235.53.230:35000','188.40.16.94:35000','65.108.101.62:35000','65.21.129.12:35000','3.17.72.47:35000','20.51.219.57:35000','162.19.171.49:35000','185.132.178.196:35000','65.108.69.41:35000','135.181.76.244:35000'] +# Minimum number of fully-connected peers to consider network component initialized. +min_peers_for_initialization = 3 + # The interval between each fresh round of gossiping the node's public address. gossip_interval = '120sec'