From 3b32ad8749f0e83054bcd8876a199a1fffa61009 Mon Sep 17 00:00:00 2001 From: NagyZoltanPeter <113987313+NagyZoltanPeter@users.noreply.github.com> Date: Fri, 25 Apr 2025 00:33:14 +0200 Subject: [PATCH] Update running node scripts: removed obsolate --pubsub-topic, replaced with --shard --- run_bootstrap.sh | 2 +- run_edgenode.sh | 2 +- run_nwaku.sh | 3 +-- run_servicenode.sh | 2 +- 4 files changed, 4 insertions(+), 5 deletions(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index 658c427..6bf2707 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -21,5 +21,5 @@ exec /usr/bin/wakunode\ --metrics-server-address=0.0.0.0\ --nodekey=30348dd51465150e04a5d9d932c72864c8967f806cce60b5d26afeca1e77eb68\ --nat=extip:${IP}\ - --pubsub-topic=/waku/2/rs/66/0\ + --shard=0\ --cluster-id=66 \ No newline at end of file diff --git a/run_edgenode.sh b/run_edgenode.sh index e47e418..c326f94 100755 --- a/run_edgenode.sh +++ b/run_edgenode.sh @@ -43,6 +43,6 @@ exec /usr/bin/wakunode\ --metrics-server-address=0.0.0.0\ --nat=extip:${IP}\ --tcp-port:60002\ - --pubsub-topic=/waku/2/rs/66/0\ + --shard=0\ --cluster-id=66\ --nodekey=5358f02c157accb30a6c1d5920e778604de12e23d6009512be44f72f1a64d828 \ No newline at end of file diff --git a/run_nwaku.sh b/run_nwaku.sh index e521b74..b50436e 100755 --- a/run_nwaku.sh +++ b/run_nwaku.sh @@ -129,7 +129,6 @@ echo "Run with RLN ${RLN_ENABLED}" exec /usr/bin/wakunode\ --relay=true\ - --lightpush=true\ --max-connections=250\ --rest=false\ --rln-relay=${RLN_ENABLED}\ @@ -149,5 +148,5 @@ exec /usr/bin/wakunode\ --metrics-server-address=0.0.0.0\ --discv5-bootstrap-node=${BOOTSTRAP_ENR}\ --nat=extip:${IP}\ - --pubsub-topic=/waku/2/rs/66/0\ + --shard=0\ --cluster-id=66 \ No newline at end of file diff --git a/run_servicenode.sh b/run_servicenode.sh index dff97b7..a11146b 100755 --- a/run_servicenode.sh +++ b/run_servicenode.sh @@ -165,7 +165,7 @@ exec /usr/bin/wakunode\ --nat=extip:${IP}\ --tcp-port:60001\ --nodekey=e3416f0b00005aa3ebc9cd42797b3847bfbf4fe810edaa6a1fc65e755638b7fb\ - --pubsub-topic=/waku/2/rs/66/0\ + --shard=0\ --cluster-id=66\ --store-message-db-url="postgres://${POSTGRES_USER}:${POSTGRES_PASSWORD}@postgres:5432/postgres"\ ${STORE_RETENTION_POLICY}\