From 374bc290e488680c3c4a8704b05cf2525259b01e Mon Sep 17 00:00:00 2001 From: Gabriel mermelstein Date: Fri, 21 Jun 2024 11:00:43 +0200 Subject: [PATCH] setting parameters and image for testing --- run_node.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/run_node.sh b/run_node.sh index 2a776b5..8c36c76 100755 --- a/run_node.sh +++ b/run_node.sh @@ -106,8 +106,11 @@ exec /usr/bin/wakunode\ --lightpush=true\ --keep-alive=true\ --max-connections=150\ - --cluster-id=1\ + --cluster-id=16\ + --shard=32\ --discv5-discovery=true\ + --dns-discovery=true\ + --dns-discovery-url=enrtree://AMOJVZX4V6EXP7NTJPMAYJYST2QP6AJXYW76IU6VGJS7UVSNDYZG4@boot.test.shards.nodes.status.im\ --discv5-udp-port=9005\ --discv5-enr-auto-update=True\ --log-level=DEBUG\ @@ -133,3 +136,8 @@ exec /usr/bin/wakunode\ ${STORE_RETENTION_POLICY}\ ${EXTRA_ARGS} + + + + +