📣 Official Bittensor Update (2024-03-18T17:02:18.014000+00:00)

Hey @everyone

Docker is currently up and working, however it’s important that you pull the latest master branch and remove your old volume. Here are the steps below:

“`
1) cd subtensor
2) git pull
3) docker compose down –volumes
4) sudo ./scripts/run/subtensor.sh -e docker –network mainnet –node-type lite
“`

**Note** that if your current subtensor is finalizing blocks well and the best block is near the best block reported in polkadot.js.org, then you don’t need to update your subtensor docker image.

We are presently working on cleanup of the rest of our nodes, and will be releasing a detailed post mortem in the coming days to report what happened, why it happened, and how we’re going to prevent this from happening in the future.

Opentensor Foundation