From a802c8b8523e9e60915274815640a237268b5add Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Wed, 15 May 2024 16:44:33 +0200 Subject: [PATCH] Add pubsub-topic and cluster-id config to fix peer connectivity (#49) * add pubsub-topic and cluster-id config to fix peer connectivity * add pubsub-topic and cluster-id to run_nwaku.sh --- run_bootstrap.sh | 4 +++- run_nwaku.sh | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index fbb9170..0b1b0e7 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -23,4 +23,6 @@ exec /usr/bin/wakunode\ --rest=true\ --rest-admin=true\ --rest-private=true\ - --rest-address=0.0.0.0 \ No newline at end of file + --rest-address=0.0.0.0\ + --pubsub-topic=/waku/2/rs/66/0\ + --cluster-id=66 \ No newline at end of file diff --git a/run_nwaku.sh b/run_nwaku.sh index 8dc15c8..8a69e0e 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -91,4 +91,6 @@ exec /usr/bin/wakunode\ --metrics-server=True\ --metrics-server-address=0.0.0.0\ --discv5-bootstrap-node=${BOOTSTRAP_ENR}\ - --nat=extip:${IP} \ No newline at end of file + --nat=extip:${IP}\ + --pubsub-topic=/waku/2/rs/66/0\ + --cluster-id=66 \ No newline at end of file