From a292a488772dfd6ef5ca2387061ca0d2017c9c69 Mon Sep 17 00:00:00 2001 From: 17ms Date: Fri, 16 Aug 2024 12:29:59 +0300 Subject: [PATCH] docs: update project introduction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53a593d..d6f7589 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Ethereum network sender address mapper -Script that, once deployed in a Docker container, monitors a live feed of the Ethereum network via a WebSocket connection, stores the sender addresses with transaction counts, and creates statistics of the most active addresses. +This script, designed for deployment in a Docker container, monitors the Ethereum network's mempool via a WebSocket connection. It tracks sender addresses and their transaction counts, generating a list of the most active addresses. This data can be used to black-/whitelist addresses in other research projects, ensuring targeting is done based on up-to-date information. ## Configuration