• Complain

Harris Brakmić - Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero

Here you can read online Harris Brakmić - Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero full text of the book (entire story) in english for free. Download pdf and epub, get meaning, cover and reviews about this ebook. year: 2019, publisher: Apress, genre: Computer. Description of the work, (preface) as well as reviews are available. Best literature library LitArk.com created for fans of good reading and offers a wide selection of genres:

Romance novel Science fiction Adventure Detective Science History Home and family Prose Art Politics Computer Non-fiction Religion Business Children Humor

Choose a favorite category and find really read worthwhile books. Enjoy immersion in the world of imagination, feel the emotions of the characters or learn something new for yourself, make an fascinating discovery.

Harris Brakmić Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero
  • Book:
    Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero
  • Author:
  • Publisher:
    Apress
  • Genre:
  • Year:
    2019
  • Rating:
    4 / 5
  • Favourites:
    Add to favourites
  • Your mark:
    • 80
    • 1
    • 2
    • 3
    • 4
    • 5

Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero: summary, description and annotation

We offer to read an annotation, description, summary or preface (depends on what the author of the book "Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero" wrote himself). If you haven't found the necessary information about the book — write in the comments, we will try to find it.

Compile and run Bitcoin full nodes, lightning nodes, and user-friendly web-apps that help abstract the complexities of Bitcoin. This book not only explains the tools and techniques to help readers build their own banks and banking apps, but it also tells a story. Starting with the origins of Bitcoin--what it is and why we need it--find out what its strengths and limitations are. Understand the nature of mining and why so much energy is put into it. The blockchain itself will be reviewed, as well, and compared to other options such as a normal SQL database or a simple spreadsheet.

With this book, you can control Bitcoin wallets via RPC commands on a Raspberry Pi. Configure, compile, and run two implementation of the Lightning Ntework-compatible daemons: LND and c-lightning. And employ user-friendly web apps that abstract the complexities of Bitcoin/Lightning-Network.

The Internet of Information is currently transitioning to the Internet of Things, which in turn may well be followed by the Internet of Value (or Money). However, there is no evolution without happy users and Bitcoin will never reach the same heights like the original internet without having offered useful and easy to use tools. Just like nobody would ever want to use UUCP to send messages via web the same applies to current cryptocurrency tools. These are hard to use and very unforgiving. But, the evolution doesnt stop here and many easy-to-use tools are already available. We will meet some of them when building apps for the Lightning Network, a new technology running on top of Bitcoins blockchain that makes it possible to generate billions of transactions within a single second.

What Youll Learn
  • Control Bitcoin wallets via console RPC commands
  • Run two implementation of the Lightning Network compatible daemons
  • Simplify the complexities of Bitcoin and the Lightning network with user-friendly web apps
Who This Book Is For

This book is for Makers familiar with the basics of Linux command line processes.

Harris Brakmić: author's other books


Who wrote Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero? Find out the surname, the name of the author of the book and a list of all author's works by series.

Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero — read online for free the complete book (whole text) full work

Below is the text of the book, divided by pages. System saving the place of the last page read, allows you to conveniently read the book "Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero" online for free, without having to search again every time where you left off. Put a bookmark, and you can go to the page where you finished reading at any time.

Light

Font size:

Reset

Interval:

Bookmark:

Make
Contents
Landmarks
Harris Brakmi Bitcoin and Lightning Network on Raspberry Pi Running Nodes on - photo 1
Harris Brakmi
Bitcoin and Lightning Network on Raspberry Pi
Running Nodes on Pi3, Pi4 and Pi Zero
Harris Brakmi Troisdorf Germany Any source code or other supplementary - photo 2
Harris Brakmi
Troisdorf, Germany

Any source code or other supplementary material referenced by the author in this book is available to readers on GitHub via the books product page, located at www.apress.com/978-1-4842-5521-6 . For more detailed information, please visit http://www.apress.com/source-code .

ISBN 978-1-4842-5521-6 e-ISBN 978-1-4842-5522-3
https://doi.org/10.1007/978-1-4842-5522-3
Apress standard
Harris Brakmi 2019
This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed.
Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights.
While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made. The publisher makes no warranty, express or implied, with respect to the material contained herein.
Distributed to the book trade worldwide by Springer Science+Business Media New York, 233 Spring Street, 6th Floor, New York, NY 10013. Phone 1-800-SPRINGER, fax (201) 348-4505, e-mail orders-ny@springer-sbm.com, or visit www.springeronline.com. Apress Media, LLC is a California LLC and the sole member (owner) is Springer Science + Business Media Finance Inc (SSBM Finance Inc). SSBM Finance Inc is a Delaware corporation.

