This page lists peer information for connecting to Neutron networks.

Mainnet (neutron-1)

Seed Nodes

24f609fb5946ca3a979f40b7f54132c00104433e@p2p-erheim.neutron-1.neutron.org:26656
[email protected]:19156
b1c6fa570a184c56d0d736d260b8065d887e717c@p2p-kralum.neutron-1.neutron.org:26656
[email protected]:26656
[email protected]:19156

Persistent Peers

e5d2743d9a3de514e4f7b9461bf3f0c1500c58d9@neutron.peer.stakewith.us:39956
[email protected]:15600
[email protected]:2480
[email protected]:10083
[email protected]:26656
[email protected]:26656
[email protected]:36656
[email protected]:26656

Additional P2P Peers

74f3a4a0423e72334f4439b438b29934e5f0dbbd@p2p-xyphion.neutron-1.neutron.org:26656
65beeffac5c0f29e6c3749687f03b2040d265895@p2p-talzor.neutron-1.neutron.org:26656

Configuration

To add these peers to your node configuration:
  1. Edit your config.toml file:
nano ~/.neutrond/config/config.toml
  1. Add the seed nodes:
# Comma separated list of seed nodes to connect to
seeds = "24f609fb5946ca3a979f40b7f54132c00104433e@p2p-erheim.neutron-1.neutron.org:26656,[email protected]:19156,b1c6fa570a184c56d0d736d260b8065d887e717c@p2p-kralum.neutron-1.neutron.org:26656,[email protected]:26656,[email protected]:19156"
  1. Optionally, add some persistent peers:
# Comma separated list of nodes to keep persistent connections to
persistent_peers = "e5d2743d9a3de514e4f7b9461bf3f0c1500c58d9@neutron.peer.stakewith.us:39956,[email protected]:15600"

Addrbook

You can also bootstrap your node with a pre-existing addrbook:
wget -O ~/.neutrond/config/addrbook.json https://raw.githubusercontent.com/neutron-org/mainnet-assets/main/addrbook.json

Testnet (pion-1)

For testnet peers, please refer to the Neutron Testnet documentation.