You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to be the bitcoin chain synchronized by the omni-core client, but I want to access the omni layer data instead of the bitcoin data. How can I do this?
I tried and failed as follows:
blocksci_parser /data/omni.cfg update
Error while interacting with RPC: std::exception
terminate called after throwing an instance of 'BitcoinException'
what(): std::exception
Since BlockSci only handles layer 1 parsing, it can't really do much directly with Omni Layer, although it should be totally possible to write code in BlockSci to parse out the Omni related txes.
Using the v0.6 interface you can do some simple data parsing with
This method only turns up Omni Layer transactions which use Op return storage so it ignores the pubkey and multig formats which I haven't dug into. It's certainly easy to get all transactions including an output sent to the exodus address using:
It seems to be the bitcoin chain synchronized by the
omni-core
client, but I want to access the omni layer data instead of the bitcoin data. How can I do this?I tried and failed as follows:
Here's the config file:
The text was updated successfully, but these errors were encountered: