I want to work on my DPOS consensus algorithm for my master's thesis, and to examine this decentralization in this system. To do this, I need the information of all the blocks, and I also used the hive API. It's very time consuming and I also checked https://developers.hive.io in full. Please help me how to get block information quickly.
You are viewing a single comment's thread from:
Check out @gtg's Hive/Steem pressure series: https://hive.blog/hive-160391/@gtg/steem-pressure-8-power-up-your-dapp-rethinkdb-kiss-my-asap
Most of the information is available in Hivemind, you will have to setup instance on your local machine (python + postgresql).
Can you help me how to set up (python + postgresql) on my local machine?