Bitcoin addresses starting with 1 are P2PKH addresses. This is a recipe for building a P2PKH lock script.
That is, an address is a prefix followed by a hash of the public key, followed by a checksum. All you need here is a valid prefix, a random bunch of visible bytes, and a correct checksum. So it’s perfectly feasible simply by selecting a bundle of bytes that is the ASCII encoding of the statement, pretending to be a public key hash, and calculating the required checksum.
It doesn’t matter that bytes that should be hashs are not public key hashs, as they will not construct an unlock script using the corresponding private key.
There’s no way to tell if that’s the case Any Unused P2PKH addresses are fake or actually fake or real until you post an unlock script that can be checked against the lock script.
“Fake” means nothing more than arriving in the usual way other than building a private and public key pair.
Discover more from Earlybirds Invest
Subscribe to get the latest posts sent to your email.