For my wife and our daughters.

Table of Contents
Part I: Enter Bitcoin
Part II: Using Bitcoin
Part III: Using Lightning Network
About the Author and About the Technical Reviewer
About the Author
Harris Brakmi

is a senior software engineer from Germany. He has experience working with C#, Java, JavaScript, Angular, React, and NodeJS. Occasionally he has worked on projects targeting Android and iOS platforms. He discovered Bitcoin a few years ago, but decided to approach it differently. While most people working in the cryptocurrency space were looking for quick gains, Harris ignored the whole monetary component and concentrated on learning Ethereums programming language. Ethereum itself is an alternative blockchain implementation that unlike Bitcoin script offers a turing-complete programming language, Solidity. Gaining a solid understanding of the programming behind cryptocurrency in general, he returned to Bitcoin to see what he could do with the worlds most popular cryptocurrency.

About the Technical Reviewer
Sai Yamanoor

is an embedded systems engineer working for an industrial gases company in Buffalo, NY. His interests, deeply rooted in DIY and Open Source Hardware, include developing gadgets that aid behavior modification. He has published two books with his brother, and in his spare time, he likes to contribute to build things that improve quality of life. You can find his project portfolio at http://saiyamanoor.com

Part I Enter Bitcoin
Harris Brakmi 2019
H. Brakmi Bitcoin and Lightning Network on Raspberry Pi https://doi.org/10.1007/978-1-4842-5522-3_1
1. What Is Bitcoin?
Harris Brakmi
(1)
Troisdorf, Germany

There are four major factors that make up Bitcoinmoney, decentralized network, Proof-of-Work, and time. Well explore each in this chapter to understand the basics of what were going to be working with.

Money

Bitcoin is money . In my humble opinion, this is the simplest and, at the same time, most precise definition of Bitcoin. Of course, there is much more beneath it as Bitcoins fundaments reach very deep into many different areas of science. There is cryptography, information science, computer science, probability, logic, economy, game theory, just to name a few. However, in the end were still looking at Bitcoin as money. In this book we will learn about Bitcoin mostly from its technological perspective by building concrete examples with Raspberry Pi 3, Pi 4, and Pi Zero, but nevertheless, we will also touch a few bits of its history and theory that underpin it.

At the very beginning, Bitcoin might appear as very complex, hard to grasp, maybe even a chaotic system, thats seemingly trying to reinvent the wheel. In the end, we not only have money but too much of it, actually.

There are hundreds of different monies out there. And most of them are digital as well. These days were more and more using credit cards or online payment systems like PayPal than the old-fashioned paper cash. And even companies are now trying to establish their own cash, like Facebook with its Libra currency. The road toward a cashless society is nothing exceptional anymore but merely a question of time. Therefore, a legitimate question would be: Why do we need Bitcoin at all?

For this question to be answered, wed have to define money first. However, not being an economist, and will therefore give a simplified definition by stating that money is a concept rooted in human practice that functions as medium of exchange, store of value, and unit of account. In general, the task of acting as money could be fulfilled by any medium thats able to fulfill the aforementioned requirements. There is no definition of what the nature of this medium should be nor that it has to be a physical thing, but only how it should behave. Therefore, anything that can serve us to
  • Pay for something (medium of exchange)

  • Save value for future consumption (store of value)

  • Calculate price of something (unit of account)

could be considered money. In fact, throughout history human cultures have developed and used various media for these purposes, But all these different monies have one thing in common: theyre scarce. This is what makes them valuable and generally acceptable as money.

The fact that one cant that easily create new money out of thin air assigns each coin its value. The scarcity can be achieved by different means, for example, the fact that gold is rare, because there is only so much of it within Earths crust, or that its exceptionally hard to create giant stones from Yap. We can say that the harder it gets to produce something, its value would be higher. Our modern paper cash too is very hard to produce. Just try to count all the counterfeit symbols on a single note. Bitcoin in this case is no different, as there will be only 21,000,000 of bitcoins in existence. The single unit,

Next page
Light

Font size:

Reset

Interval:

Bookmark:

Make

Similar books «Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero»

Look at similar books to Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero. We have selected literature similar in name and meaning in the hope of providing readers with more options to find new, interesting, not yet read works.


Reviews about «Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero»

Discussion, reviews of the book Bitcoin and Lightning Network on Raspberry Pi: Running Nodes on Pi3, Pi4 and Pi Zero and just readers' own opinions. Leave your comments, write what you think about the work, its meaning or the main characters. Specify what exactly you liked and what you didn't like, and why you think so.