Skip to content

Adds a clear error message when a 'bind: address already in use' error occured

Marc Lester Tan requested to merge mharkus:binderror into master

This PR will add the feature request in #2676 (closed). siad will output the following when the address specified in config.Siad.APIaddr has already been in use by other applications:

Sia Daemon v1.3.1 Loading... listen tcp 127.0.0.1:9980: bind: address already in use; are you running another instance of siad?

Merge request reports