Ask HN: Is an immutable ledger (DAG) necessary for a (e-)coin?
So, I may not necessarily understand this, but why is an immutable hash ledger that always grows necessary for an e-coin? It would seem that out of the box these coins have limited lifetime as hard drive space and computational time are finite.
Is there an alternative to simply storing the entire hash history, while still making an e-coin secure?
2 comments
[ 2.9 ms ] story [ 12.3 ms ] threadIt would mean that nodes can store only some of the ledger. Even in the case of a node storing historical data not directly connected to the current block, such a node would only need to get the last block (and not the in-between ones) in order to jump back into consensus (someone please correct me if I'm wrong on this).