OmniFlix

Stop omniflixhubd service and reset database:

sudo systemctl stop omniflixhubd
omniflixhubd tendermint unsafe-reset-all --home $HOME/.omniflixhub --keep-addr-book
URL="https://snapshot.huginn.tech/mainnet/omniflix/omniflixhub-1_2022-09-28.tar"
wget -O - $URL | tar -xvf - -C $HOME/.omniflixhub/data
sudo systemctl restart omniflixhubd && sudo journalctl -u omniflixhubd -f -o cat

Last updated