You're completely mistaken
https://bitcoinblockexplorers.com/tx/a870a40b00c92142ea1cf417838e4685cf8d4bf5e719e4efa348768400018e72
You can see there that the company is called No Inputs!
[…]
Seems like the spammer should consider a different text, this one is too hard to read for some:
No, unfortunately, he's not, he actually believes he's on to something. Much detective work
Ohh I see.
But is there any explanation on how the spam address is generated? Like you said they are just out of spammy intention! Like what is exact purpose of all those addresses? Why anyone would want such addresses to send the coins. Or am I looking at it in wrong way?
I just had a look and in the first commit of the Bitcoin GitHub repo, these transactions were already called 'coinbase'.
https://github.com/bitcoin/bitcoin/blob/4405b78d6059e536c36974088a8ed4d9f0f29898/main.h#L438
bool IsCoinBase() const
{
return (vin.size() == 1 && vin[0].prevout.IsNull());
}
Ohk, that’s lot of learning to do before I can understand the same. Thanks for the share. This will surely help everyone reading through this thread.