Bootstraps
One-shot snapshots at /bootstraps/{service}/{coin}/{network}/. Download, verify, and restore via xchain-node bootstrap restore.
Bootstrap snapshots and database sync streams for the XChain Platform: the fast path to bringing a new node online without parsing every block from genesis.
What lives here
One-shot snapshots at /bootstraps/{service}/{coin}/{network}/. Download, verify, and restore via xchain-node bootstrap restore.
REST snapshots + a WebSocket stream of indexer DB state at /{COIN}/indexer/, used by validators to stay current after the initial bootstrap.
The same shape for the upstream decoder DB at /{COIN}/decoder/ (8 of 9 tables; mempool excluded).
Coin codes
Paths use a short prefix, with T for testnet and R for regtest.
BTC · TBTC · RBTC
LTC · TLTC · RLTC
DOGE · TDOGE · RDOGE
Operator notes
wget -c or aria2c so transfers can resume.xchain-node bootstrap restore verifies it automatically before extracting.