xpladev / docs

XPLA Chain Documentation
https://docs.xpla.io
MIT License
2 stars 4 forks source link

Which peers are the right peers? #36

Open Dilrong opened 1 month ago

Dilrong commented 1 month ago

https://docs.xpla.io/full-node/full-node/run-a-full-node/join-a-network/ In the above document, the testnet known peers is 9ddfac28dc6b28601e3039902ee5a8915dc7891f@3.35.54.221:26656.

https://github.com/xpladev/testnets/commit/80ed3c5f6408c0c4468837005072ed90eb6cad8c In the testnets repository, it was changed to ea7ef4864a9835d9a311ef409936278df3002576@20.80.183.57:26656 on October 12, 2023.

Note that the versions of the network listed above are the latest versions. The documentation says the above, so I ask.

Are they both the correct peers? Or is it best to follow the repository?

Dilrong commented 1 month ago
10:27AM ERR Error dialing seed err="dial tcp 20.80.183.57:26656: i/o timeout" module=p2p seed={"id":"ea7ef4864a9835d9a311ef409936278df3002576","ip":"20.80.183.57","port":26656}
10:27AM INF Dialing peer address={"id":"9ddfac28dc6b28601e3039902ee5a8915dc7891f","ip":"3.35.54.221","port":26656} module=p2p
10:27AM ERR Error dialing seed err="dial tcp 3.35.54.221:2665: i/o timeout" module=p2p seed={"id":"9ddfac28dc6b28601e3039902ee5a8915dc7891f","ip":"3.35.54.221","port":26656}
10:27AM ERR Couldn't connect to any seeds module=p2p

Seeding a testnet(cube_47-5) full node results in an error.

my config.toml... ~/.xpla/config/config.toml

seeds = "9ddfac28dc6b28601e3039902ee5a8915dc7891f@3.35.54.221:26656,ea7ef4864a9835d9a311ef409936278df3002576@20.80.183.57:26656"