Skip to content

chore: update IPFS bootstrap peer addresses - #162

Merged
3alpha merged 1 commit into
masterfrom
chore/update-bootstrap-peers
Sep 7, 2026
Merged

3alpha merged 1 commit into
masterfrom
chore/update-bootstrap-peers

Conversation

@3alpha

@3alpha 3alpha commented Sep 7, 2026

Copy link
Copy Markdown
Member

Context

The two fixed IPFS bootstrap / swarm peers used by this DAppNode package were outdated. This PR swaps them to the new public IPs and Peer IDs.

Approach

Update src/configure-ipfs.sh so the post-config script:

  • bootstrap add and swarm connect to the two new peers:
    • /ip4/65.109.48.56/tcp/4001/p2p/12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp
    • /ip4/65.108.192.207/tcp/4001/p2p/12D3KooWDwELw6jSdihhM9tv5yGXVgLSr3VVYcV2FjBm2j5pyUPF

Removed (stale) entries:

  • /ip4/65.109.51.31/tcp/4001/p2p/12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp
  • /ip4/167.86.114.131/tcp/4001/p2p/12D3KooWCAx5zWejUDotqc7dcvpvNstM9eZRdtdne1oXZ1DpdLFb

No other files or behaviour are affected.

Test instructions

  1. Deploy this branch's image on a DAppNode.
  2. After the IPFS container starts, exec into it and run:
    • ipfs bootstrap list — should contain exactly the two new multiaddrs and nothing else (besides default IPFS bootstraps).
    • ipfs swarm peers | grep -E '12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp|12D3KooWDwELw6jSdihhM9tv5yGXVgLSr3VVYcV2FjBm2j5pyUPF' — should list both new peer IDs once they connect.
  3. Confirm the stale peers (65.109.51.31 / 167.86.114.131) are no longer present in either list.

Swap the two fixed bootstrap/swarm peers to the new IPs/peer IDs:
- 65.109.51.31 -> 65.109.48.56 (peer 12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp)
- 167.86.114.131 -> 65.108.192.207 (peer 12D3KooWDwELw6jSdihhM9tv5yGXVgLSr3VVYcV2FjBm2j5pyUPF)
@3alpha
3alpha requested a review from a team as a code owner September 7, 2026 12:35
@tropibot

tropibot Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

Dappnode bot has built and pinned the built packages to an IPFS node, for commit: dd3f102

This is a development version and should only be installed for testing purposes.

  1. Package ipfs.dnp.dappnode.eth

Install link

Hash: /ipfs/QmbiuJEjXaXnkCfzhoR4UkWNW7VdUR7HmRgVZ8SnYeWZVu

(by dappnodebot/build-action)

@tropibot

tropibot Bot commented Sep 7, 2026

Copy link
Copy Markdown
Contributor

🛠️ Package harness worker error

refused to test a core Dappnode package

Context Value
Package ipfs.dnp.dappnode.eth
Error 🛠️ Unsupported job (unsupported_job)
Cleanup ⏭️ Skipped
Pull request dappnode/DNP_IPFS#162
Tested commit dd3f102cbb46
Candidate artifact Install on DAppNode · /ipfs/QmbiuJEjXaXnkCfzhoR4UkWNW7VdUR7HmRgVZ8SnYeWZVu
Worker worker-01
Job ID gh-pr-162-dd3f102cbb46-5befa37647c11fc0

Note

This is a harness infrastructure or worker failure, not a package verdict. Retry after resolving the reported condition.

@3alpha
3alpha merged commit dab11f7 into master Sep 7, 2026
3 checks passed
@3alpha
3alpha deleted the chore/update-bootstrap-peers branch September 7, 2026 12:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant