From 21be1ac512bfcdd0c88e906a809f17eb79c5ece4 Mon Sep 17 00:00:00 2001 From: Joe Sacher <321623+sacherjj@users.noreply.github.com> Date: Thu, 11 May 2023 13:16:06 -0400 Subject: [PATCH] Update config-example.toml Correcting known_addresses mistake to use production. --- config/config-example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config-example.toml b/config/config-example.toml index 1ddac14..b71550a 100644 --- a/config/config-example.toml +++ b/config/config-example.toml @@ -161,7 +161,7 @@ bind_address = '0.0.0.0:35000' # # Multiple addresses can be given and the node will attempt to connect to each, requiring at least # one connection. -known_addresses = ['168.119.137.143:35000','47.251.14.254:35000','47.242.53.164:35000','46.101.61.107:35000','47.88.87.63:35000','35.152.42.229:35000','206.189.47.102:35000','134.209.243.124:35000','148.251.190.103:35000','167.172.32.44:35000','165.22.252.48:35000','18.219.70.138:35000','3.225.191.9:35000','3.221.194.62:35000','101.36.120.117:35000','54.151.24.120:35000','148.251.135.60:35000','18.188.103.230:35000','54.215.53.35:35000','88.99.95.7:35000','99.81.225.72:35000','52.207.122.179:35000','3.135.134.105:35000','62.171.135.101:35000','139.162.132.144:35000','63.33.251.206:35000','135.181.165.110:35000','135.181.134.57:35000','94.130.107.198:35000','54.180.220.20:35000','188.40.83.254:35000','157.90.131.121:35000','134.209.110.11:35000','168.119.69.6:35000','45.76.251.225:35000','168.119.209.31:35000','31.7.207.16:35000','209.145.60.74:35000','54.252.66.23:35000','134.209.16.172:35000','178.238.235.196:35000','18.217.20.213:35000','3.14.161.135:35000','3.12.207.193:35000','3.12.207.193:35000'] +known_addresses = ['18.219.25.234:35000','3.138.177.248:35000','3.140.179.157:35000','3.143.158.19:35000','3.139.47.90:35000'] # Minimum number of fully-connected peers to consider network component initialized. min_peers_for_initialization = 3