Skip to content

Commit 3ad08d1

Browse files
authored
feat(config): Update seed node ip list in config.conf (#5360)
1 parent a1968e5 commit 3ad08d1

1 file changed

Lines changed: 19 additions & 18 deletions

File tree

framework/src/main/resources/config.conf

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ storage {
1616
# block_KDB, peers, properties, recent-block, trans,
1717
# utxo, votes, witness, witness_schedule.
1818

19-
# Otherwise, db configs will remain defualt and data will be stored in
19+
# Otherwise, db configs will remain default and data will be stored in
2020
# the path of "output-directory" or which is set by "-d" ("--output-directory").
2121

2222
# setting can impove leveldb performance .... start
@@ -359,23 +359,24 @@ seed.node = {
359359
"34.220.77.106:18888",
360360
"13.127.47.162:18888",
361361
"13.124.62.58:18888",
362-
"13.229.128.108:18888",
363-
"35.182.37.246:18888",
364-
"34.200.228.125:18888",
365-
"18.220.232.201:18888",
366-
"13.57.30.186:18888",
367-
"35.165.103.105:18888",
368-
"18.184.238.21:18888",
369-
"34.250.140.143:18888",
370-
"35.176.192.130:18888",
371-
"52.47.197.188:18888",
372-
"52.62.210.100:18888",
373-
"13.231.4.243:18888",
374-
"18.231.76.29:18888",
375-
"35.154.90.144:18888",
376-
"13.125.210.234:18888",
377-
"13.250.40.82:18888",
378-
"35.183.101.48:18888"
362+
"54.151.226.240:18888",
363+
"35.174.93.198:18888",
364+
"18.210.241.149:18888",
365+
"54.177.115.127:18888",
366+
"54.254.131.82:18888",
367+
"18.167.171.167:18888",
368+
"54.167.11.177:18888",
369+
"35.74.7.196:18888",
370+
"52.196.244.176:18888",
371+
"54.248.129.19:18888",
372+
"43.198.142.160:18888",
373+
"3.0.214.7:18888",
374+
"54.153.59.116:18888",
375+
"54.153.94.160:18888",
376+
"54.82.161.39:18888",
377+
"54.179.207.68:18888",
378+
"18.142.82.44:18888",
379+
"18.163.230.203:18888"
379380
]
380381
}
381382

0 commit comments

Comments
 (0)