├── Bitcoin.pdf ├── Bitcoin.tex ├── Chapters ├── Acknowledgements.tex ├── Appendices.tex ├── Architecture.tex ├── Blockchain.tex ├── Introduction.tex ├── Ownership.tex └── Preliminaries.tex ├── Images ├── BitcoinAddress-P2PKH.pdf ├── BitcoinAddress-P2SH.pdf ├── Blockchain.pdf ├── HashPrevBlock.pdf ├── MerkleTree.pdf ├── MerkleTree2.pdf ├── Ownership.pdf ├── SIGHASH_ALL.pdf ├── SIGHASH_ANYONECANPAY.pdf ├── SIGHASH_NONE.pdf ├── SIGHASH_SINGLE.pdf ├── Signature-Finalization.pdf ├── Transaction2In2Out.pdf └── raw │ └── inkscape │ ├── BitcoinAddress-P2PKH.svg │ ├── BitcoinAddress-P2SH.svg │ ├── Blockchain.svg │ ├── HashPrevBlock.svg │ ├── MerkleTree.svg │ ├── MerkleTree2.svg │ ├── Ownership.svg │ ├── SIGHASH_ALL.svg │ ├── SIGHASH_ANYONECANPAY.svg │ ├── SIGHASH_NONE.svg │ ├── SIGHASH_SINGLE.svg │ ├── Signature-Finalization.svg │ └── Transaction2In2Out.svg ├── README.md ├── literature.bib ├── llncs.cls └── mathastext.sty /Bitcoin.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Bitcoin.pdf -------------------------------------------------------------------------------- /Bitcoin.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Bitcoin.tex -------------------------------------------------------------------------------- /Chapters/Acknowledgements.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Chapters/Acknowledgements.tex -------------------------------------------------------------------------------- /Chapters/Appendices.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Chapters/Appendices.tex -------------------------------------------------------------------------------- /Chapters/Architecture.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Chapters/Architecture.tex -------------------------------------------------------------------------------- /Chapters/Blockchain.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Chapters/Blockchain.tex -------------------------------------------------------------------------------- /Chapters/Introduction.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Chapters/Introduction.tex -------------------------------------------------------------------------------- /Chapters/Ownership.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Chapters/Ownership.tex -------------------------------------------------------------------------------- /Chapters/Preliminaries.tex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Chapters/Preliminaries.tex -------------------------------------------------------------------------------- /Images/BitcoinAddress-P2PKH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/BitcoinAddress-P2PKH.pdf -------------------------------------------------------------------------------- /Images/BitcoinAddress-P2SH.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/BitcoinAddress-P2SH.pdf -------------------------------------------------------------------------------- /Images/Blockchain.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/Blockchain.pdf -------------------------------------------------------------------------------- /Images/HashPrevBlock.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/HashPrevBlock.pdf -------------------------------------------------------------------------------- /Images/MerkleTree.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/MerkleTree.pdf -------------------------------------------------------------------------------- /Images/MerkleTree2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/MerkleTree2.pdf -------------------------------------------------------------------------------- /Images/Ownership.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/Ownership.pdf -------------------------------------------------------------------------------- /Images/SIGHASH_ALL.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/SIGHASH_ALL.pdf -------------------------------------------------------------------------------- /Images/SIGHASH_ANYONECANPAY.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/SIGHASH_ANYONECANPAY.pdf -------------------------------------------------------------------------------- /Images/SIGHASH_NONE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/SIGHASH_NONE.pdf -------------------------------------------------------------------------------- /Images/SIGHASH_SINGLE.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/SIGHASH_SINGLE.pdf -------------------------------------------------------------------------------- /Images/Signature-Finalization.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/Signature-Finalization.pdf -------------------------------------------------------------------------------- /Images/Transaction2In2Out.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/Transaction2In2Out.pdf -------------------------------------------------------------------------------- /Images/raw/inkscape/BitcoinAddress-P2PKH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/BitcoinAddress-P2PKH.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/BitcoinAddress-P2SH.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/BitcoinAddress-P2SH.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/Blockchain.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/Blockchain.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/HashPrevBlock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/HashPrevBlock.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/MerkleTree.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/MerkleTree.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/MerkleTree2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/MerkleTree2.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/Ownership.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/Ownership.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/SIGHASH_ALL.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/SIGHASH_ALL.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/SIGHASH_ANYONECANPAY.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/SIGHASH_ANYONECANPAY.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/SIGHASH_NONE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/SIGHASH_NONE.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/SIGHASH_SINGLE.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/SIGHASH_SINGLE.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/Signature-Finalization.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/Signature-Finalization.svg -------------------------------------------------------------------------------- /Images/raw/inkscape/Transaction2In2Out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/Images/raw/inkscape/Transaction2In2Out.svg -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/README.md -------------------------------------------------------------------------------- /literature.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/literature.bib -------------------------------------------------------------------------------- /llncs.cls: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/llncs.cls -------------------------------------------------------------------------------- /mathastext.sty: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/minium/Bitcoin-Spec/HEAD/mathastext.sty --------------------------------------------------------------------------------