mirror of
https://github.com/DeBrosOfficial/network.git
synced 2025-10-06 06:39:07 +00:00
- Regular nodes now join actual bootstrap nodes instead of localhost:4001 - Extract IP from bootstrap peer multiaddrs for RQLite join address - Add fallback to first known bootstrap node (57.129.81.31:4001) - This fixes the 'fatal: http://localhost:4001 is an invalid join address' error Regular nodes will now properly join the RQLite cluster of bootstrap nodes instead of trying to join themselves, which was causing startup failures.