Is there any way to tell if there is a miner (in a pool) on the network, from a network perspective?

1

I'm thinking traffic analysis, packet inspection, IP.

How would that be differenciable from other traffic patterns?

How active do admins look for such patterns?(I'm thinking more P2P stuff)

Iulian Arcus

Posted 2013-04-18T20:08:16.357

Reputation: 23

I'm thinking more P2P stuff AFAIK, pooled miners don't produce any P2P traffic.Nick ODell 2013-04-18T22:28:47.490

Answers

1

Pool miners connect to the pool server, not to the P2P network. You may be able to find the pool server by tracing the origin of the blocks, but you can't find the individual pooled miners on the network, as they're not actually on the network.

Tom van der Woerdt

Posted 2013-04-18T20:08:16.357

Reputation: 2 397

How much data gets passed trough the network from the mining PC? Can they look at the protocol as it is very specific?Iulian Arcus 2013-04-19T10:56:09.227

1The stratum/getwork 'protocols' can easily be identified as such, yeah. The amount of data passed between the pool server and miner is minimal: iirc the miner only needs 80 bytes of the block it's creating.Tom van der Woerdt 2013-04-19T11:27:50.247