What are the keys used in the blockchain levelDB (ie what are the key:value pairs)?
I am wondering if I can use node.js and levelup to access a copy of the blockchain database directly. But from what I can see, I need to know the name of the key(s) before […]
