Open
Description
As the proofs grow with the number of transactions, we should analyze the existing chain to get an idea w.r.t the diff clusters of transactions by input age.
Such a script can use our existing Go libraries to query the full-node RPC interface to track an output back to the coinbase transaction that created it. The GetRawTransaction
RPC call can be used to trace an input until the prev out is a coinbase input.
We want to get a view of the distribution here, so we can estimate best and worst case scenarios.