Skip to content

OnGridSystems/eth-p2p-security-research-data

Repository files navigation

Ethereum P2P Security Toolkit: Datasets, Analysis, and Research Instruments

Run Ethereum EN + CN stack with telemetry

Prepare the host

openssl rand -hex 32 > /mnt/jwt.hex
chmod ugo+r /mnt/jwt.hex
mkdir -p /data/lighthouse
mkdir -p /data/reth
mkdir -p /dumps
chmod ugo+rw /dumps
chmod -R ugo+rw /data/

Run the stack Execution Node + Consensus Node + Telemetry

export DOCKER_HOST=ssh://root@host
docker compose up --build -d

The telemetry engine will write PCAP files and Peer JSONs to /dumps directory.

About

Ethereum P2P Security Toolkit: Datasets, Analysis, and Research Instruments

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published