What do you think?
Rate this book


Dive into Bitcoin technology with this hands-on guide from one of the leading teachers on Bitcoin and Bitcoin programming. Author Jimmy Song shows Python programmers and developers how to program a Bitcoin library from scratch. Youíll learn how to work with the basics, including the math, blocks, network, and transactions behind this popular cryptocurrency and its blockchain payment system.
By the end of the book, you'll understand how this cryptocurrency works under the hood by coding all the components necessary for a Bitcoin library. Learn how to create transactions, get the data you need from peers, and send transactions over the network. Whether youíre exploring Bitcoin applications for your company or considering a new career path, this practical book will get you started.
Parse, validate, and create bitcoin transactions Learn how to use the Bitcoin Script smart contract language Work with exercises in each chapter to build a Bitcoin library from scratch Understand how to secure a blockchain by verifying proof of work Program Bitcoin using Python 3 and libraries including pycoin Understand how simplified payment verification and light wallets work Work with public-key cryptography and cryptographic primitives324 pages, Paperback
Published March 5, 2019
This book is not only a great explanation about how to understand the Bitcoin protocol but it is more than that, through the guidance of Jimmy the reader visualize the things that are possible to accomplish with the Bitcoin technology.
The method used in the book reflects the method used in his classes around the world, experimenting step by step the building blocks of Bitcoin technology, until having a fully working library that interacts with the real network.
For anyone that wants to learn more about the foundations of the Bitcoin I recommend this book!