Skip to content

Aion Seed Nodes

AvNuc edited this page Feb 28, 2018 · 15 revisions

INTRODUCTION

Aion seed nodes are the 24/7 running nodes keeping the most adequate and reliable chain.

Deployment details

Here is the list of world regions and the seed nodes IP addresses representing them

  1. America North -> 52.237.31.69; 52.179.100.107
  2. America South -> 191.232.176.213
  3. Asia East -> 52.231.206.150
  4. Europe West -> 13.95.218.95

Configuration file entries: config/config.xml

<nodes>
  <node>p2p://2da62542-999f-4405-bdb3-50d8c61bed61@52.237.31.69:30303</node>
  <node>p2p://c1f42646-279a-441e-bba7-bfebfc1eec63@52.179.100.107:30303</node>
  <node>p2p://0466a78b-814b-4a5d-844e-7054e48f0d28@191.232.176.213:30303</node>
  <node>p2p://f9ea8c08-6f2d-4e64-91a2-d7186d76e096@52.231.206.150:30303</node>
  <node>p2p://d9242b38-cf4e-4654-9995-2727fee3dd9d@13.95.218.95:30303</node>
</nodes>

SUMMARY

Aion seed nodes are the best sup lay for initial synchronization and time-check.

Clone this wiki locally