Post
Topic
Board Bitcoin Discussion
Re: Bitcoin fun facts
by
nullama
on 30/09/2021, 02:52:31 UTC
Someone wrote the bitcoin whitepaper in this bitcoin transaction. As you can see, address are unusual, start with "m-" !
https://blockchair.com/bitcoin/transaction/54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713

If you have a Bitcoin node installed, you can get the whitepaper from the blockchain with this command:

Code:
bitcoin-cli getrawtransaction 54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713 true | jq -r '.vout[].scriptPubKey.asm' | cut -c3- | xxd -p -r | tail +9c | head -c 184292 > bitcoin.pdf