CounterpartyXCP / counterblock

Provides extended API services to Counterwallet, as well as Counterparty 3rd-party applications
http://counterparty.io
MIT License
16 stars 68 forks source link

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

Open longnight opened 4 years ago

longnight commented 4 years ago

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!](https://www.bountysource.com/issues/92242507-why-block-service-returns-jsonrpc-2-0-id-0-method-is_ready-params-when-post-is_ready?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F686853&utm_medium=issues&utm_source=github).
HhjWxx commented 4 months ago

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

adamkrellenstein commented 4 months ago

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