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
0a0756d4da
Update RQLite raft port to 7001 in configuration files
2025-08-04 18:51:42 +03:00
cad45efb71
Refactor go.mod to remove indirect dependency on godotenv and update RQLite node configuration
2025-08-04 18:51:11 +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
8523cb2fb3
Update import paths to use the full module path for consistency
2025-08-03 17:00:52 +03:00
116885e6d7
Update import paths to use the full module path for consistency
2025-08-03 16:34:02 +03:00
a6aa516d74
Initial commit
2025-08-03 16:24:04 +03:00