Skip to content

Commit

Permalink
Merge pull request #165 from ltonetwork/bootstrap-nodes
Browse files Browse the repository at this point in the history
DNS names instead of IP addresses for known peers
  • Loading branch information
jasny authored Nov 29, 2023
2 parents fb1603a + ce4a9d7 commit 705ebf1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions lto-mainnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ lto {
# P2P Network settings
network {
known-peers = [
"63.34.51.159:6868",
"52.45.54.23:6868",
"13.114.144.48:6868",
"116.203.3.144:6868",
"116.203.166.56:6868",
"116.203.167.249:6868"
"bs1.lto.network:6868",
"bs2.lto.network:6868",
"bs3.lto.network:6868",
"node.ltoblockchainnode.com:6868",
"node.ltonod.es:6868",
"zolnode.basta.pro:6868",
]

# Network address
Expand Down
5 changes: 3 additions & 2 deletions lto-testnet.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@ lto {
# P2P Network settings
network {
known-peers = [
"116.203.167.231:6863",
"116.203.167.188:6863"
"bs1.testnet.lto.network:6863",
"bs2.testnet.lto.network:6863",
"bs3.testnet.lto.network:6863",
]

# Network address
Expand Down

0 comments on commit 705ebf1

Please sign in to comment.