Skip to content
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

Node synchronization problems #42

Open
leonlolly opened this issue Feb 26, 2024 · 1 comment
Open

Node synchronization problems #42

leonlolly opened this issue Feb 26, 2024 · 1 comment

Comments

@leonlolly
Copy link

Hello there,
I just stumbled over this repo and want to use it for a project of mine.
The repo seems to be worked on but is not expected to be used from outside, is there any way to get in contact, so I can get it to work?

node-1 | 2024-02-26 15:31:13,780 DEBG 'cosmovisor' stderr output:
node-1 | {"level":"info","module":"pex","msg":"Ensure peers","numDialing":"0","numInPeers":"0","numOutPeers":"20","numToDial":"20","time":"2024-02-26T15:31:13Z"}

this is the msg in the terminal and after a while only the outPeers goes not the inPeers

same goes for the info in the node itself:

{"jsonrpc":"2.0","id":-1,"result":{"node_info":{"protocol_version":{"p2p":"8","block":"11","app":"0"},"id":"cc55b783e5ae48a11c26e6221644eb7918780132","listen_addr":"tcp://0.0.0.0:26656","network":"injective-1","version":"0.37.1","channels":"40202122233038606100","moniker":"moniker","other":{"tx_index":"on","rpc_address":"tcp://0.0.0.0:26657"}},"sync_info":{"latest_block_hash":"","latest_app_hash":"","latest_block_height":"0","latest_block_time":"1970-01-01T00:00:00Z","earliest_block_hash":"","earliest_app_hash":"","earliest_block_height":"0","earliest_block_time":"1970-01-01T00:00:00Z","catching_up":true},"validator_info":{"address":"9552A2D4024C3A37330D62703A934873BC6EB9DB","pub_key":{"type":"tendermint/PubKeyEd25519","value":"to1OcdOJtNKrSIFwxRFk092YGco6bW5FvMP9iElehdg="},"voting_power":"0"}}}

It is just stuck on the first node.

I'm obviously making something stupidly wrong.

thx for any answers

@gregnuj
Copy link
Contributor

gregnuj commented Apr 4, 2024

You will likely need to download a snapshot from polkachu or similar, to sync. while my original intent was to be able to sync nodes from genesis, it is exceedingly difficult on a chain like injective (dues to the size and number of upgrades that have to be tracked).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants