LDR | | 07799cmm u2200757Ki 4500 |
001 | | 000000321071 |
003 | | OCoLC |
005 | | 20230613110006 |
006 | | m d |
007 | | cr cnu---unuuu |
008 | | 190821s2020 flu o 000 0 eng d |
015 | |
▼a GBB9D6811
▼2 bnb |
016 | 7 |
▼a 019497622
▼2 Uk |
020 | |
▼a 9780429325533
▼q (electronic bk.) |
020 | |
▼a 0429325533
▼q (electronic bk.) |
020 | |
▼a 9781000517620
▼q (electronic bk. : EPUB) |
020 | |
▼a 1000517624
▼q (electronic bk. : EPUB) |
020 | |
▼a 9781000507706
▼q (electronic bk. : PDF) |
020 | |
▼a 100050770X
▼q (electronic bk. : PDF) |
020 | |
▼a 9781000512663
▼q (electronic bk. : Mobipocket) |
020 | |
▼a 1000512665
▼q (electronic bk. : Mobipocket) |
020 | |
▼z 9781138618152 |
020 | |
▼z 1138618152 |
024 | 7 |
▼a 10.1201/9780429325533
▼2 doi |
035 | |
▼a 2141275
▼b (N$T) |
035 | |
▼a (OCoLC)1112672060 |
037 | |
▼a 9780429325533
▼b Taylor & Francis |
037 | |
▼a 1456E3AA-CCE1-4A29-BC9B-81FD53ACC84D
▼b OverDrive, Inc.
▼n http://www.overdrive.com |
040 | |
▼a TYFRS
▼b eng
▼e rda
▼e pn
▼c TYFRS
▼d YDX
▼d TYFRS
▼d EBLCP
▼d UKMGB
▼d TEFOD
▼d OCLCF
▼d YDXIT
▼d OCLCQ
▼d N$T
▼d 248032 |
049 | |
▼a MAIN |
050 | 4 |
▼a QA76.9.B56
▼b C46 2020 |
072 | 7 |
▼a BUS
▼x 027000
▼2 bisacsh |
072 | 7 |
▼a COM
▼x 032000
▼2 bisacsh |
072 | 7 |
▼a COM
▼x 083000
▼2 bisacsh |
072 | 7 |
▼a KFFK
▼2 bicssc |
082 | 04 |
▼a 005.74
▼2 23 |
100 | 1 |
▼a Chowdhury, Niaz,
▼e author. |
245 | 10 |
▼a Inside blockchain, Bitcoin, and cryptocurrencies /
▼c Niaz Chowdhury.
▼h [electronic resource] |
260 | |
▼a Boca Raton :
▼b CRC Press, Taylor & Francis Group,
▼c [2020] |
300 | |
▼a 1 online resource (xxvii, 361 pages) |
336 | |
▼a text
▼b txt
▼2 rdacontent |
337 | |
▼a computer
▼b c
▼2 rdamedia |
338 | |
▼a online resource
▼b cr
▼2 rdacarrier |
505 | 0 |
▼a Cover; Half Title; Title Page; Copyright Page; Dedication; Table of Contents; List of Figures; List of Tables; About the Author; Part I: Blockchain and Bitcoin; Chapter 1: Introduction to Blockchain; 1.1 The Birth of Bitcoin; 1.1.1 A Mysterious Scientist; 1.1.2 What is Bitcoin?; 1.1.3 Double-Spending Problem; 1.1.4 Nakamoto's Solution; 1.2 Blockchain; 1.2.1 Motivation; 1.2.2 Definition of Blockchain; 1.2.3 Distributed Ledger; 1.2.4 Key Properties; 1.3 Architectural Overview; 1.3.1 Centralised vs Decentralised Architecture; 1.3.2 Peer-to-Peer Network; 1.3.3 Characteristics; 1.4 Block |
505 | 8 |
▼a 1.4.1 Structure1.4.2 Block Identifier and Height; 1.4.3 Genesis Block; 1.5 Mining; 1.5.1 What is Mining?; 1.5.2 Consensus; 1.5.3 Incentivisation; 1.6 Forks; 1.6.1 When Does a Fork Occur?; 1.6.2 Types of Forks; 1.7 Consensus Mechanisms; 1.7.1 Proof of Work (PoW); 1.7.2 Alternative Consensus Algorithms; 1.7.3 Comparison; 1.8 Types of Blockchains; 1.8.1 Public and Private Blockchains; 1.8.2 Consortium, Shared Ledger, Sidechain; 1.8.3 Hybrid Blockchains; 1.8.4 Comparison; 1.9 Applications; 1.10 Revisiting the Double-Spending Problem; 1.11 Summary; Chapter 2: Immutability of Blockchain |
505 | 8 |
▼a 2.1 Cryptography2.1.1 What Are Cryptography and Cryptanalysis?; 2.1.2 Background; 2.1.3 Basic Concepts; 2.2 Modern Cryptography; 2.2.1 Symmetric-Key Cryptography; 2.2.2 Public-Key Cryptography; 2.3 Cryptographic Applications; 2.3.1 TLS and SSL; 2.3.2 Cryptographic Hash Function; 2.3.3 Digital Signature; 2.4 Elliptic Curve Cryptography (ECC); 2.4.1 Basic Concept; 2.4.2 Public and Private Keys; 2.4.3 How Does ECC Compare to RSA?; 2.5 Making Blockchain Immutable; 2.5.1 Block and Block Header; 2.5.2 Timestamp; 2.5.3 Merkle Tree; 2.5.4 Building the Chain; 2.6 Summary |
505 | 8 |
▼a Chapter 3: Consensus Mechanisms of Blockchain3.1 Distributed Systems and Consensus; 3.1.1 Distributed Systems; 3.1.2 Coordination and Agreement; 3.1.3 Consensus; 3.2 Byzantine Generals Problem; 3.2.1 Two Generals Paradox; 3.2.2 Byzantine Generals Problem; 3.2.3 Byzantine Fault Tolerance; 3.3 Blockchain's Consensus Mechanism; 3.3.1 Hashcash Proof of Work; 3.3.2 Proof of Work in Blockchain; 3.3.3 BFT in Blockchain; 3.4 Solving the Double-Spending Problem; 3.5 Summary; Chapter 4: Bitcoin: World's First Cryptocurrency; 4.1 What is Bitcoin?; 4.2 Brief History of Bitcoin; 4.2.1 Before Bitcoin |
505 | 8 |
▼a 4.2.2 Bitcoin Era4.3 Token: BTC; 4.3.1 Bitcoin Mining and Supply; 4.3.2 Units of Bitcoin; 4.4 Bitcoin's Blockchain; 4.4.1 Block Header; 4.4.2 Timestamp; 4.4.3 Merkle Tree; 4.4.4 Hash Generation; 4.4.5 Genesis Block; 4.5 Bitcoin Address; 4.5.1 Formats; 4.5.2 Hash Generation; 4.5.3 Address Structure; 4.6 Transactions; 4.6.1 Input and Output; 4.6.2 Redeeming Tokens; 4.6.3 Multi-Signature; 4.6.3.1 Escrow; 4.6.3.2 Cold Storage; 4.6.4 Generation Transaction; 4.6.5 Storing Data; 4.6.6 Contracts; 4.7 Mining; 4.7.1 Method; 4.7.2 Proof of Work; 4.7.3 Target and Difficulty; 4.7.4 Mining Process |
520 | |
▼a This book covers blockchain from the underlying principles to how it enables applications to survive and surf on its shoulder. Having covered the fundamentals of blockchain, the book turns to cryptocurrency. It thoroughly examines Bitcoin before presenting six other major currencies in a rounded discussion. The book then bridges between technology and finance, concentrating on how blockchain-based applications, including cryptocurrencies, have pushed hard against mainstream industries in a bid to cement their positions permanent. It discusses blockchain as underlying banking technology, crypto mining and offering, cryptocurrency as investment instruments, crypto regulations, and markets. |
545 | 0 |
▼a Dr. Niaz Chowdhury is a postdoctoral researcher working with blockchain technology in the European Union funded project QualiChain. His research experience spans over a decade across three British and Irish nations in England, Scotland and Ireland. He presently holds a Research Associate position in the Open Blockchain group of Knowledge Media Institute, a small but renowned and well-regarded research lab within the Open University in England. He also completed two more postdocs before joining this position, one in the Department of Computing and Communication in the same university working for the Big Data and Smart City project MK:Smart while another at his current lab in the Data Science group. Dr. Chowdhury obtained his PhD from the School of Computing Science of the University of Glasgow in Scotland, as a recipient of the prestigious Scottish ORS Scholarship. He was also a research scholar at the School of Computer Science in Trinity College Dublin where he received Government of Ireland IRCSET Embark Initiative Scholarship. His earlier academic achievements include a bachelor and a master degree with gold medal distinction in Computer Science and Engineering from East West University, Bangladesh. Dr. Chowdhury published numerous journal articles, conference papers and book chapters on the blockchain technology, the Internet of Things, wireless networks and data science. |
588 | 0 |
▼a Print version record. |
590 | |
▼a Added to collection customer.56279.3 |
650 | 0 |
▼a Blockchains (Databases) |
650 | 0 |
▼a Bitcoin. |
650 | 7 |
▼a BUSINESS & ECONOMICS / Finance
▼2 bisacsh |
650 | 7 |
▼a COMPUTERS / Information Technology
▼2 bisacsh |
650 | 7 |
▼a COMPUTERS / Cryptography
▼2 bisacsh |
650 | 7 |
▼a Bitcoin.
▼2 fast
▼0 (OCoLC)fst01920464 |
650 | 7 |
▼a Blockchains (Databases)
▼2 fast
▼0 (OCoLC)fst01981761 |
655 | 4 |
▼a Electronic books. |
776 | 08 |
▼i Print version:
▼a Chowdhury, Niaz.
▼t Inside blockchain, Bitcoin, and cryptocurrencies.
▼d Boca Raton : Auerbach, 2019
▼z 9781138618152
▼w (OCoLC)1112374611 |
856 | 40 |
▼3 EBSCOhost
▼u https://search.ebscohost.com/login.aspx?direct=true&scope=site&db=nlebk&db=nlabk&AN=2141275 |
938 | |
▼a ProQuest Ebook Central
▼b EBLB
▼n EBL5852161 |
938 | |
▼a YBP Library Services
▼b YANK
▼n 16407252 |
938 | |
▼a EBSCOhost
▼b EBSC
▼n 2141275 |
990 | |
▼a 관리자 |
994 | |
▼a 92
▼b N$T |