UX Chain Peering

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

Seed node b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:28956

UX Chain 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:

b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:28956
Community seed nodes

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

ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:13656,ebc272824924ea1a27ea3183dd0b9ba713494f83@umee-mainnet-seed.autostake.com:26756,86bd5cb6e762f673f1706e5889e039d5406b4b90@umee.seed.node75.org:10656
Quickly update your seed nodes
Update your seeds in config.toml
seeds="b85358e035343a3b15e77e1102857dcdaf70053b@seeds.bluestake.net:28956,ade4d8bc8cbe014af6ebdf3cb7b1e9ad36f412c0@seeds.polkachu.com:13656,ebc272824924ea1a27ea3183dd0b9ba713494f83@umee-mainnet-seed.autostake.com:26756,86bd5cb6e762f673f1706e5889e039d5406b4b90@umee.seed.node75.org:10656"
sed -i -e "s/^seeds *=.*/seeds = \"$seeds\"/" $HOME/.umee/config/config.toml

# Restart your node
systemctl restart ux.service

UX Chain 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/.umee/config/config.toml

# Restart your node
systemctl restart ux.service