Skip to content

Instantly share code, notes, and snippets.

@bhandras
Last active January 21, 2021 20:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bhandras/42c54db74f4d2ba73bfd6fe400005511 to your computer and use it in GitHub Desktop.
Save bhandras/42c54db74f4d2ba73bfd6fe400005511 to your computer and use it in GitHub Desktop.
bitcoin.pdf
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment