Skip to content
This repository has been 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

Open
longnight opened this issue Jul 9, 2020 · 2 comments

Comments

@longnight
Copy link

longnight commented Jul 9, 2020

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.

@HhjWxx
Copy link

HhjWxx commented Jul 19, 2024

Hello, I want to deploy counterblock, but various version files failed during the install process. Which version do you use?

@adamkrellenstein
Copy link
Member

Unfortunately Counterblock has been unmaintained for over six months...

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants