Minimal stakepool equipment

Hi all,
I have question what exactly “public ip4 address” means in “Minimal stakepool equipment” ?

Does stakepool node will correctly work with public address with dynamic assignment (Internet providers usually are using pool of IP addresses, dynamically assigned ) or it must be public address with static assignment (IP address never change ) ?

Talking about “Shelley Networked Testnet System Requirements” :https://iohk.zendesk.com/hc/en-us/articles/360038537673-Shelley-Networked-Testnet-System-Requirements

1 Like

This might interest you (not a complete answer)

4 Likes

Yes, that’s it.
Thanks.

So are you going to restart the node once the IP has been changed?

I agree, that ideal world would be like described in issue:

https://github.com/input-output-hk/jormungandr/issues/1072

*… *

*The feature request is to have a smooth, instant and smart way to update (inject) what effectively changed (the public gossiping IP) without restarting the whole node. *

But now - as I understand - every time IP change I must reedit config file and restart the node ?

Regards