Althea Network

Althea Network
Althea Network

Network name: Althea Network | Chain ID: althea_417834-4 | Latest version: v1.0.0-rc1

Github

Public endpoints

Peering

quick connect

Use this if you need to quickly re-peer

sudo systemctl stop althea
seeds="990209dda9430406c8691aceed894f2de75a4453@142.132.209.236:12457"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" .althea/config/config.toml
curl -Ls https://snapshots.lavenderfive.com/testnet-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/testnet-addrbooks/althea/addrbook.json > .althea/config/addrbook.json

live peers

peers="[]"
sed -i -e "s|^persistent_peers *=.*|persistent_peers = \"$peers\"|" .althea/config/config.toml

all seed nodes

seeds="990209dda9430406c8691aceed894f2de75a4453@142.132.209.236:12457"
sed -i -e "s|^seeds *=.*|seeds = \"$seeds\"|" .althea/config/config.toml

Last updated