You are viewing a single comment's thread from:

RE: Interactive Hive API moved to Hivesigner

in #hivesigner4 years ago

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.

Sort:  

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?