Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
gjhiggins
on 31/03/2017, 18:28:35 UTC
What's the status of percent total that can be dug having been dug? Is there a nice website that shows starts like this?

The client has this information via getinfo.

Is there a public facing daemon I can make RPC calls with? Seems a little silly to sync entire blockchain to get the answer to a simple question about a coin I don't currently own any of...

If it'll help ...
Code:
"blocks" : 1447934,
"moneysupply" : 16117986.13048927,
"digsupply" : 850917.81888962,
"stakesupply" : 1343584.72641731,
"activesupply" : 2194502.54530693,
"proof-of-stake" : 83263.57566592998

Cheers

Graham