-
-
Notifications
You must be signed in to change notification settings - Fork 668
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to fetch litecoin genesis block #1195
Comments
Litecoin backend is not returning the genesis block... |
Not sure this issue should be closed, nor do I think the issue is with litecoind itself. Are we saying that none of the litecoind nodes that the trezor blockbook instances are connected to are returning the genesis block? Looking at the the litecoind node itself and using the rpc endpoint, we are able to get the genesis block as well.
On the blockbook side our logs show:
|
Understood. But it is returning txid 97ddfbbae6be97fd6cdf3e7ca13232a3afff2353e29badfab7f73011edd4ced9 which cannot be fetched from the backend. |
Okay then following up... |
If we query the block with level 2 verbosity, get should have enough data to index the block
To me the difference between bitcoin (working) and litecoin is around here |
fetching litecoin genesis block seems to fail.
underlying cause seems to be
Transaction '97ddfbbae6be97fd6cdf3e7ca13232a3afff2353e29badfab7f73011edd4ced9' not found
see it here as well, https://ltc1.trezor.io/block/0
The text was updated successfully, but these errors were encountered: