Page MenuHomePhabricator

[assumeutxo] add snapshot data for mainnet block 916'000 and testnet 1'680'000
ClosedPublic

Authored by PiRK on Sep 26 2025, 10:14.

Details

Summary

Add a more recent UTXO snapshot, leave the previous one as well so if people have the file lying around they can still reuse it.

Test Plan

Start a bitcoind instance with a fresh datadir, wait for headersync to complete, than load the snapshot

src/bitcoin-cli -datadir=/data0/ecashd_test loadtxoutset /data0/ecashd/utxo_916000

Make sure we reach the tip almost instantly after loading, than let the background sync complete.

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable