2
I understand that the transactions don't have any IP info in them but I am curious to know if it is possible to enumerate over list of all the IP addresses involved in mining?
2
I understand that the transactions don't have any IP info in them but I am curious to know if it is possible to enumerate over list of all the IP addresses involved in mining?
1
No, it is not possible. IP addresses are not part of the Bitcoin blockchain in any way whatsoever so this data is simply unavailable.
0
it Is possible - You use shodan.io to search "Antminer" and you get all scanned antminers and their IPs.THe net thing to do is only brute force web based control pannel and swap a wallet address :-)
what if we simply do something like "netstat -an | grep -i established" and observe the connected peers ? – user375868 – 2017-12-23T05:38:18.710
1Your node is not connected to all peers in the network. Furthermore not all peers are mining peers. – Andrew Chow – 2017-12-23T05:47:48.960
@AndrewChow so how does ViaBtc can knows this (though I recognize it’s for ʙᴄʜᴀʙᴄ) ?
– user2284570 – 2019-04-21T21:54:27.953Block explorers display the IP address of the node that relayed them the transaction. It is not the IP address where the transaction originated. – Andrew Chow – 2019-04-21T22:35:07.627
@AndrewChow in that case, how to get the exact ɪᴘ address and how do they know for example that a specific ɪᴘ address of a node belongs to btc.com for example ? – user2284570 – 2019-04-22T00:44:23.143
ViaBTC's "relayed by" is not the IP address of the node that created the block or relayed them. That is saying who mined a block which is identified by self identifying data that miner's include in their blocks. That data can be faked and omitted which is why there are many blocks that are from "unknown" miners. IP addresses are completely unrelated to that. – Andrew Chow – 2019-04-22T05:12:56.463