From 7b57fe5f96c811515e3a573519f9f3c31e46bb2c Mon Sep 17 00:00:00 2001 From: stubbsta Date: Mon, 24 Jun 2024 08:45:19 +0200 Subject: [PATCH] Add note for staticnode update --- src/connect-spam-node.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/connect-spam-node.md b/src/connect-spam-node.md index 57642d6..ecbff4f 100644 --- a/src/connect-spam-node.md +++ b/src/connect-spam-node.md @@ -3,6 +3,8 @@ By using the [nwaku-spammer] (https://github.com/waku-org/nwaku/pull/2821), you can connect a node to the network that spams the other nodes, sending messages exceeding its rate limit. It will register an RLN membership at startup. It should be configured with the same contract and `rln-relay-user-message-limit` as the waku nodes. If a node spams enough for the peer-score to go below the threshold, then the peers will disconnect from the spamming node. +- ⚠️ change `staticnode` to the node you wish. Note that the multiaddress is logged by every peer at startup. + ```bash docker run -it --network waku-simulator_simulation quay.io/wakuorg/nwaku-pr:2821 \ --relay=true \