Hi There!
I am trying to get a config.yaml with trusted peers for my node. The documentation says that I need to download it from this site:
https://hydra.iohk.io/build/1399614
However the config.yaml provided at that site has a wrong yaml format. And by correcting them I am getting the following error:
Error while parsing the node configuration file: p2p.trusted_peers[0].id: Invalid bech32: invalid checksum
There is another site where I could find trusted peer list:
https://iohk.zendesk.com/hc/en-us/articles/360036898153-How-to-install-Jormungandr-Networking-Linux-macOS-
With the provided list I could start the node without error - but it seems that these addresses are outdated, because I got the following warning:
WARN unable to reach peer for block download, reason: HTTP/2.0 connection error, peer_address: 13.52.208.132:3000
So can someone provide me a correct trusted peer list?
Thanks,