Programming bitcoin learn how to program bitcoin from scratch
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, ne...
Otros Autores: | |
---|---|
Formato: | Libro electrónico |
Idioma: | Inglés |
Publicado: |
Beijing :
O'Reilly Media, Incorporated
[2019]
|
Edición: | First edition |
Materias: | |
Ver en Biblioteca Universitat Ramon Llull: | https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009630477206719 |
Tabla de Contenidos:
- Finite fields
- Elliptic curves
- Elliptic curve cryptography
- Serialization
- Transactions
- Script
- Transaction creation and validation
- Pay-to-script hash
- Blocks
- Networking
- Simplified payment verification
- Bloom filters
- Segwit
- Advanced topics and next steps
- Solutions.