Skip to content

omni layer - how to parse it? #197

@allenday

Description

@allenday

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
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion related to using BlockSci

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions