-
Notifications
You must be signed in to change notification settings - Fork 113
Aion Seed Nodes
Jay Tseng edited this page May 18, 2018
·
15 revisions
Aion seed nodes are the 24/7 running nodes keeping the most adequate and reliable chain.
Here is the list of world regions and the seed nodes IP addresses representing them
- America North -> 13.92.155.115; 13.89.244.125; 66.207.217.190; 52.60.180.6
- Europe West -> 51.144.42.220
- America South -> 191.232.164.119
- Asia East -> 52.231.187.227
<nodes>
<node>p2p://a25d1000-8c7e-496c-9c4e-c89318280274@40.117.138.214:30303</node>
<node>p2p://a25d2000-729a-4584-86f1-e19ab97cf9ce@104.211.28.191:30303</node>
<node>p2p://a25d3000-216b-47d4-ac44-5d8181b56e7e@23.101.139.58:30303</node>
<node>p2p://a25d4000-6a29-4ca6-8b06-b2781ba7f9bf@23.101.134.120:30303</node>
</nodes>
<nodes>
<node>p2p://c33d391d-a86d-408c-b6f7-13b1c1e810d7@13.95.218.95:30303</node>
<node>p2p://c33d4535-5523-42fa-901d-f0dd8c269d7d@191.232.176.213:30303</node>
<node>p2p://c33d5406-6359-4198-a15a-bbe3110390e8@52.231.206.150:30303</node>
</nodes>
Aion seed nodes are the best supply for initial synchronization and time-check.
Basics
Kernel Configuration
- Build Aion kernel from source
- Installation & Configuration
- Command Line Interface
- Graphical Interface
- Database
- Internal Miner
- Genesis Block
- Aion Seed Nodes
- JSON-RPC API Docs
For Developers
- How to load/debug project to IntelliJ IDEA
- Aion Code Conventions
- Migrating from Ethereum
- Precompiled contract details
- Troubleshooting the kernel
- Aion P2p Specifications
- Aion transaction Specifications
- Aion pending state and the transaction pool
Tutorials
- Importing Accounts
- Kernel Deployment Examples
- Reverting to Previous Blocks
- Application Development
- Enabling-HTTPS-for-JSONRPC
- Enabling Secure connection for Aion Java API
Modules
Tools