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.
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 .
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.