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