From dd3f102cbb460b0067a01d3e7f17f09f7d68304d Mon Sep 17 00:00:00 2001 From: 3alpha <15694175+3alpha@users.noreply.github.com> Date: Mon, 7 Sep 2026 14:34:04 +0200 Subject: [PATCH] chore: update IPFS bootstrap peer addresses 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) --- src/configure-ipfs.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/configure-ipfs.sh b/src/configure-ipfs.sh index 66f804e..ac12716 100644 --- a/src/configure-ipfs.sh +++ b/src/configure-ipfs.sh @@ -5,10 +5,10 @@ echo "Starting IPFS post-config script..." # List of config commands, one per line CONFIG_COMMANDS=' -ipfs bootstrap add /ip4/65.109.51.31/tcp/4001/p2p/12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp -ipfs bootstrap add /ip4/167.86.114.131/tcp/4001/p2p/12D3KooWCAx5zWejUDotqc7dcvpvNstM9eZRdtdne1oXZ1DpdLFb -ipfs swarm connect /ip4/65.109.51.31/tcp/4001/p2p/12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp -ipfs swarm connect /ip4/167.86.114.131/tcp/4001/p2p/12D3KooWCAx5zWejUDotqc7dcvpvNstM9eZRdtdne1oXZ1DpdLFb +ipfs bootstrap add /ip4/65.109.48.56/tcp/4001/p2p/12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp +ipfs bootstrap add /ip4/65.108.192.207/tcp/4001/p2p/12D3KooWDwELw6jSdihhM9tv5yGXVgLSr3VVYcV2FjBm2j5pyUPF +ipfs swarm connect /ip4/65.109.48.56/tcp/4001/p2p/12D3KooWLdrSru7LzYY4YDcfnJsrJeshTQooR2j38NkGvoj2yADp +ipfs swarm connect /ip4/65.108.192.207/tcp/4001/p2p/12D3KooWDwELw6jSdihhM9tv5yGXVgLSr3VVYcV2FjBm2j5pyUPF ' # Wait for IPFS daemon to be ready, without locking ipfs.repo