1
I started playing with the Blockchain real-time API and noticed that when new blocks were created, they often (systematically?) included a foundBy field. For instance, block with height 446731 (index 1442483) has the following foundBy information:
{
"ip": "0.0.0.0",
"link": "http://bitfury.com/",
"description": "BitFury",
"time": 1483612060
}
I have never mined bitcoins; do all miners have to disclose their identity? Obviously, the identity of the miner of block with height 0 is unknown. Is the foundBy field a new feature of recently-mined blocks?
To answer the asked question: foundBy is a feature of blockchain.info, a privately operated website, which gives a guess about the creator of a block. It is by no means something that's part of the protocol. – Pieter Wuille – 2017-01-05T14:22:11.737