Post
Topic
Board Development & Technical Discussion
Re: Sending old blocks as compressed by default
by
Sanglotslongs2
on 26/12/2020, 23:18:15 UTC
I think the "full node" philosophy is to have all data uncompressed to be fully available. I don't know how it works specifically but maybe they need to check every inputs/outputs to broadcast transaction ?

Some altcoin are doing pruning or "light nodes" but I don't think it's very good for decentralisation.

And compressed data = less cold storage space, but more processor work when you want to access old data. So less data for more computing, and data are cheap...