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:
---
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).
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:Did I missing some parameters or files ?
This is how I launch
block service
:Thank .