- Pagina inicial /
- Livros /
- Livros de Negócios e Dinheiro /
- Industries /
- Computadores e Tecnologia /
- Programming Bitcoin: Learn How to Program Bit...
Programming Bitcoin: Learn How to Program Bitcoin from Scratch
R$ 296
Detalhes do preço
Excluindo custos de envio e alfandegários ( Os custos de envio e alfandegários serão calculados no checkout )
*Todos os itens serão importados de EUA
Qtd.:
A Ubuy trabalha para proteger sua segurança e privacidade. Nosso sistema avançado de segurança de pagamentos garante a confidencialidade ao criptografar suas informações durante a transmissão usando os protocolos AES (Advanced Encryption Standards) e SSL (Secure Socket Layer). Seus dados de pagamento estão 100% seguros, pois não compartilhamos suas informações com vendedores terceiros.
Learn how to program a Bitcoin library from scratch
Envio
rápido
Devolução
gratuita*
Embalagem segura
Produtos 100% originais
Conformidade com PCI DSS
Certificado ISO 27001
Destaques do Produto
Detalhes do produto
- Learn to program a Bitcoin library from scratch in Python
- Understand the math, blocks, network, and transactions behind Bitcoin and its blockchain payment system
- Gain practical knowledge by coding all the components necessary for a Bitcoin library
- Explore creating transactions, getting data from peers, and sending transactions over the network
- Exercises in each chapter to build a Bitcoin library from scratch
- Comprehend proof-of-work, simplified payment verification, and light wallets
| Publisher | O'Reilly Media |
| Publication date | March 26, 2019 |
| Edition | 1st |
| Language | English |
| Print length | 319 pages |
| ISBN-10 | 1492031496 |
| ISBN-13 | 978-1492031499 |
| Item Weight | 2.31 pounds (1.05 kg) |
| Dimensions | 7 x 0.75 x 9 inches (17.8 x 1.9 x 22.9 cm) |
Para quem é indicado?
-
Aspiring Developers
Ideal for individuals wanting to understand Bitcoin programming and develop their coding skills in cryptocurrency.
-
Crypto Enthusiasts
Perfect for Bitcoin enthusiasts who wish to deepen their knowledge and engage with Bitcoin at a technical level.
-
Students of Blockchain
Beneficial for students studying blockchain technology, providing practical insights into programming Bitcoin protocols.
-
Beginners Without Basics
Not suitable for complete beginners lacking prior knowledge in programming or cryptocurrency concepts.
DESCRIÇÃO DO PRODUTO
Programming Bitcoin: Learn How to Program Bitcoin from Scratch
Perguntas e respostas do cliente
-
Pergunta:
What will I learn from 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch'?
Resposta: In 'Programming Bitcoin', you'll learn the fundamental concepts of Bitcoin's protocol, how Bitcoin transactions work, and the underlying cryptographic principles driving it. The book bridges the gap between high-level ideas and low-level coding by guiding you through programming Bitcoin scripts and applications from scratch. This book is perfect for developers wanting to understand not just how to code but the theoretical framework behind Bitcoin, which enhances your ability to innovate within this technology. Practical examples and exercises throughout will solidify your knowledge. -
Pergunta:
Is prior programming knowledge necessary to understand this book?
Resposta: Yes, basic programming skills in Python are recommended as 'Programming Bitcoin' uses Python for demonstrations. However, the book is designed for readers with varying levels of experience in programming. It includes beginner-friendly explanations alongside more advanced concepts to cater to a broad audience. If you have a foundational understanding of programming concepts like variables, loops, and functions, you'll be well-equipped to follow the material and effectively learn about Bitcoin programming. -
Pergunta:
What types of projects can I build after reading this book?
Resposta: After completing 'Programming Bitcoin', you'll be equipped to build various Bitcoin applications, including wallets, transaction simulators, and even blockchain explorers. The book emphasizes practical application alongside theory, allowing you to create real-world projects that deepen your understanding of Bitcoin technology. For instance, you might build a simple wallet to send and receive Bitcoin, or develop scripts that validate transactions, expanding your skill set and making you more marketable in the crypto space. -
Pergunta:
How does this book differ from other Bitcoin programming books?
Resposta: What sets 'Programming Bitcoin' apart is its hands-on approach to learning through coding examples and projects. Unlike some other books that may focus heavily on theory or high-level concepts, this book integrates practical programming challenges that require you to apply what you've learned immediately. It combines detailed explanations of Bitcoin's inner workings with coding exercises that illustrate those concepts in action, making it particularly effective for those looking to develop a strong technical foundation in Bitcoin programming. -
Pergunta:
Who is the target audience for 'Programming Bitcoin'?
Resposta: The target audience includes software developers, computer science students, and tech enthusiasts interested in blockchain technology. Even if you are not a professional developer, anyone with a keen interest in learning about Bitcoin programming is welcome. The book progresses from foundational concepts to more complex ideas, allowing readers from various backgrounds to engage with the content. It's a perfect resource for those interested in the growing field of cryptocurrency and its underlying technologies. -
Pergunta:
Are there any prerequisites before starting this book?
Resposta: While there are no strict prerequisites, a basic understanding of programming and a familiarity with computer science concepts will greatly enhance your reading experience. Knowing how to navigate data structures and algorithms, as well as being comfortable with Python, will help you grasp the examples and exercises more quickly. Additionally, having some knowledge about Bitcoin and blockchain technology will provide a solid context for the lessons covered in the book. -
Pergunta:
Does 'Programming Bitcoin' include exercises and examples?
Resposta: Yes, 'Programming Bitcoin' is filled with practical exercises and real-world examples that help reinforce the concepts you learn. Each chapter concludes with coding challenges that encourage you to apply the theory to practice, making the learning process more engaging. By working through these exercises, you'll not only learn about Bitcoin's technical aspects but you'll also build a portfolio of small projects that showcase your new skills, great for personal development or sharing with prospective employers. -
Pergunta:
What resources are included with the book to aid learning?
Resposta: The book typically includes access to a dedicated GitHub repository containing code examples and projects from the text. This repository allows you to experiment with the code while providing a platform for collaboration and discussion with other readers. Additionally, online communities and forums can supplement your learning by connecting you with other learners and experts in the Bitcoin programming space. These resources ensure you have support as you navigate the intricacies of Bitcoin coding. -
Pergunta:
Can beginners find this book useful, or is it mainly for advanced readers?
Resposta: Beginners can definitely find 'Programming Bitcoin' useful, especially if they have some basic programming background. While the book is rigorous and dives deep into Bitcoin's technical details, it starts with foundational concepts that are accessible to newcomers. As you progress, it builds upon those basics, allowing you to grow your knowledge and skills gradually. The detailed explanations and approachable examples make it an excellent choice for anyone eager to delve into Bitcoin programming, regardless of their starting point. -
Pergunta:
Where can I buy 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch 1st Edition'?
Resposta: You can purchase 'Programming Bitcoin: Learn How to Program Bitcoin from Scratch 1st Edition' through Ubuy in Brazil. Ubuy offers a wide selection of books, making it convenient for you to find the latest editions and titles. You can easily navigate their platform to secure your copy of this essential resource for understanding Bitcoin programming.
Computers & Technology Editorial Review
The book "Programming Bitcoin: Learn How to Program Bitcoin from Scratch" is an excellent, advanced-level technical book that provides a detailed overview of how bitcoin works. The book is a hands-on project book that will take you through building a proof-of-concept bitcoin library, step-by-step. The library you'll build can parse and validate transactions, verify blocks, interact with other nodes on the bitcoin network, and more. The author has set up the hands-on project as Jupyter Notebooks, which makes it really nice to code along the text. In addition, he goes into more details on the math behind elliptic curve cryptography, which is appreciated. It's recommended for people that want to remove the veil and see how bitcoin works to the smallest detail. However, the cost of the book is unusually high compared to other volumes by different authors. The book's formatting and camera issues cause some concerns on the Kindle edition, making the actual book better to be purchased. The book is not recommended for not-tech people because this book is excessively technical, and understanding it requires intermediate-level Python programming skills.
Comentários e avaliações dos clientes
-
5 Estrela
0%
-
4 Estrela
100%
-
3 Estrela
0%
-
2 Estrela
0%
-
1 Estrela
0%
Avalie este produto
Compartilhe sua opinião com outros clientes
Prós
- Excellent, in-depth, technical overview of how bitcoin works.
- Hands-on project book that will take you through building a proof-of-concept.
- The author has set up the project as Jupyter Notebooks.
- More in-depth details on the math behind elliptic curve cryptography.
Contras
- The cost of the book is significantly more than other books.
CONFIANÇA NA PLATAFORMA E PROTEÇÃO AO COMPRADOR
“Excellent quality and original too,when ubuy send original things I will appreciate that ,I very satisfied thank you”
“The order and delivery progress was communicated very well. Package arrived within the estimated time. Products arrived as expected in good condition.”
“Good supply of products. Safe payment methods, and shipment worldwide! Genuine products.”
“Was my first time buying a product from Ubuy, but I found it so helpful. This is reliable. Gonna place a new order!”
“Ubuy is a great online platform to buy stuff. Reliable, fast delivery time and great value for money. I've been using Ubuy online shopping platform for three years now and will continue to do so.”
Histórico de preço do produto
Informações importantes
- Limitações: para envios internacionais de produtos, observe que qualquer garantia do fabricante pode não ser válida; as opções de serviço do fabricante podem não estar disponíveis; manuais, instruções e avisos de segurança do produto podem não estar no idioma do país de destino; os produtos (e os materiais que os acompanham) podem não ser projetados de acordo com os padrões, especificações e requisitos de rotulagem do país de destino; e os produtos podem não estar em conformidade com a voltagem do país de destino e outros padrões elétricos (exigindo o uso de um adaptador ou conversor, se apropriado). O destinatário é responsável por garantir que o produto possa ser importado legalmente para o país de destino. Ao fazer o pedido no Ubuy ou em suas afiliadas, o destinatário é o importador do registro e deve cumprir todas as leis e regulamentos do país de destino.
- Nem todos os produtos listados no Ubuy estão à venda, pois o Ubuy é um mecanismo de busca global. Os produtos estão sujeitos às regulamentações de exportação/comércio.
R$ 296
Peça agora e receba por volta de Terça, Agosto 25
Este item não é restrito no meu país. (Por favor clique no link acima se este item não for restrito em seu país para análise por parte da nossa equipe e permissão de envio).
Qtd.:
Em conformidade com o PCI DSS e com certificação ISO 27001:2022, com pagamentos criptografados e proteção total ao comprador em todos os pedidos.
Características e benefícios
- Dive into Bitcoin technology
- Learn the math, blocks, network, and transactions
- Understand how Bitcoin works by coding all the components
- Create transactions, get data from peers, and send transactions
- Build a Bitcoin library from scratch
- Work with cryptography and secure the blockchain
Garantia Ubuy
Tenha uma experiência de compra tranquila e sem preocupações, com produtos 100% originais, segurança de pagamento em conformidade com o padrão PCI DSS, proteção de dados certificada pela ISO 27001, a entrega internacional mais rápida, devoluções gratuitas e embalagem segura em todos os pedidos.*