Skip to content

Commit

Permalink
update testnet seed IPs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdovzhanyn committed Mar 18, 2019
1 parent e756768 commit 4d4668f
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions config/defaults.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,14 @@
[elixium_core]
# Set of peer IPs which is used to make an initial connection to the network
seed_peers = [
"206.189.103.38:31013",
"142.93.158.121:31013",
"142.93.152.227:31013",
"139.59.13.96:31013"
"207.246.94.61:31013",
"45.77.203.34:31013",
"173.199.124.10:31013",
"149.28.35.185:31013",
"149.28.45.175:31013",
"207.246.125.167:31013",
"149.28.38.82:31013",
"144.202.29.48:31013"
]

# Path to store elixium related data (blocks, utxos, peers, etc)
Expand Down

0 comments on commit 4d4668f

Please sign in to comment.