Interesting project.
94 posts promoted yesterday totalling $81.950 (1.486% the size of reward pool).
86 posts promoted today totalling $65.351 (1.185% the size of reward pool).
We watch this kind of activity over on SteemSpeak.
I currently watch third-party promoted posts here:
https://steem-ganymede.herokuapp.com/discussions?other_promoted=true
I think I could use these information to also provide something useful in the posts themselves.
I've registered to Discord through your link. Where can I find these info that you have written? It would be good if I could know the last calendar day's data easily.
If you're interested in getting the information directly, check out SteemData.
The type of query I'm using is:
db.getCollection('AccountOperations').count({type: 'transfer', to: 'null', timestamp: {'$gt': new Date(ISODate().getTime() - 1000 * 86400 * 30)}})
Which asks for the number of
transfers
to thenull
account in the past 30 days and returns2907
. You can put that query into RoboMongo.Thank you! I'll use it. :wink: