Do not use random mirrors. The official checkpoint registry is usually hosted at:
But what exactly is it? Why do you need it? And most importantly, correctly? download isomorphic tool checkpoint
EXPECTED_SHA=$(curl -s https://checkpoints.isomorphic.org/mainnet/SHA256SUMS | grep $LATEST_HEIGHT | cut -d ' ' -f1) ACTUAL_SHA=$(sha256sum $DATA_DIR/new.tar.zst | cut -d ' ' -f1) Do not use random mirrors
Do not use random mirrors. The official checkpoint registry is usually hosted at:
But what exactly is it? Why do you need it? And most importantly, correctly?
EXPECTED_SHA=$(curl -s https://checkpoints.isomorphic.org/mainnet/SHA256SUMS | grep $LATEST_HEIGHT | cut -d ' ' -f1) ACTUAL_SHA=$(sha256sum $DATA_DIR/new.tar.zst | cut -d ' ' -f1)