Workflow
BTC node
icon
Search documents
X @PlanB
PlanBยท 2025-10-31 14:17
Bitcoin whitepaper is included in block 230009 on the blockchain. If you run a BTC node then you can retrieve the pdf yourself:1) run node: bitcoind2) run client with this command: bitcoin-cli getrawtransaction 54e48e5f5c656b26c3bca14a8c95aa583d07ebe84dde3b7dd4a78f4e4186e713 0 00000000000000ecbbff6bafb7efa2f7df05b227d5c73dca8f2635af32a2e949 | 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 ...