You are viewing a single comment's thread from:
RE: The Gridcoin SuperBlock on Linux Is Coming!
Dude, I've got to ask: how did you get the blockchain in SQL? I would love to be able to play around with the block in SQL but I haven't been able to figure out how to do this.
The NeuralNetwork does not store anything in the blockchain. Only the SuperBlocks are stored in it which are generated by combining all the researcher mags and CPIDs into a compact file.
So my thinking is there is a JSON for each block and that JSON includes a bunch of good information (one or more transactions, etc.). I 'm not really good at working with JSONs, so that why I wanted to find a way to be able to work with the data from the blockchain in SQL.