Programming Bitcoin (O'Reilly)
Friday, 08 March 2019

Dive into Bitcoin technology with this hands-on guide. 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, the author has illustrated how this cryptocurrency works under the hood by coding all the components necessary for a Bitcoin library. Examples show how to create transactions, get the data needed from peers, and send transactions over the network.

<ASIN:1492031496>

 

Author: Jimmy Song
Publisher: O'Reilly
Date: March 2019
Pages: 322
ISBN: 978-1492031499
Print: 1492031496
Kindle: B07NM32WGH
Audience: Python developers interested in Bitcoin
Level: Intermediate/Advanced
Category: Python and Theory & Techniques

 

  • 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 primitives

 

For recommendations of Python books see Books for Pythonistas and Python Books For Beginners in our Programmer's Bookshelf section.

For more Book Watch just click.

Book Watch is I Programmer's listing of new books and is compiled using publishers' publicity material. It is not to be read as a review where we provide an independent assessment. Some, but by no means all, of the books in Book Watch are eventually reviewed.

To have new titles included in Book Watch contact  BookWatch@i-programmer.info

Follow @bookwatchiprog on Twitter or subscribe to I Programmer's Books RSS feed for each day's new addition to Book Watch and for new reviews.

 

 

Banner
 


Large-Scale C++, Volume I

Author: John Lakos
Publisher: Addison-Wesley
Pages: 988
ISBN: 978-0201717068
Print: 0201717069
Kindle: B0826523GZ
Audience: Programmers with plenty of time to spare
Rating: 3
Reviewer Mike James:
Large Scale C++, what can this mean?



The AWK Programming Language, 2nd Ed

Author: Alfred V. Aho, Brian W. Kernighan and Peter J. Weinberger
Publisher: Addison-Wesley
Pages: 240
ISBN: 978-0138269722
Print: 0138269726
Kindle: B0CCJ1N4X3
Audience: Developers interested in Awk
Rating: 5
Reviewer: Kay Ewbank

The name Brian Kernighan among the authors of this updated classic raises  [ ... ]


More Reviews