psychedelicbart / bitcoin-whitepaper

MIT License
0 stars 0 forks source link

Add in the following command as well #1

Open nolim1t opened 3 years ago

nolim1t commented 3 years ago

The white paper is available on every single full node (including all bitcoin forks )

bitcoin-cli getrawtransaction 54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713 | sed 's/0100000000000000/\n/g' | tail -n +2 | cut -c7-136,139-268,271-400 | tr -d '\n' | cut -c17-368600 | xxd -p -r > bitcoin.pdf
nolim1t commented 3 years ago

or you can use curl for those who don't have a full node

curl https://blockstream.info/api/tx/54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713/hex | sed 's/0100000000000000/\n/g' | tail -n +2 | cut -c7-136,139-268,271-400 | tr -d '\n' | cut -c17-368600 | xxd -p -r > bitcoin.pdf