Skip to content

Commit

Permalink
feat(config): Optimize config.conf
Browse files Browse the repository at this point in the history
1. Update seed node ip list
  • Loading branch information
forfreeday committed Jul 19, 2023
1 parent 040ea41 commit 1be842d
Showing 1 changed file with 19 additions and 18 deletions.
37 changes: 19 additions & 18 deletions framework/src/main/resources/config.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ storage {
# block_KDB, peers, properties, recent-block, trans,
# utxo, votes, witness, witness_schedule.

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

# setting can impove leveldb performance .... start
Expand Down Expand Up @@ -359,23 +359,24 @@ seed.node = {
"34.220.77.106:18888",
"13.127.47.162:18888",
"13.124.62.58:18888",
"13.229.128.108:18888",
"35.182.37.246:18888",
"34.200.228.125:18888",
"18.220.232.201:18888",
"13.57.30.186:18888",
"35.165.103.105:18888",
"18.184.238.21:18888",
"34.250.140.143:18888",
"35.176.192.130:18888",
"52.47.197.188:18888",
"52.62.210.100:18888",
"13.231.4.243:18888",
"18.231.76.29:18888",
"35.154.90.144:18888",
"13.125.210.234:18888",
"13.250.40.82:18888",
"35.183.101.48:18888"
"54.151.226.240:18888",
"35.174.93.198:18888",
"18.210.241.149:18888",
"54.177.115.127:18888",
"54.254.131.82:18888",
"18.167.171.167:18888",
"54.167.11.177:18888",
"35.74.7.196:18888",
"52.196.244.176:18888",
"54.248.129.19:18888",
"43.198.142.160:18888",
"3.0.214.7:18888",
"54.153.59.116:18888",
"54.153.94.160:18888",
"54.82.161.39:18888",
"54.179.207.68:18888",
"18.142.82.44:18888",
"18.163.230.203:18888"
]
}

Expand Down

0 comments on commit 1be842d

Please sign in to comment.