Post
Topic
Board Development & Technical Discussion
Merits 1 from 1 user
Re: Efficient Blockchain Data Management
by
odolvlobo
on 07/01/2025, 22:12:33 UTC
⭐ Merited by d5000 (1)
I believe the minimum amount of information that must be stored is the last block, the UTXO set, and the timestamps of the blocks since the last difficulty adjustment.

This UTXO set and timestamps could be secured by adding a hash of them to every block. Something like this has been proposed in the past.