Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Why block service returns {"jsonrpc":"2.0","id":0,"method":"is_ready","params":{}} when post "is_ready" #180

@longnight

Description

@longnight

Hi,

I run bitcoind and Counterparty services indexd, server/lib, block, wallet frondend etc. separately,
And the Home page (index) looks work well,
but when try to login wallet with 12 words,
(then it post a request {"jsonrpc":"2.0","id":0,"method":"is_ready","params":{}} from browser),
block service responses with this error:

{"error": {"code": -32601, "message": "Method not found"}, "jsonrpc": "2.0", "id": 0}

Did I missing some parameters or files ?

This is how I launch block service:

/home/username/.pyenv/versions/py35virtualenv/bin/counterblock \
--testnet \
--backend-connect=192.168.1.24 \
--backend-user=rpc --backend-password=rpc \
--counterparty-connect=192.168.1.24 \
--counterparty-user=rpc --counterparty-password=rpc \
--mongodb-connect=192.168.1.24 \
--redis-connect=192.168.1.24 \
server

Thank .


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions