maticnetwork/launch

Need a usable peer

panlilu opened this issue · 10 comments

The list of seed nodes on README.md is empty.
I can't find any peers of Matic bor mainnet.

Bump this. I can't get my nodes running without one.

I got it use this:

seeds="f4f605d60b8ffaaf15240564e58a81103510631c@159.203.9.164:26656,4fb1bc820088764a564d4f66bba1963d47d82329@44.232.55.71:26656"

I got it use this:

seeds="f4f605d60b8ffaaf15240564e58a81103510631c@159.203.9.164:26656,4fb1bc820088764a564d4f66bba1963d47d82329@44.232.55.71:26656"

Not working for me.
I added this seeds to config file and the node is not syncing.
The default p2p port of bor node is 30303 in the start.sh script but the port of seeds given is 26656.

oh for the Bor... sorry I misread. Yeah I can't find a seed node for bor either. the ones in this doc don't seem to work https://docs.matic.network/docs/validate/counter-stake-stage-2/linux-validator-sentry-setup

any luck? Seems like people want to keep the mainnet closed off to outsiders or just not support the community.

ok mine works now!
enode://cfacaa4008d512e1ab0352071a171e30d016fe0c4864554811b356403c51e9464f667d70db93053b23171fc73f9559bb1c5a19e57b1002ae2e1b50ae95dae750

ok mine works now!
enode://cfacaa4008d512e1ab0352071a171e30d016fe0c4864554811b356403c51e9464f667d70db93053b23171fc73f9559bb1c5a19e57b1002ae2e1b50ae95dae750

Where is the ip:port part?

enode://cfacaa4008d512e1ab0352071a171e30d016fe0c4864554811b356403c51e9464f667d70db93053b23171fc73f9559bb1c5a19e57b1002ae2e1b50ae95dae750@18.117.83.249:30303

A simple workaround : just use the bootnodes for ethereum mainnet. As ENR v4 does not contain a chain ID, an ethereum mainnet node will also keep ENRs for other chains.

Please contact official discord for more support if this is still relevant