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
Branch
assume_utxo_snapshot_11-2025
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34599
Build 68664: Build Diffbuild-without-wallet · build-clang · build-diff · build-debug · build-clang-tidy · lint-circular-dependencies
Build 68663: arc lint + arc unit