diff --git a/Readme.md b/Readme.md index 4d5715f..2d7fc5f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,3 +1,8 @@ # reporter I started using linux again and needed something like this. This only works on Antminers right now. And maybe not all of them. I only have access to a couple different machines. + +## dependencies + +scapy +admin privileges diff --git a/reporter.py b/reporter.py index b3b6557..e55b9c1 100644 --- a/reporter.py +++ b/reporter.py @@ -17,7 +17,7 @@ def extract_packet_info(packet): if (packet[IP].dst == destination_ip and udp_source_port == source_port and udp_destination_port == destination_port): - print("Source IP Address:", source_ip) + print("Miner IP:", source_ip) #print("UDP Source Port:", udp_source_port) #print("UDP Destination Port:", udp_destination_port)