7
2
Besides an IP address and broadcasting transactions, what other pieces of information can be derived from a Bitcoin node in the network?
7
2
Besides an IP address and broadcasting transactions, what other pieces of information can be derived from a Bitcoin node in the network?
9
As a peer:
addr host discovery mechanism, giving you the IP address and the time the node last saw the peer. As someone with universal access to a nodes connection:
That's about it really unless you want to start poking around for other services, such as a web server on port 80 which would give you a lot of information about the owner, but only if it exists. bitcoind is designed to leak as little information as possible.