10 Commits

Author SHA1 Message Date
b744f7f513 refactor: standardize ports (LibP2P 4001, RQLite 5001/7001) and remove .env configuration 2025-08-08 20:09:28 +03:00
b529c32742 Update pkg/constants/bootstrap.go 2025-08-06 05:56:45 +00:00
089916b5dd Fix port conflict between RQLite and LibP2P
CRITICAL FIX: Separate RQLite and LibP2P ports to prevent service startup failures

Changes:
- LibP2P now uses port 4000 (was conflicting with RQLite on 4001)
- RQLite continues to use port 4001 for HTTP API
- RQLite Raft uses port 4002
- Updated bootstrap peer configurations to use port 4000
- Updated install script port configurations
- Fixed firewall configuration to allow correct ports

This resolves the 'bind: address already in use' error that was preventing
the debros-node service from starting properly.
2025-08-06 08:44:23 +03:00
5cef68c132 Fix bootstrap peer ID mismatch for 57.129.81.31
The actual running bootstrap node has peer ID:
12D3KooWJvJj94TmNwG1sntDWgAXi7MN3xxLLkoQzgHX6gQ22eKi

But the constants file had the wrong peer ID:
12D3KooWQRK2duw5B5LXi8gA7HBBFiCsLvwyph2ZU9VBmvbE1Nei

This mismatch was causing nodes to fail to connect to the bootstrap
node, leading to the 'invalid join address' error from RQLite.
2025-08-06 08:10:28 +03:00
cd74a2df68 Refactor node and bootstrap configurations for improved clarity and consistency; unify RQLite and Raft ports across nodes, update environment setup, and enhance logging for node operations. 2025-08-05 22:28:12 +03:00
bf32cc2a49 Add production environment support for bootstrap peers and RQLite connections 2025-08-04 18:31:49 +03:00
9832e97ed8 Add additional bootstrap peer IDs for enhanced connectivity 2025-08-04 17:25:21 +03:00
7fd9870d0f Update bootstrap address for improved peer connectivity 2025-08-04 17:22:14 +03:00
115b64d8d2 Add additional bootstrap addresses for improved connectivity 2025-08-04 17:15:01 +03:00
a6aa516d74 Initial commit 2025-08-03 16:24:04 +03:00