xinxianren / eth_mempool_monitoring_bot

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mempool Monitor

A simple Python script that connects to an Ethereum node and monitors the mempool for pending transactions with a value greater than or equal to 100 ETH.

Requirements

  • Python 3.6 or later
  • web3.py library

Installation

  1. Clone the repository.
  2. Install the required dependencies using pip install -r requirements.txt.

Configuration

Replace the eth_node_url variable in the script with the URL of your Ethereum node. For example, if you are using Infura, replace it with your Infura project URL.

Usage

Run the script with:

python script_name.py

About


Languages

Language:Python 100.0%