Closed leewardbound closed 5 years ago
A node is unlikely to properly peer with all the available hosts unless it specifies it's own external_addr in config.toml -- We've added support in hydra for setting this, but incase anyone is running old software, here is the proper fix:
sed -i -e "/external_address =/ s/= .*/= \"tcp:\/\/$(curl -4 https:\/\/ifconfig.co\/):46656\"/" chaindata/config/config.toml
A node is unlikely to properly peer with all the available hosts unless it specifies it's own external_addr in config.toml -- We've added support in hydra for setting this, but incase anyone is running old software, here is the proper fix:
sed -i -e "/external_address =/ s/= .*/= \"tcp:\/\/$(curl -4 https:\/\/ifconfig.co\/):46656\"/" chaindata/config/config.toml