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