MetacoSA / QBitNinja

An Open Source and powerful blockchain API
MIT License
68 stars 42 forks source link

Exception "The node is not in a connected state" #54

Open bozhday opened 6 years ago

bozhday commented 6 years ago

I'm trying to start indexing the litecoin core node in my server with your project "QBitNinja.Listener.Console" but in the beginning get error "The node is not in a connected state". Litecoin core server is synchronized and running (litecoind.exe) and I successfully execute RPC requests (via litecoin-cli.exe). Could you tell me what I missed? Thank you!

NicolasDorier commented 6 years ago

QBitNinja does not support Litecoin.

bozhday commented 6 years ago

Nicholas, I'm confused. In this the topic (https://github.com/MetacoSA/QBitNinja/issues/42) you write: "So QBitNinjaClient is the client part of the QBitNinja indexer. You need to run a QBitNinja server supporting litecoin with new QBitNinjaClient(Uri, Network)." After reading this I try to deploy my own litecoin server following these instructions (https://github.com/MetacoSA/QBitNinja) from "How to setup your own?" part. I can't do that for litecoin core node? If that's true, then how do I use this product (https://github.com/MetacoSA/NBitcoin.Litecoin)?

NicolasDorier commented 6 years ago

NBitcoin.Litecoin is for the library, not the block explorer.

QBitNinja has never been tested on litecoin, and I don't have time to do it. Although I think code change to make it works are minimal, I don't have time to guide you through it.

You might like https://github.com/dgarage/NBXplorer which does support LTC.