AustP / austs-one-click-node

An easy to use interface to run an Algorand or Voi consensus node.
MIT License
53 stars 9 forks source link

Could not start node #38

Closed flaming-oranges closed 1 week ago

flaming-oranges commented 1 week ago

Hi,

Ive been running a node for about a year now. I am getting this error every time I start it up now.

Error: Could not start node: listen tcp 0.0.0.0:4160: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.

I did install AvmWinNode to see what it looked like, but then uninstalled it. It has been a long time since Ive done any listening port troubleshooting and would be very grateful for some help.

TIA!

flaming-oranges commented 1 week ago

I terminated algod and it is now starting. It is now syncing. I will let you know if the problem continues after a reboot.

flaming-oranges commented 1 week ago

So AvmWinNode adds algod as a service, but doesnt disable it when you uninstall AvmWinNode. I had to go into sewrvices and change it to Manual. Everything is good now.

AustP commented 1 week ago

Glad to hear that you got it figured out. If you ever have port issues in the future, you can always change the port in the settings of the app. It defaults to 4160 because that is algod's default but it will work on any port as long as it's not in use by another program.