I’m running a non validator provenance node (using cosmovisor)
I have the following config.toml file CodePile | Easily Share Piles of Code
I use the list of seeds, persistent peers and genesis file from their github page GitHub - provenance-io/mainnet: Provenance mainnet network configuration
When I run the node, I would sometimes work (blocks would start to index), but sometimes it would get stuck on this error
9:25PM ERR Stopping peer for error err=EOF module=p2p peer={"Data":{},"Logger":{}}
9:25PM INF Stopping Peer service impl={"Data":{},"Logger":{}} module=p2p peer={"id":"87592d58ecd6a56bfb4e6fbb96111ec9a6918dc9","ip":"34.86.169.154","port":26656}
9:25PM INF Reconnecting to peer addr={"id":"87592d58ecd6a56bfb4e6fbb96111ec9a6918dc9","ip":"34.86.169.154","port":26656} module=p2p
9:25PM INF Dialing peer address={"id":"87592d58ecd6a56bfb4e6fbb96111ec9a6918dc9","ip":"34.86.169.154","port":26656} module=p2p
9:25PM INF Stopping gossipDataRoutine for peer module=consensus peer={"Data":{},"Logger":{}}
9:25PM INF Stopping gossipVotesRoutine for peer module=consensus peer={"Data":{},"Logger":{}}
9:25PM INF Starting Peer service impl="Peer{MConn{34.94.27.30:26656} 738b4657416504d79af3e9bf45f4a2a813d2fbd6 out}" module=p2p peer={"id":"738b4657416504d79af3e9bf45f4a2a813d2fbd6","ip":"34.94.27.30","port":26656}
9:25PM INF Starting MConnection service impl=MConn{34.94.27.30:26656} module=p2p peer={"id":"738b4657416504d79af3e9bf45f4a2a813d2fbd6","ip":"34.94.27.30","port":26656}
9:25PM INF Added peer module=p2p peer={"Data":{},"Logger":{}}
9:25PM INF Connection is closed @ recvRoutine (likely by the other side) conn={"Logger":{}} module=p2p peer={"id":"738b4657416504d79af3e9bf45f4a2a813d2fbd6","ip":"34.94.27.30","port":26656}
9:25PM INF Stopping MConnection service impl={"Logger":{}} module=p2p peer={"id":"738b4657416504d79af3e9bf45f4a2a813d2fbd6","ip":"34.94.27.30","port":26656}
9:25PM ERR Stopping peer for error err=EOF module=p2p peer={"Data":{},"Logger":{}}
And never get past it.
I don’t know exactly what the steps to reproduce other than that, and don’t know what could cause it because it happens intermittently
Please advise