mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-12-12 22:38:50 +00:00
The VPS at 57.129.81.31 was incorrectly trying to join itself as a regular node instead of being detected as a bootstrap node. Added isLocalIP() function to check if bootstrap peer IPs match local machine IPs using 'ip addr show' and 'hostname -I' commands. This should resolve the 'invalid join address' error where the bootstrap node was trying to join http://57.129.81.31:4001 (itself).