Althea Network

Network name: Althea Network | Chain ID: althea_258432-1 | Latest version: v1.2.0

Github

Public endpoints

Peering

quick connect

Use this if you need to quickly re-peer

sudo systemctl stop althea
seeds="46ad21a616527181ea3d992339268a5a25c771fa@95.216.38.96:14656"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" .althea/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/addrbooks/althea/addrbook.json > .althea/config/addrbook.json
sudo systemctl restart althea

seed node

20e1000e88125698264454a884812746c2eb4807@seeds.lavenderfive.com:12456

latest addrbook

curl -Ls https://snapshots.lavenderfive.com/addrbooks/althea/addrbook.json > .althea/config/addrbook.json

live peers

peers="2dccae872c5509615f6a57bba8a110b85c082feb@65.109.115.172:12456,1eff68b35aaee07f6ddf7a86b0c1e6beb4055b47@65.109.88.159:36656,36bba9b29113bea2f17bacd3a4df5e5ab2470517@5.9.81.187:41656,b505884877c822650e557a50256fa8e5500a8ca6@144.76.114.34:12456,351aeca3e81ee22440485e6dc563ce44dd52e6d9@168.119.139.86:37656,372af83b4c4c89523f105c3ef2fe2d6a02c4ca9f@138.201.61.82:26656,e5990247cc7fde4f94b44f687e0a9bda84fffe55@141.94.193.28:55766,e1296e4c7bec535a8083dee98c6b433e8dcafcf6@51.210.223.80:12456,6b66f78a9b3646561e83d84aa5386cba82f76e25@161.97.122.216:26656,d87f47f4eab4f60ea38d71bb3a8aa7eaa97a0539@2001:bc8:1203:e::6:26656,d806d60b18a2819f5fb281e49ecb17c0f6eb3807@66.172.36.138:14656,f737d1c02b312f7229902601e35bbc92dcc34e29@137.184.189.193:26656,4d9c73a9e541453b56add8fadf0839fd1442d979@15.235.115.155:17200,8f5a9837375dadb8562cb27d5d45d0235d5486aa@174.138.176.146:26656,c0498ccec599ae3afc9e0a0211b6753ee5a7f0bc@107.155.67.202:26786,51accd2c2a5304fc5397a562acc1f1896818c51b@135.181.29.15:26656,db3f36c3f55c35019a80d383dc324cb49c72e63a@65.108.71.137:12456,46ad21a616527181ea3d992339268a5a25c771fa@95.216.38.96:14656,a0eca501485cc74e0568973ef502d05023f6500d@158.247.226.255:17200,255c0cd0537eaa8b09267689e6b77c2d8246850b@64.23.196.155:26656"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" .althea/config/config.toml

all seed nodes

seeds="46ad21a616527181ea3d992339268a5a25c771fa@95.216.38.96:14656"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" .althea/config/config.toml

Last updated