You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
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).
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
The text was updated successfully, but these errors were encountered: