Post a Comment Print Share on Facebook
Featured Feijóo Crímenes corrupción Japón Tribunal de Justicia de la Unión Europea

Hidden messages in the Bitcoin Blockchain – How does it work?

That the Blockchain technology is the core of Bitcoin as a Public Ledger where all the transactions are broken down, is known. That these contain hidden message

- 264 reads.

 Hidden messages in the Bitcoin Blockchain – How does it work?

That the Blockchain technology is the core of Bitcoin as a Public Ledger where all the transactions are broken down, is known. That these contain hidden messages, too. But how would you find such articles? How can you write such messages themselves?

read messages

That the Blockchain can be more than Bitcoin, is known. As you also know, Satoshi Nakamoto is hidden in the Genesis Block of a message. We try, to decipher this. To this end, we proceed as follows:

first we go back on the Blockchain in the beginning of all of this a little further down the "Coinbase" of a longer string in hex format. It starts with 04ff....Ultimately, we see here, what is the meaning of this Code. For those who want to find out yourself, is the work done but also almost. It's just, this Hexcode in ASCII is now to convert the Format. You can do this with various Tools on the Internet (eg. this), Mac/Unix Users can use the Bash:
echo 04FFFF001D0104455468652054696D65732030332F4A616E2F32303039204368616E63656C6C6F722 06F6E206272696E6B206F66207365636F6E64206261696722062616E6B73 | xxd -r -pd -r -ppUnd we obtain the legendary hidden message of Satoshi Nakamoto.

In the Blockchain can be found on this and similar way, different hidden messages to. If you want to search for yourself, you can find these messages on different pages. Unfortunately, they are, among other things, as in March 2018 in an article more accurately classified, a witness to the darker sides of humanity. There are also prayers, Tribute to David Bowie or quotes from the Cthulu Mythos in the Bitcoin Blockchain.

to Write messages

all well and good, but how do we get messages on the Blockchain? A relatively simple way via a transaction. You can do this via web services, or what we are doing here now, it self carry out:

to do This, one thinks of a string with 20 characters. This string to convert to hex format. Using the Bash we'll make it quick:
echo A 20-character Text.| xxd -p
If you use the Bash, is to ignore the last Byte (0x0a) – in good German, you can ignore the last two characters.Finally, we need to convert these hex strings in an address. A simple way the Blockchain offers-website:
https://blockchain.info/q/hashtoaddress/hex-stringNun we have a potential Bitcoin address, which carries encrypted a short message. If we transfer now this little money, it is (as yet non-existent) address part of the Blockchain.

One thing is to say: Since it so far – luckily! – still no way to generate a Private Key from the Public key, the money is now lost. So you should only send a little money.