Fetch.ai Fetch.ai Peering

We provide seeds and live-peers to allow node operators to efficiently connect a node to the network

Seed node [email protected]:28256

Fetch.ai Seeds nodes

A common practice is to use a seed to connect to the network.

BlueStake seed node

You can add our seed node in seeds in your config.toml file:

[email protected]:28256
Community seed nodes

If you would like to add additional seeds, here are some provided by the community:

17693da418c15c95d629994a320e2c4f51a8069b@connect-fetchhub.fetch.ai:36456,a575c681c2861fe945f77cb3aba0357da294f1f2@connect-fetchhub.fetch.ai:36457,d7cda986c9f59ab9e05058a803c3d0300d15d8da@connect-fetchhub.fetch.ai:36458
Quickly update your seed nodes
Update your seeds in config.toml
seeds="[email protected]:28256,17693da418c15c95d629994a320e2c4f51a8069b@connect-fetchhub.fetch.ai:36456,a575c681c2861fe945f77cb3aba0357da294f1f2@connect-fetchhub.fetch.ai:36457,d7cda986c9f59ab9e05058a803c3d0300d15d8da@connect-fetchhub.fetch.ai:36458"
sed -i -e "s/^seeds *=.*/seeds = \"$seeds\"/" $HOME/.fetchd/config/config.toml

# Restart your node
systemctl restart fetchai.service

Fetch.ai Live peers

Here is a list of active peers as observed by our nodes

Live peers

If you have trouble finding peers, you can add these 5 random peers as persistent_peers in your config.toml file:

...
Quickly update your peers
# Update your persistent_peers in config.toml
peers="..."
sed -i -e "s/^persistent_peers *=.*/persistent_peers = \"$peers\"/" $HOME/.fetchd/config/config.toml

# Restart your node
systemctl restart fetchai.service