Post
Topic
Board Service Announcements (Altcoins)
Re: CoinMarketCap.com - Market Cap Rankings of All Cryptocurrencies!
by
dooglus
on 06/02/2015, 18:23:57 UTC
Thanks for adding the CLAM marketcap to your site.

I have a list of historical moneysupply amounts if you want to go back and add them.

If so, how far apart do you want the samples? Every hour, every block, or what?

Alternatively, you can grab them from the blockchain yourself, like this, to get the supply as of block 100k for example:

Code:
$ clamd getblock $(clamd getblockhash 100000) | grep supply
    "moneysupply" : 14801149.19280093,
    "digsupply" : 62721.70172306,
    "stakesupply" : 26747.78872897,
    "activesupply" : 89469.49045203,

'activesupply' is the amount available (it's the sum of dig + stake) and 'moneysupply' is the total theoretically available at that point in time.

Would you be able to convert the block values to dates?   One day apart would be sufficient.

Yeah I would. I'm preparing the list now. How's this for a format? The fields are: block number, total supply, active supply, date, time. I'm only listing the first block from each day:

Quote
[...]
 15904 14774456.67596361   5812.09156665 2014/06/05 00:00:35
 16373 14774456.81762070   5812.23322374 2014/06/06 00:03:54
 16830 14774456.96231688   5812.37791992 2014/06/07 00:03:11

The list is ready. I pasted it here:

http://privatepaste.com/18a59b4f72

Edit: I plotted it, for posting to the CLAM thread: http://i.imgur.com/WMmhQ2X.png