Incorrect genesis hash #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I've spent couple of days to run both applications and found out that the error comes from the wrong genesis hash. You accept only networks with specific hash, which is stored here and here.
That means that if you run latest version of ghost-node with given config any data will be rejected. Changing them manually helped and data is collected as expected. Make sure that genesis hash is fixed ASAP because of telemetry deployment.
As a side note, during the execution telemetry-core for some reason throws the error periodically:
No idea what is the reason and how this error can affect the application overall. The error deserves careful consideration IMHO
Genesis hashes fixed. I'll ping you whenever the genesis hash will be updated, on the other hand I think that you'll know for sure when new network will be deployed.
Talking about errors logs were extended by @st1nky, we believe that errors occures when connection is dropped by the client which is normal behavior.
Issue could be closed for now.