Mastering bitcoin: programming the open blockchain
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Beijing [und 4 weitere]
O'Reilly
2017
|
Ausgabe: | Second edition |
Schlagworte: | |
Online-Zugang: | Inhaltsverzeichnis |
Beschreibung: | XXXII, 371 Seiten Illustrationen, Diagramme |
ISBN: | 9781491954386 1491954388 |
Internformat
MARC
LEADER | 00000nam a2200000 c 4500 | ||
---|---|---|---|
001 | BV044371187 | ||
003 | DE-604 | ||
005 | 20180418 | ||
007 | t | ||
008 | 170627s2017 xxua||| |||| 00||| eng d | ||
020 | |a 9781491954386 |c Broschur : EUR ca. 23.99 (DE), $ 34.99 (US), $ 46.99 (CAN) |9 978-1-4919-5438-6 | ||
020 | |a 1491954388 |9 1-4919-5438-8 | ||
035 | |a (OCoLC)988250213 | ||
035 | |a (DE-599)BVBBV044371187 | ||
040 | |a DE-604 |b ger |e rda | ||
041 | 0 | |a eng | |
044 | |a xxu |c XD-US | ||
049 | |a DE-83 |a DE-355 |a DE-862 |a DE-706 |a DE-739 |a DE-523 |a DE-19 |a DE-Aug4 |a DE-860 | ||
082 | 0 | |a 332.40285 | |
082 | 0 | |a 332.178 | |
084 | |a QK 305 |0 (DE-625)141642: |2 rvk | ||
084 | |a SR 850 |0 (DE-625)143366: |2 rvk | ||
084 | |a ST 277 |0 (DE-625)143643: |2 rvk | ||
084 | |a 330 |2 sdnb | ||
084 | |a 004 |2 sdnb | ||
100 | 1 | |a Antonopoulos, Andreas M. |d 1972- |0 (DE-588)1119264219 |4 aut | |
245 | 1 | 0 | |a Mastering bitcoin |b programming the open blockchain |c Andreas M. Antonopoulos |
250 | |a Second edition | ||
264 | 1 | |a Beijing [und 4 weitere] |b O'Reilly |c 2017 | |
300 | |a XXXII, 371 Seiten |b Illustrationen, Diagramme | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
650 | 0 | 7 | |a Kryptologie |0 (DE-588)4033329-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Elektronischer Zahlungsverkehr |0 (DE-588)4014359-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Bitcoin |0 (DE-588)1041888279 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Blockchain |0 (DE-588)1124028595 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Datenübertragung |0 (DE-588)4011150-7 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computersicherheit |0 (DE-588)4274324-2 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Datenübertragung |0 (DE-588)4011150-7 |D s |
689 | 0 | 1 | |a Kryptologie |0 (DE-588)4033329-2 |D s |
689 | 0 | 2 | |a Computersicherheit |0 (DE-588)4274324-2 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Elektronischer Zahlungsverkehr |0 (DE-588)4014359-4 |D s |
689 | 1 | 1 | |a Bitcoin |0 (DE-588)1041888279 |D s |
689 | 1 | 2 | |a Blockchain |0 (DE-588)1124028595 |D s |
689 | 1 | |5 DE-604 | |
776 | 0 | 8 | |i Erscheint auch als |n Online-Ausgabe, PDF |z 978-1-4919-5436-2 |w (DE-604)BV044632984 |
856 | 4 | 2 | |m Digitalisierung UB Passau - ADAM Catalogue Enrichment |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=029773580&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-029773580 |
Datensatz im Suchindex
DE-BY-862_location | 2000 |
---|---|
DE-BY-FWS_call_number | 2000/QK 305 A635(2) |
DE-BY-FWS_katkey | 652918 |
DE-BY-FWS_media_number | 083000517933 |
_version_ | 1806176818858819584 |
adam_text | Table of Contents
Preface..................................................................... xiii
Quick Glossary.............................................................. xxiii
1. Introduction............................................................. 1
What Is Bitcoin? 1
History of Bitcoin 4
Bitcoin Uses, Users, and Their Stories 5
Getting Started 6
Choosing a Bitcoin Wallet 6
Quick Start 8
Getting Your First Bitcoin 10
Finding the Current Price of Bitcoin 11
Sending and Receiving Bitcoin 12
2. How Bitcoin Works....................................................... 15
Transactions, Blocks, Mining, and the Blockchain 15
Bitcoin Overview 15
Buying a Cup of Coffee 16
Bitcoin Transactions 18
Transaction Inputs and Outputs 18
Transaction Chains 19
Making Change 20
Common Transaction Forms 21
Constructing a Transaction 22
‘ Getting the Right Inputs 22
Creating the Outputs 24
Adding the Transaction to the Ledger 25
Bitcoin Mining 26
Mining Transactions in Blocks 27
v
Spending the Transaction 29
3. Bitcoin Core: The Reference Implementation............................. 31
Bitcoin Development Environment 32
Compiling Bitcoin Core from the Source Code 32
Selecting a Bitcoin Core Release 33
Configuring the Bitcoin Core Build 34
Building the Bitcoin Core Executables 37
Running a Bitcoin Core Node 38
Running Bitcoin Core for the First Time 39
Configuring the Bitcoin Core Node 39
Bitcoin Core Application Programming Interface (API) 43
Getting Information on the Bitcoin Core Client Status 44
Exploring and Decoding Transactions 45
Exploring Blocks 47
Using Bitcoin Core s Programmatic Interface 48
Alternative Clients, Libraries, and Toolkits 51
C/C++ 52
JavaScript 52
Java 52
Python 52
Ruby 53
Go 53
Rust 53
C# 53
Objective-C 53
4. Keys, Addresses...................................................... 55
Introduction 55
Public Key Cryptography and Cryptocurrency 56
Private and Public Keys 57
Private Keys 58
Public Keys 60
Elliptic Curve Cryptography Explained 60
Generating a Public Key 63
Bitcoin Addresses 64
Base58 and Base58Check Encoding 66
Key Formats 70
Implementing Keys and Addresses in Python 76
Advanced Keys and Addresses 80
Encrypted Private Keys (BIP-38) 80
Pay-to-Script Hash (P2SH) and Multisig Addresses 81
vi
Table of Contents
Vanity Addresses
Paper Wallets
82
88
5. Wallets......................................................... 93
Wallet Technology Overview 93
Nondeterministic (Random) Wallets 94
Deterministic (Seeded) Wallets 95
HD Wallets (BIP-32/BIP-44) 96
Seeds and Mnemonic Codes (BIP-39) 97
Wallet Best Practices 97
Using a Bitcoin Wallet 98
Wallet Technology Details 99
Mnemonic Code Words (BIP-39) 99
Creating an HD Wallet from the Seed 106
Using an Extended Public Key on a Web Store 110
6. Transactions........................................................... 117
Introduction 117
Transactions in Detail 117
Transactions—Behind the Scenes 118
Transaction Outputs and Inputs 119
Transaction Outputs 121
Transaction Inputs 123
Transaction Fees 126
Adding Fees to Transactions 129
Transaction Scripts and Script Language 131
Turing Incompleteness 131
Stateless Verification 132
Script Construction (Lock + Unlock) 132
Pay-to-Public-Key-Hash (P2PKH) 136
Digital Signatures (ECDSA) 138
How Digital Signatures Work 139
Verifying the Signature 141
Signature Hash Types (SIGHASH) 141
ECDSA Math 143
The Importance of Randomness in Signatures 145
Bitcoin Addresses, Balances, and Other Abstractions 145
7. Advanced Transactions and Scripting.................................. 149
Introduction 149
Multisignature 149
Pay-to-Script-Hash (P2SH) 151
Table of Contents | vii
P2SH Addresses 153
Benefits of P2SH 154
Redeem Script and Validation 154
Data Recording Output (RETURN) 155
Timelocks 157
Transaction Locktime (nLocktime) 157
Check Lock Time Verify (CLTV) 158
Relative Timelocks 160
Relative Timelocks with nSequence 160
Relative Timelocks with CSV 162
Median-Time-Past 163
Timelock Defense Against Fee Sniping 163
Scripts with Flow Control (Conditional Clauses) 164
Conditional Clauses with VERIFY Opcodes 165
Using Flow Control in Scripts 166
Complex Script Example 167
8* The Bitcoin Network...................................................... 171
Peer-to-Peer Network Architecture 171
Node Types and Roles 172
The Extended Bitcoin Network 173
Bitcoin Relay Networks 176
Network Discovery 176
Full Nodes 180
Exchanging “Inventory” 181
Simplified Payment Verification (SPV) Nodes 183
Bloom Filters 185
How Bloom Filters Work 186
How SPV Nodes Use Bloom Filters 189
SPV Nodes and Privacy 190
Encrypted and Authenticated Connections 191
Tor Transport 191
Peer-to-Peer Authentication and Encryption 191
Transaction Pools 192
9. The Blockchain..........................................................195
Introduction 195
Structure of a Block 196
Block Header 197
Block Identifiers: Block Header Hash and Block Height 197
The Genesis Block 198
Linking Blocks in the Blockchain 200
viii | Table of Contents
Merkle Trees 201
Merkle Trees and Simplified Payment Verification (SPV) 207
Bitcoins Test Blockchains 207
Testnet—Bitcoin s Testing Playground 208
Segnet—The Segregated Witness Testnet 210
Regtest—The Local Blockchain 210
Using Test Blockchains for Development 211
10. Mining and Consensus................................................... 213
Introduction 213
Bitcoin Economics and Currency Creation 215
Decentralized Consensus 217
Independent Verification of Transactions 218
Mining Nodes 219
Aggregating Transactions into Blocks 220
The Coinbase Transaction 221
Coinbase Reward and Fees 223
Structure of the Coinbase Transaction 224
Coinbase Data 225
Constructing the Block Header 227
Mining the Block 228
Proof-of-Work Algorithm 228
Target Representation 235
Retargeting to Adjust Difficulty 235
Successfully Mining the Block 237
Validating a New Block 238
Assembling and Selecting Chains of Blocks 239
Blockchain Forks 240
Mining and the Hashing Race 247
The Extra Nonce Solution 249
Mining Pools 250
Consensus Attacks 253
Changing the Consensus Rules 256
Hard Forks 256
Hard Forks: Software, Network, Mining, and Chain 258
Diverging Miners and Difficulty 259
Contentious Hard Forks 260
՝ Soft Forks 261
Criticisms of Soft Forks 262
Soft Fork Signaling with Block Version 262
BIP-34 Signaling and Activation 263
BIP-9 Signaling and Activation 264
Table of Contents | ix
Consensus Software Development
266
11. BitcoinSecurity.......................
Security Principles
Developing Bitcoin Systems Securely
The Root of Trust
User Security Best Practices
Physical Bitcoin Storage
Hardware Wallets
Balancing Risk
Diversifying Risk
Multisig and Governance
Survivability
Conclusion
269
269
270
271
272
273
273
273
274
274
274
274
12. Blockchain Applications......................................... ............ 275
Introduction 275
Building Blocks (Primitives) 276
Applications from Building Blocks 278
Colored Coins 278
Using Colored Coins 279
Issuing Colored Coins 280
Colored Coins Transactions 280
Counterparty 283
Payment Channels and State Channels 284
State Channels---Basic Concepts and Terminology 285
Simple Payment Channel Example 286
Making Trustless Channels 289
Asymmetric Revocable Commitments 292
Hash Time Lock Contracts (HTLC) 296
Routed Payment Channels (Lightning Network) 297
Basic Lightning Network Example 298
Lightning Network Transport and Routing 301
Lightning Network Benefits 303
Conclusion 304
A. The Bitcoin Whitepaper by Satoshi Nakamoto...................... ........... 305
X I Table of Contents
B. Transaction Script Language Operators, Constants, and Symbols................ 317
C. Bitcoin Improvement Proposals.................................................323
D. Segregated Witness.......................................................... 331
E. Bitcore...................................................................... 345
F. pycoin, ku, and tx........................................................... 349
G. Bitcoin Explorer (bx) Commands............................................... 359
Index.......................................................................... 363
Table of Contents I xl
|
any_adam_object | 1 |
author | Antonopoulos, Andreas M. 1972- |
author_GND | (DE-588)1119264219 |
author_facet | Antonopoulos, Andreas M. 1972- |
author_role | aut |
author_sort | Antonopoulos, Andreas M. 1972- |
author_variant | a m a am ama |
building | Verbundindex |
bvnumber | BV044371187 |
classification_rvk | QK 305 SR 850 ST 277 |
ctrlnum | (OCoLC)988250213 (DE-599)BVBBV044371187 |
dewey-full | 332.40285 332.178 |
dewey-hundreds | 300 - Social sciences |
dewey-ones | 332 - Financial economics |
dewey-raw | 332.40285 332.178 |
dewey-search | 332.40285 332.178 |
dewey-sort | 3332.40285 |
dewey-tens | 330 - Economics |
discipline | Informatik Wirtschaftswissenschaften |
edition | Second edition |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02400nam a2200565 c 4500</leader><controlfield tag="001">BV044371187</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20180418 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">170627s2017 xxua||| |||| 00||| eng d</controlfield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9781491954386</subfield><subfield code="c">Broschur : EUR ca. 23.99 (DE), $ 34.99 (US), $ 46.99 (CAN)</subfield><subfield code="9">978-1-4919-5438-6</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">1491954388</subfield><subfield code="9">1-4919-5438-8</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)988250213</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV044371187</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">rda</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxu</subfield><subfield code="c">XD-US</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-83</subfield><subfield code="a">DE-355</subfield><subfield code="a">DE-862</subfield><subfield code="a">DE-706</subfield><subfield code="a">DE-739</subfield><subfield code="a">DE-523</subfield><subfield code="a">DE-19</subfield><subfield code="a">DE-Aug4</subfield><subfield code="a">DE-860</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">332.40285</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">332.178</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">QK 305</subfield><subfield code="0">(DE-625)141642:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">SR 850</subfield><subfield code="0">(DE-625)143366:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">ST 277</subfield><subfield code="0">(DE-625)143643:</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">330</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">004</subfield><subfield code="2">sdnb</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Antonopoulos, Andreas M.</subfield><subfield code="d">1972-</subfield><subfield code="0">(DE-588)1119264219</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">Mastering bitcoin</subfield><subfield code="b">programming the open blockchain</subfield><subfield code="c">Andreas M. Antonopoulos</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">Second edition</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Beijing [und 4 weitere]</subfield><subfield code="b">O'Reilly</subfield><subfield code="c">2017</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XXXII, 371 Seiten</subfield><subfield code="b">Illustrationen, Diagramme</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Kryptologie</subfield><subfield code="0">(DE-588)4033329-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Elektronischer Zahlungsverkehr</subfield><subfield code="0">(DE-588)4014359-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Bitcoin</subfield><subfield code="0">(DE-588)1041888279</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Blockchain</subfield><subfield code="0">(DE-588)1124028595</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Datenübertragung</subfield><subfield code="0">(DE-588)4011150-7</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computersicherheit</subfield><subfield code="0">(DE-588)4274324-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Datenübertragung</subfield><subfield code="0">(DE-588)4011150-7</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Kryptologie</subfield><subfield code="0">(DE-588)4033329-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="2"><subfield code="a">Computersicherheit</subfield><subfield code="0">(DE-588)4274324-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Elektronischer Zahlungsverkehr</subfield><subfield code="0">(DE-588)4014359-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Bitcoin</subfield><subfield code="0">(DE-588)1041888279</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="2"><subfield code="a">Blockchain</subfield><subfield code="0">(DE-588)1124028595</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="776" ind1="0" ind2="8"><subfield code="i">Erscheint auch als</subfield><subfield code="n">Online-Ausgabe, PDF</subfield><subfield code="z">978-1-4919-5436-2</subfield><subfield code="w">(DE-604)BV044632984</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Passau - ADAM Catalogue Enrichment</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=029773580&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-029773580</subfield></datafield></record></collection> |
id | DE-604.BV044371187 |
illustrated | Illustrated |
indexdate | 2024-08-01T11:27:21Z |
institution | BVB |
isbn | 9781491954386 1491954388 |
language | English |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-029773580 |
oclc_num | 988250213 |
open_access_boolean | |
owner | DE-83 DE-355 DE-BY-UBR DE-862 DE-BY-FWS DE-706 DE-739 DE-523 DE-19 DE-BY-UBM DE-Aug4 DE-860 |
owner_facet | DE-83 DE-355 DE-BY-UBR DE-862 DE-BY-FWS DE-706 DE-739 DE-523 DE-19 DE-BY-UBM DE-Aug4 DE-860 |
physical | XXXII, 371 Seiten Illustrationen, Diagramme |
publishDate | 2017 |
publishDateSearch | 2017 |
publishDateSort | 2017 |
publisher | O'Reilly |
record_format | marc |
spellingShingle | Antonopoulos, Andreas M. 1972- Mastering bitcoin programming the open blockchain Kryptologie (DE-588)4033329-2 gnd Elektronischer Zahlungsverkehr (DE-588)4014359-4 gnd Bitcoin (DE-588)1041888279 gnd Blockchain (DE-588)1124028595 gnd Datenübertragung (DE-588)4011150-7 gnd Computersicherheit (DE-588)4274324-2 gnd |
subject_GND | (DE-588)4033329-2 (DE-588)4014359-4 (DE-588)1041888279 (DE-588)1124028595 (DE-588)4011150-7 (DE-588)4274324-2 |
title | Mastering bitcoin programming the open blockchain |
title_auth | Mastering bitcoin programming the open blockchain |
title_exact_search | Mastering bitcoin programming the open blockchain |
title_full | Mastering bitcoin programming the open blockchain Andreas M. Antonopoulos |
title_fullStr | Mastering bitcoin programming the open blockchain Andreas M. Antonopoulos |
title_full_unstemmed | Mastering bitcoin programming the open blockchain Andreas M. Antonopoulos |
title_short | Mastering bitcoin |
title_sort | mastering bitcoin programming the open blockchain |
title_sub | programming the open blockchain |
topic | Kryptologie (DE-588)4033329-2 gnd Elektronischer Zahlungsverkehr (DE-588)4014359-4 gnd Bitcoin (DE-588)1041888279 gnd Blockchain (DE-588)1124028595 gnd Datenübertragung (DE-588)4011150-7 gnd Computersicherheit (DE-588)4274324-2 gnd |
topic_facet | Kryptologie Elektronischer Zahlungsverkehr Bitcoin Blockchain Datenübertragung Computersicherheit |
url | http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=029773580&sequence=000001&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT antonopoulosandreasm masteringbitcoinprogrammingtheopenblockchain |
Inhaltsverzeichnis
THWS Schweinfurt Zentralbibliothek Lesesaal
Signatur: |
2000 QK 305 A635(2) |
---|---|
Exemplar 1 | ausleihbar Verfügbar Bestellen |