Upgrade proposal detected

Rebus Rebus

Welcome to Rebus, where TradFi and DeFi come hand in hand, an intersection bringing the two worlds together.

Investment in crypto assets is bound to grow, and naturally more people are turning to their traditional financial institutions expecting crypto services to be available. That’s where we come in, we'll assist in building the best crypto products possible for conventional financial establishments.

Snapshot

Latest snapshot

TypeHeightAgeSizeDownload
 
 

Stop the service and reset the data

sudo systemctl stop rebusd
cp $HOME/.rebusd/data/priv_validator_state.json $HOME/.rebusd/priv_validator_state.json.backup
rm -rf $HOME/.rebusd/data

Download the latest snapshot

SNAPSHOT_FILE=$(curl -Ls https://snapshots.brocha.in/rebus/reb_1111-1.json | jq -r .file)
curl -L https://snapshots.brocha.in/rebus/$SNAPSHOT_FILE | lz4 -dc - | tar -xf - -C $HOME/.rebusd
mv $HOME/.rebusd/priv_validator_state.json.backup $HOME/.rebusd/data/priv_validator_state.json

Restart the service and check the log

sudo systemctl restart rebusd
sudo journalctl -u rebusd -f --no-hostname -o cat