Skip to content

Chore: Replace unreachable initial peer IP in default config#224

Open
dev-adamant-im wants to merge 1 commit into
devfrom
chore/update-init-adm-nodes
Open

Chore: Replace unreachable initial peer IP in default config#224
dev-adamant-im wants to merge 1 commit into
devfrom
chore/update-init-adm-nodes

Conversation

@dev-adamant-im
Copy link
Copy Markdown
Member

Description

Update the first default peer entry in config.default.json from 5.161.68.61:36666 to 95.216.114.252:36666.

The branch contains only this config change. The previous IP timed out during a TCP reachability check, while the replacement IP accepted a connection on port 36666.

Related issue

Closes #223

External links (optional)

None.

Screenshots or videos (optional)

Not applicable.

Breaking changes

No.

This change updates a default bootstrap peer entry only. It does not modify consensus rules, transport protocol behavior, or database/schema state.

How to test

  1. Review the branch diff against dev and confirm only config.default.json changed.
  2. Validate the JSON file:
    jq empty config.default.json
  3. Check old peer reachability:
    nc -G 3 -vz 5.161.68.61 36666
    Expected result: timeout.
  4. Check new peer reachability:
    nc -G 3 -vz 95.216.114.252 36666
    Expected result: successful TCP connection.

Notes for reviewers

  • Scope is intentionally minimal and limited to one default peer entry.
  • No automated tests were added because this is a config-only bootstrap peer update.
  • Manual verification covered JSON validity and peer TCP reachability.

Checklist

  • Code is formatted
  • Tests added/updated (if needed)
  • Documentation updated (if needed)
  • Changes tested in all relevant environments

@dev-adamant-im dev-adamant-im added Task General task not necessarily related to code Nodes ADM node software issues, APIs, connectivity, consensus Infrastructure Coin and ADAMANT nodes, Servers, VPSs, Ansible, Nginx, Docker, Zabbix, etc. labels May 21, 2026
@dev-adamant-im dev-adamant-im self-assigned this May 21, 2026
@dev-adamant-im dev-adamant-im requested a review from adamant-al May 21, 2026 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Infrastructure Coin and ADAMANT nodes, Servers, VPSs, Ansible, Nginx, Docker, Zabbix, etc. Nodes ADM node software issues, APIs, connectivity, consensus Task General task not necessarily related to code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Task] Replace unreachable initial peer IP in default config

1 participant