NebulousLabs / Sia

Blockchain-based marketplace for file storage. Project has moved to GitLab: https://gitlab.com/NebulousLabs/Sia

Home Page:https://sia.tech

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A critical error loading Sia has occured: Siad unexpectedly exited. "are you running another instance of siad?"

taozao opened this issue · comments

A critical error loading Sia has occured: Siad unexpectedly exited. Error log: Sia Daemon v1.3.3

Git Revision 94ea84e

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

Error message read about unexpected exiting (similar to the previous post), mentioning "too many files" open. Then I clicked 'start siad' below the error message, and the above error message read in it's place saying the address was already in use, asking if I had another instance of siad running.

Environment

  • Sia version: Sia Daemon v1.3.3
  • OS: MacOS high sierra

Because 9980 port is already running in your system. First stop that port after run ./siad
You can check your running port by netstat command.