From 16e0e2c4f00256a541c4391d9f3620bc7da2b646 Mon Sep 17 00:00:00 2001 From: Tanya S <120410716+stubbsta@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:56:58 +0200 Subject: [PATCH] Update wakusim.env for TWN config (#84) * update wakusim.env for TWN config * update RLN_RELAY_MSG_LIMIT to 100 --- run_bootstrap.sh | 2 +- wakusim.env | 11 +++++------ 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/run_bootstrap.sh b/run_bootstrap.sh index c6ac5f0..aeb7fa0 100755 --- a/run_bootstrap.sh +++ b/run_bootstrap.sh @@ -14,7 +14,7 @@ exec /usr/bin/wakunode\ --dns-discovery=true\ --discv5-discovery=true\ --discv5-enr-auto-update=True\ - --log-level=INFO\ + --log-level=DEBUG\ --metrics-server=True\ --metrics-server-address=0.0.0.0\ --nodekey=30348dd51465150e04a5d9d932c72864c8967f806cce60b5d26afeca1e77eb68\ diff --git a/wakusim.env b/wakusim.env index 77bf5ba..5e13924 100644 --- a/wakusim.env +++ b/wakusim.env @@ -1,11 +1,10 @@ # Env variables for metal-01.he-eu-hel1.wakusim.misc host. -NWAKU_IMAGE=quay.io/wakuorg/nwaku-pr:2759-rln-v2 +NWAKU_IMAGE=harbor.status.im/wakuorg/nwaku:latest # Network scaling. NUM_NWAKU_NODES=50 # Simulation traffic. -MSG_PER_SECOND=10 MSG_SIZE_KBYTES=10 -TRAFFIC_DELAY_SECONDS=15 +TRAFFIC_DELAY_SECONDS=30 # Enable automatic Docker image updates. WATCHTOWER_ENABLED=true # Anvil RPC Node external IP and port @@ -13,7 +12,7 @@ RPC_URL=http://foundry:8545 # Contract-deployment PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80 ETH_FROM=0xf39fd6e51aad88f6f4ce6ab8827279cfffb92266 -MAX_MESSAGE_LIMIT=30 +MAX_MESSAGE_LIMIT=100 # RLNv2 limits -RLN_RELAY_MSG_LIMIT=10 -RLN_RELAY_EPOCH_SEC=60 \ No newline at end of file +RLN_RELAY_MSG_LIMIT=100 +RLN_RELAY_EPOCH_SEC=600 \ No newline at end of file