Update running node scripts: removed obsolate --pubsub-topic, replaced with --shard

This commit is contained in:
NagyZoltanPeter 2025-04-25 00:33:14 +02:00
parent 608029a4cc
commit 3b32ad8749
No known key found for this signature in database
GPG Key ID: 16EADB9673B65368
4 changed files with 4 additions and 5 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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}\