— The Frozen Ledger —

Skip the long descent. The ledger of every offering ever made — packaged from the deep, sealed by hash, served as a single tar.

Quick-Sync Snapshot ⇩ FETCH THE FROZEN LEDGER offerings-bootstrap.tar.gz · 403 MB · through block 980,173 tar.gz of blocks/ + chainstate/ →

What you get

How to use it

  1. Verify the archive's integrity:
    sha256sum offerings-bootstrap.tar.gz
    # expect: 874d479027780f6f5b7c96dae17d7e382cf6dcca09e09be4b494b01b15ec524b
  2. Stop your local daemon if it's running:
    Offerings-cli stop
  3. Move any existing chain data aside (keeps wallets safe):
    mv ~/.Offering/blocks ~/.Offering/blocks.old
    mv ~/.Offering/chainstate ~/.Offering/chainstate.old
  4. Extract the snapshot into your data directory:
    tar -xzvf offerings-bootstrap.tar.gz -C ~/.Offering/
  5. Start the daemon. It validates the snapshot chain, then catches up the remaining few hundred blocks from peers in minutes instead of hours:
    Offeringsd -daemon
  6. Once it's caught up to the tip, you can delete the .old backups.

That is not dead which can eternal lie, and with strange aeons even death may die.

Source

← back to Offerings home