You have fallen for the compromised Core propaganda about "prunable wallets".
Like all their propaganda, its manipulation and let me tell you why. I asked AI for you actually.
Can a prunable Bitcoin node, that verifies transactions 200 days back, recreate and old Bitcoin wallet backup that was done 600 days ago?
Short answer: No — not reliably.
Why:
A prunable Bitcoin node deletes old block data beyond its pruning threshold, so if it only retains the last 200 days of blocks it cannot reconstruct UTXO state or transaction history older than those retained blocks.
A wallet backup from 600 days ago may contain private keys/seed. If it contains a full seed/private keys, you can restore the wallet (private keys → addresses) on any node or wallet software, but to verify balances and historical transactions you need blockchain data covering the 600‑day-old transactions.
A pruned node that only has the last 200 days cannot validate or rescan the chain back to 600 days unless it can fetch missing blocks from peers. Bitcoin Core in pruned mode will refuse to download and keep full historical blocks to rebuild state; it can request missing blocks temporarily only if configured to do so and only if peers provide them, but by design pruning removes the ability to maintain full archival history locally.
Practical outcomes:
If your goal is only to recover private keys and spend funds: restoring the seed/private keys from the 600‑day backup will let you generate addresses and sign transactions; to find current UTXO set and balances the wallet can query a full node or a trusted third‑party (e.g., Electrum server, block explorer) or the node must temporarily obtain and process older blocks (which a pruned node normally won’t keep long-term).
If your goal is to fully rescan and cryptographically verify all historical transactions from that backup locally: you need access to blocks going back 600 days (a full archival node or a node that can download and retain that range). A strictly pruned node keeping only 200 days cannot do this alone.
