Author

Topic: Bitcoin comeback index (Read 1007 times)

legendary
Activity: 1246
Merit: 1014
Strength in numbers
September 17, 2011, 06:24:08 PM
#2
We must have some index that shows BTC amount entering into exchange from the distant past.

For example, I would like to see how much of BTC that are 1 year old entering into transactions today.

Something like:

SELECT SUM(BTC) FROM CurrBlock WHERE TX_Previous_output_dt < NOW() - INTERVAL x MONTH

Search for "Bitcoin Days Destroyed"
hero member
Activity: 558
Merit: 500
September 17, 2011, 04:40:44 PM
#1
We must have some index that shows BTC amount entering into exchange from the distant past.

For example, I would like to see how much of BTC that are 1 year old entering into transactions today.

Something like:

SELECT SUM(BTC) FROM CurrBlock WHERE TX_Previous_output_dt < NOW() - INTERVAL x MONTH
Jump to: