For people facing trouble starting nodes (stuck in added state), especially in windows, I think the following steps might work.
For nodes stuck in ‘added’ state:
- Download the latest launchpad, extract exe, right click exe and run as admin. (latest Release node-launchpad-v0.3.9 · maidsafe/autonomi · GitHub). If you did not run as admin, the launchpad will close immediately.
- Ctrl + R and type in
resetto reset your nodes. This would remove all the nodes that you see insideNode Status - Reboot your PC
- Run
Servicesapplication from windows search. Now make sure nosafenodeservices are running, if you see any, such assafenode1 or safenode2etc, then you have to follow the next section. - Run latest launchpad as admin again, you should see 0 nodes here because of the prior reset.
- Start nodes (after entering discord id). Now you should see NAT detection running for a couple mintures and then nodes displayed as
RUNNING
To remove services manually (windows)
- Start terminal as administrator
- Run
C:\Windows\System32\sc.exe delete safenode1..C:\Windows\System32\sc.exe delete safenode2.. for all yoursafenodeservices (runServicesin windows search to see all the running services. Don’t delete any other service other thansafenode, it might cause your windows to malfunction.) - After deleting the services, remove these folders:
C:\ProgramData\safenode
C:\ProgramData\safenode-manager - Reboot PC and you should see the services removed inside
Servicesapplication. Now you can use the launchpad to run nodes.