straumat / blockchain2graph

Blockchain2graph extracts blockchain data (bitcoin) and insert them into a graph database (neo4j).
GNU General Public License v3.0
149 stars 32 forks source link

Aggregate UTXOs based on price when they were last used #225

Closed StayFoolisj closed 5 years ago

StayFoolisj commented 5 years ago

Is your feature request related to a problem? Please describe. I am exploring alternative methods of measuring how much wealth is stored in a given cryptoasset. I want to separate active and in-active units (Forever lost coins)

Describe the solution you'd like A clear and concise description of what you want to happen.

Aggregate UTXOs (unspent transactional outputs) based on price when they were last used in a transaction.

Must weight each UTXO by the amount of Bitcoin it contains

I think a cumulative sum chart would be the best

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

straumat commented 5 years ago

We don't retrieve pricing but you can develop a batch to update Bitcointransaction output