New feature: SiaStats now tracks the growth of the #Siacoin blockchain ledger: https://siastats.info/blockchain_size.html …pic.twitter.com/8D9bt0f59d
You can add location information to your Tweets, such as your city or precise location, from the web and via third-party applications. You always have the option to delete your Tweet location history. Learn more
How are you measuring blockchain size? If you just 'ls' consensus.db, you'll notice that it increases in large jumps, because boltdb 'mmap's the whole DB in large multiples. For better accuracy, iterate through the DB and sum up the size of each entry.
Right, currently I am directly measuring the consensus.db . I plan to do precisely what you say in the future, but first I have to learn about BoltDB (no previous experience here) ;-)
Let me give you a headstart then! https://gist.github.com/lukechampine/4415b4565925471b178d397d135ce531 …
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.