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
Here's the config file:
{
"chainConfig": {
"coinName": "custom",
"dataDirectory": "/data/omni-parser",
"pubkeyPrefix": [],
"scriptPrefix": [],
"segwitActivationHeight": 0,
"segwitPrefix": ""
},
"parser": {
"maxBlockNum": -6,
"rpc": {
"address": "10.1.1.6",
"password": "y",
"port": 3389,
"username": "x"
}
},
"version": 5
}
It seems to be the bitcoin chain synchronized by the
omni-coreclient, 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: