hello, @Magik6k when i run lotus-seal-worker, it shows >listen tcp 10.0.2.6:2345: bind: cannot assign requested address<, how to resolv this issue.thanks.
-
hello, @Magik6k when i run lotus-seal-worker, it shows >listen tcp 10.0.2.6:2345: bind: cannot assign requested address<, how to resolv this issue.thanks.
-
something is using that port, check netstat -tupln
-
i have checked port is idle. error still occur....
-
Does that computer have 10.0.2.6?
-
We are having the same problems here, and for us the port and IP is correct. And the env LOTUS_API_INFO is set with the right key. Do you have a solution for this? @Magik6k lotus version 0.3.0'+gitf86a2ced'
Magik6k 13 hours ago
What command do you use to start the worker? Can you send its', and miners' config?GreatScott 13 hours ago
lotus-seal-worker run --address=169.254.132.176:2345
Miner Config:
[API]
ListenAddress = "/ip4/169.254.132.176/tcp/2345/http"
RemoteListenAddress = "192.168.1.191:2345"
Timeout = "30s"
And the Seal Worker Config is default. Other that setting the STORAGE_API_INFO env.Magik6k 13 hours ago
The --address you pass to the seal-worker must be from the machine it's running onMagik6k 13 hours ago
its not the miner address