palkeo / ipfspy

IPFS Spy: look at the blocks requested by other peers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPFSPY

This script will log all the files that are requested by other peers through your IPFS node.

If it sees blocks containing things that are recognizable, it will show the multihash, and the type of the block.

Usage:

$ ipfs log tail | python ipfspy.py

Note: That's a quick'n'dirty hack. Because we look at blocks, files are very likely to be truncated.

About

IPFS Spy: look at the blocks requested by other peers


Languages

Language:Python 100.0%